Woocommerce product addons show price out of plaece

This topic has 4 replies, 2 voices, and was last updated 6 months ago ago by Tony Rodriguez

  • Avatar: Moshe
    Moshe
    Participant
    October 30, 2023 at 11:52

    Hello,
    What is the correct way to display addons price, without creating duplicate prices, and without displaying the interim summary

    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 30, 2023 at 12:44

    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

    Avatar: Moshe
    Moshe
    Participant
    October 30, 2023 at 13:12

    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,

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    October 30, 2023 at 13:59

    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

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.