Home Forums WoodMart support forum buy now extra buton

buy now extra buton

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #391590

    marinigerardi
    Participant

    I activated the buy now extra button next to the “Add to cart” that will add the product to the cart and redirect it to the cart or checkout.

    is it possible to change the text and size of this extra buton ???
    thank you

    #391603

    Hello,

    You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Please provide page URL and screen of the button you want to change, we will provide CSS.

    Best Regards

    #391717

    marinigerardi
    Participant

    If there is any CSS code, I can change the size colour and text of this BUY NOW button

    Attachments:
    You must be logged in to view attached files.
    #391937

    Hello,

    Please provide the product page URL, I will check.

    Best Regards

    #392023

    marinigerardi
    Participant
    #392204

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-buy-now-btn {
        margin-left: 10px;
        color:red;
        background-color: yellow;
    	  display:block;
    	  min-width:100%;
    	  margin-left:0;
    }
    body .wd-buy-now-btn:hover {
        margin-left: 10px;
        color:red;
        background-color: yellow;
    		display:block;
    	  min-width:100%;
    	  margin-left:0;
    }

    Best Regards

    #392247

    marinigerardi
    Participant

    Unfortunately it doesn’t work, I also wanted to change the text to Italian Acquista Ora. No, it doesn’t work I don’t know why

    Attachments:
    You must be logged in to view attached files.
    #392264

    marinigerardi
    Participant

    I cannot then translate it into Italian, how can I do it?

    #392265

    marinigerardi
    Participant

    I managed to fix it, the error was “margin-left: 10px;” ” margin-left:0;” I urgently need to change Buy Now to Acquista Ora, please I have some urgency. Thank you very much

    #392482

    Hello,

    You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Best Regards

    #392557

    marinigerardi
    Participant

    Secondo te non lo fatto ? Ho provato in tutti i modi ma non lo fa. Il woodmart e tradotto tutto in italiano ma in frontend non si vede

    #392567

    marinigerardi
    Participant

    Do you think it doesn’t ? I tried all ways but it doesn’t do it. The woodmart is translated all in Italian but in frontend it doesn’t show up

    #392708

    marinigerardi
    Participant

    I have already solved otherwise, Thank you

    #392741

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘buy now extra buton’ is closed to new replies.