Hi, i have a problem with my product options,(one of them having a price add on) and when i tested it, and chose the option with the price add on, the total amount of the cart didngt change at all, i would really reall appreciate if anyone can help me, Thankyou
Hey @KitX,
I am curios
how it is possible to help you without having your store url.
Share your store url please so that I can gave you the solution code.
Thanks
Hi @KitX
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
Hi @KitX
I’m @PaulNewton I do theme customizations and repairs.
Reach out for services, click my profile pic on the forums, for options to connect
![]()
Other wise if your not offering anything, you may want to delete this post and post in the Store Design forum with drastically deeper details and hope for free contributions though not everything can be fixed through only a forum post.
It sounds like the price add on is not being applied correctly to your product option. This usually happens when the variant or custom option is not linked to an actual product price adjustment. Check that the option with the extra cost is set up as a separate variant with its own price, or if you are using a product options app, make sure the add on price feature is turned on. After updating, test it again by adding that option to the cart and the total should show the correct amount.
Hi, thanks for your support, https://mrajw1-p8.myshopify.com/ is my url, i fixed the price add on thing, but i have a new problem, in my product page under “Select Option”, there is a white box, i wish to remove it, can you tell me how please and thankyou!
Hi, thanks for your support, https://mrajw1-p8.myshopify.com/ is my url, i fixed the price add on thing, but i have a new problem, in my product page under “Select Option”, there is a white box, i wish to remove it, can you tell me how please and thankyou very much!
Hey @KitX
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
.expo-extra-subtotal {
display: none !important;
}
</style>
RESULT:
If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
