• Resolved stefandev

    (@stefandev)


    Hello!
    I have difficulties with woo-custom-product-addons.
    All works fine,except add to cart button text in archive/product listing page in case product has additional fields. You can reproduce issue in given link above.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please check this settings. You can change the text from here.

    If it is not worked. Please tell us how listing page is created. ie, Using Block editor ? or some other plugins ?

    Thank you!

    Thread Starter stefandev

    (@stefandev)

    Ye,i understand that. However text not showing on archive pages.
    I ‘m using Oxygen builder and add to cart button is called by this peace of code:

    <?php echo do_shortcode ( ‘[add_to_cart id=”‘ . get_the_ID() . ‘” show_price=”true” style=””]’ ); ?>

    Hi,
    We found that, using this shortcode you can just create a add to cart button. It doesn’t have default woocommerce filters and actions for the add to cart. It causes the error.

    You should use wordpress hooks to solve the problem.

    Thank You!

    Hi,
    It’s been 6 days we didn’t got any reply from your side.
    We hope the issue is resolved.
    Please feel free to contact us if you have further queries.

    Thank You!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with Add to cart button text’ is closed to new replies.