Can I change the position where the offer appears on the Cart Drawer Upsell?
Our general guide, How to get started: cart upsells > cart drawer suggests to place the <div id="upsellplus_drawer_offer"></div> above the footer of your drawer cart as you can see below:
If you'd like to change the position, you'd want to change the position of the line of code <div id="upsellplus_drawer_offer"></div> by placing it within the drawer cart section.
You'll need to check the html elements to properly identify the place where the offer should be shown. You can then place the upsellplus div wherever you'd like!
If you'd like to change the position, you'd want to change the position of the line of code <div id="upsellplus_drawer_offer"></div> by placing it within the drawer cart section.
You'll need to check the html elements to properly identify the place where the offer should be shown. You can then place the upsellplus div wherever you'd like!
Updated on: 07/08/2023
Thank you!