Posted: May 12, 2020 at 1:15 am
|
Doesn’t seem possible – to have a member & non- member discount that varies the discount. Cannot use a separate page to show both as back to events only takes you to one event…. Help! |
Hi there, Are you using EE3 or EE4? Is there a difference between members and non-members when they register? For example, do members log into the site at all?
Promotions apply at the event level, so you would need a promotion that applied to Event A and another promotion that applies to Event B if you wanted to use the promotions add-on. You can apply more than one promotion to the cart as long none of the promotions you are applying are set to be ‘exclusive’ (exclusive promotions can not be mixed with any other promotions) For example: https://monosnap.com/file/IE4t0xGrQABDxmSYSUBFHd5Pjw66Su That’s tickets from Event A using PROMOA and tickets from Event B using PROMOB in the same cart.
Promotion codes were designed to allow users with a promotion code to submit that code for a discount, showing the promotion code would be the same as automatically applying the promotion code which is what ‘codeless’ promotions are for. I’m not sure why we show a choice of whether or not a promotion the admin applied to the event (meaning a codless promotion) would apply or not. |
|
|
This reply has been marked as private. |
This reply has been marked as private. | |
|
My problem isn’t the end cart – and i do have an end date set on the promotion so that the early bird will end and the regular price should take over. Thank you have replied via email to the event page – but – will add it here in case! |
Yeah I figured you already set the promotion dates within the promotion itself, but in your initial reply you mentioned that coded promotions don’t show the code and non-coded promotions automatically apply with no choice. So, you could set it up using the tickets themselves if you prefer for the user to have a choice.
You can add multiple tickets to the cart but you’ll need to dismiss the cart modal to select another ticket. On your site you sticky menu z-index is higher than the modal z-index so it shows below it and you can’t see the X. You can manually set the z-index for the modal using:
As your header is also white it may benefit adding a slight colour to the modal to help distinguish between the two.
We don’t have an option for multiple ticket selector submissions at once currently. |
|
|
Thank you Tony! Can see the X now for the modal not sure how to give it a background tint that would be helpful – if you could provide the CSS – i can change the color to one i would like and add it. |
You can add something like
Would give the cart modal a slightly grey background. |
|
|
Thank you – you have been amazingly helpful! |
You’re most welcome 🙂 |
|
|
The css didn’t work – wound up giving it a thin red border and having the closimg X turn red on hover… Thank you again! |
|
Oops:` #cart-results-modal-wrap-dv { .close-espresso-notice:hover { |
My apologies, the reason it didn’t work is I gave you the wrong selector. If you want to add a background, use:
The previous code targeted the wrapper, not the element itself. |
|
|
Thanks, Tony! Will try it and see how it looks – but think i am happy with the border. |
The support post ‘Multiple promotions in the same cart – either from the same or separate events?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.