This topic has 6 replies, 2 voices, and was last updated 11 months, 2 weeks ago ago by Rose Tyler
1. under the navigation bar in our store you will see “Have a coupon? Click here to enter your code”.
The discount code is difficult for customers to find and could therefore lead to abandoned purchases.
How can I add the discount field before Subtotal?
2. there are accessories available for purchase for our main product. If someone adds the main product to the shopping cart, is it possible to show the accessories as in this screenshot?
Hello, Juergen,
Thank you for contacting us and for using XStore.
1/ Navigate to XStore Builder and select the Checkout page. Here is a screenshot for your reference: https://prnt.sc/NoS-O8_UHX2y. You will need to replace the default shortcode with the Checkout page element. Subsequently, choose the desired position for the Coupon. You can see an example here: https://prnt.sc/bHpTM7uKl5BW.
2/ We regret to inform you that the option you are inquiring about is not available by default.
Kind Regards,
8theme team
Hi Rose,
I haven’t the faintest idea how to find the coupon code here. Could it be that the woocommerce_checkout short code is preventing the coupon from being displayed?
One more question: how can I make the cart sticky?
I found the one with the sticky cart.
However, it also shows me the stock level. Is it possible to hide the stock?
Hello, Juergen,
We apologize for the delay in our response due to the weekend.
Please proceed with the following updates:
1. Remove the ‘woocommerce_checkout’ shortcode and replace it with the Checkout page element, as shown in this screenshot: https://prnt.sc/bHpTM7uKl5BW
2/ To eliminate the stock text from the sticky cart on the single product page, please insert the following custom CSS code in the Theme Options under Theme Custom CSS > Global:
.etheme-sticky-cart .stock {
display: none !important;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up