No, the basket relies on a user object. A user that isn't registered doesn't have one. Your conditions also would have no affect as there's no user object to condition off of.Can we get the basket page before all the information tab ? so
that the customer will check the price before registering
CBSubs has no such feature. You'd have to write the jQuery for that then load it using CB Auto Actions.Can we have a dynamic text in the plan depending upon the drop down field ? so that it's not a price change but only a text change explaining
Yes, that could work.Could I add an auto action code with jquery checking the dropdown field chosen on registration and showing the correct price on the CBsubs tab ?
The below trigger should work fine.If yes what would be the trigger to use ?
The jQuery only needs to be loaded once. What jQuery you supply though needs to be able to handle all 3 plans price being changed. Example as follows.However, we tried to use afterdrawplan but the action writes the jquery code only to the first plan.
Can you suggest another trigger ? we want to write the jquery code to three plans to display three different prices
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There is a validation process. The problem is you have a default plan selected. This means a plan is initially selected so there's nothing to validate as the required state has been met. Beyond that there's no further validation necessary...
Please Log in or Create an account to join the conversation.