• Resolved svsanchez

    (@svsanchez)


    Hello, I am having a problem with the quotes: when I add a product to the cart (quote), there is a message on top of Woocommerce that says that the product has been added to the cart, with a button that says something like “VIEW CART”

    That text which in the quotes case should be something like “VIEW QUOTE” is missing.

    Also, when you go to the cart page to see the products that have been added to the cart, below the products there should be an “UPDATE CART” and a “PROCEED TO CHECKOUT” buttons which in the quotes case should say something like “UPDATE QUOTE” and “SEND QUOTE”. Both buttons are missing.

    A) How do I make them appear?

    B) Once they appear, how do I change their texts to say what I want?

    Thank you.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter svsanchez

    (@svsanchez)

    Hello again, it seems the problem was in the child theme. By reverting to the base theme the buttons appear again so I have a few new questions:

    A) Can Quotes be used with Child Themes?

    B) How can I change the “UPDATE CART” text button so that it says something else?

    C) Below the “UPDATE CART” button there’s a table showing the Cart Total ans Subtotal. How do I remove that?

    D) The last button on the page says “PROCEED TO CHECKOUT”. How can I change that text to something like “SEND QUOTE”

    Thank you!

    Plugin Author pinal.shah

    (@pinalshah)

    Hi @svsanchez,

    A) Yes, it should be possible to use the plugin with child themes.

    B) This should be possible using existing WC hooks.

    C) Do you mean that the amount is displayed for the subtotal & cart total? If yes, it’s an issue which I shall have to look into. Can you please let me know if the issue is replicated when using only WC & Quotes plugin?

    D) Again, this should be possible using WC hooks.

    Pinal

    Thread Starter svsanchez

    (@svsanchez)

    Hello Pinal thank you for your reply.

    Regarding B) and D) can you tell me what you mean by WC Hooks and how do I use them?

    Regarding C) what I mean is: there is a subtotal and total table which appears at checkout. There are NO values there, only the table with the subtotal and total texts which look strange. What I want is to remove that table when there are no amounts to be shown.

    Thank you

    Plugin Author pinal.shah

    (@pinalshah)

    Hi,

    By WC hooks I mean WooCommerce hooks. The same can be used to achieve point B) as well.

    Please give me day. I’ll check and see if I can find something which you can use.

    Pinal

    Thread Starter svsanchez

    (@svsanchez)

    Hello Pinal, you didn’t get back to me with a solution to change the texts. Meanwhile I tried with different WC Hooks plugins but none worked.

    Please help me change the checkout texts and remove the total / subtotal table when products are $0

    Thsnk you

    Plugin Author pinal.shah

    (@pinalshah)

    Sorry @svsanchez, I missed replying to your queries.

    I’m no expert at WooCommerce, but I think the hook woocommerce_proceed_to_checkout might help you change the ‘Proceed to Checkout’ button text.

    I couldn’t find any hooks that might help you change the button text for ‘Update Cart’.

    As for hiding the total table from being displayed when the cart contains quotable products, it might help to check cart-totals.php which is present in woocommerce/templates/cart/

    Multiple hooks are present in the template file which might help you find the solution.

    I hope this helps.

    Pinal

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Checkout texts do not appear’ is closed to new replies.