Okay
  Public Ticket #912035
cart page
Closed

Comments

  •  2
    Lu started the conversation

    Hi,

    When my cart page is in french, the words 'using the promo code'( 'appliquer le code promo' in French) are quite long, so the button is not big enough.

    Do you know how to change it?

    Thanks.

    Please check the attached picture.

    Lu

  • [deleted] replied

    HI Lu,

    You can learn how to rename/translate WooCommerce strings on this page WooCommerce Localization.

  •  2
    Lu replied

    Hi Ylli,

    Thank you for your response. Acutally, I mean how to change the size of the button, so that the french phrase will not be cut.. As you can see in the previous message, the french phrase is cut.


    Thanks.

  • [deleted] replied

    Hi Lu,

    Can you please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Lu replied privately
  • [deleted] replied

    Hi Lu,

    Can you please add the code below to Custom CSS

    body.woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text {
        width: 48%;
    }
    
    body.woocommerce-cart .woocommerce .shop_table .actions .coupon .button {
        width: 47% !important;
    }
    

  •  2
    Lu replied

    Hi Ylli,

    Thanks ! That works a little... the button is till short.. see attached

  • [deleted] replied

    Hi Lu,

    Just edit with the width percentage of the code that i send to you until you are happy with the results

  •  2
  •  2
    Lu replied

    Hi Ylli,

    There is the same issu on the same page for the Update the Cart button,  in french : mettre a jour le panier.

    We can't see the 'r' at the end.

    Could you please help?

    Thanks a lot.

  • [deleted] replied

    Hi Lu,

    I can't login to your site with the current credentials, so can you please send us the correct ones?

    Also please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

    Please disable Coming Soon and Maintenance Mode if you have activated them.

  •   Lu replied privately
  • [deleted] replied

    Hi Lu,

    I'm really sorry but your login credentials are not working again http://drops.laborator.co/rgr

    To speed up this procedure, can you please disable Coming Soon mode?

    (view large version)

  •  2
    Lu replied

    I'm sorry, done.

  • [deleted] replied

    Hi Lu,

    Can you please add the code below to Custom CSS

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-update-cart {
    padding-right: 4px !important;
    }
  •  2
    Lu replied

    Hi Ylli,

    There still misses places for the 'r'

    The whole phrase is : Mettre à jour le panier.

    Thank you.

  • [deleted] replied

    Hi Lu,

    Please edit the 4px to 2px from the code that i send to you earlier and you should see a nice results.

  •  2
    Lu replied

    Hi Ylli,

    I'm sorry, but nothing has been changed. Please check attached.

  • [deleted] replied

    Hi Lu,

    I can see your site in English only now 


    (view large version)

  •  2
    Lu replied

    Hi Ylli,

    The link should be : tastyatelier.com/panier

    Thanks.

  • [deleted] replied

    Hi Lu,

    I can see that you still haven't put this CSS that i gave you on your Custom CSS area:

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-update-cart {
        padding-right: 4px !important;
    }
  •  2
    Lu replied

    Hi Ylli,


    This has been done, I've juste changed the 4px to 2px as you told me.

  • [deleted] replied

    I can't open your Wordpress with your provided credentials, can you please send us new ones?

    Please don't change Wordpress credentials when you need our support.

  •   Lu replied privately
  • [deleted] replied

    Hi Lu,

    You have forgot to close the bracket of your earlier CSS code and that's why your CSS was not working http://drops.laborator.co/17Xyh

  •  2
    Lu replied

    Thanks a lot Ylli !

    That works !

  • [deleted] replied

    Glad to hear that.

    Will set this ticket as solved from here.