This topic has 4 replies, 2 voices, and was last updated 1 years ago ago by Tony Rodriguez
Hello,
What is the correct way to display addons price, without creating duplicate prices, and without displaying the interim summary
Hello, @Moshe,
Thank you for reaching out to us.
In order to assist you more effectively, we kindly request you to provide a screenshot illustrating where the price is duplicating on your site. Please also indicate which price you would prefer not to display. Additionally, we would appreciate it if you could share a screenshot of the interim summary that you wish to hide. This will enable us to better understand the issue and provide a suitable solution.
We look forward to assisting you further.
Best Regards,
8Theme’s Team
I want to show only one price.
The Addons price will update the base price, and not display the “add-on price”.
I am attaching a screenshot and hope I was clear enough:
Download link
https://we.tl/t-YgNetgeMJg
Thank you,
Hello, @Moshe,
We understand that you wish to remove the price display from the single product page. To do this, you will need to delete the price widget from the single product builder. Please follow these steps: navigate to Xstore >> Theme Options >> WooCommerce >> Single Product Builder and delete the widget from there. For your reference, we have provided a screenshot: https://postimg.cc/yWjLyHXB
Additionally, if you wish to remove the outer price, this can be achieved using the Custom CSS code. Please copy and paste the following CSS code to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS.
.single-product span.wcpa_priceouter {
display: none !important;
}
We hope this information is helpful. Should you have any further queries, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up