Home Forums WoodMart support forum Send FREE

Send FREE

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #194135

    dami_re
    Participant

    1) When a product comes out with free shipping (which I have previously configured) when paying, the two options appear to choose from Standard Shipping and Free Shipping. Can Normal shipments be excluded when there is the possibility of Free shipments so that the customer is not confused? Attached picture of this problem. (Envios1.png)
    2) Can you put a bubble on items that have free shipping? Similar to discount ones. I don’t know if this should be done by CSS or elsewhere. Or if you could guide me how to try to do it. Attached example image. (Envios2.png)
    Thanks

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

    Hello,

    1. OUr theme does not influence on the shipping configurations as it is the Woocommerce functionality.

    2. You can create an attribute and configure showing the label on the product grid, add this attribute to the products you need. Products > Attributes > enter the attribute and enable “Show attribute label on products”

    Best Regards

    #194980

    dami_re
    Participant

    How could I do by CSS to modify the size of the images of the attribute, do I need them to be equal to the discount images? I attach the images that I want to reduce. Cheers

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

    Hello,

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

    body .labels-rounded .label-with-img {
        max-width: 40px;
    }

    Best Regards

    #195140

    dami_re
    Participant

    Perfect, thanks! Where do I customize the red icon of the “HOT” attribute that appears when I select a product as a featured product? Thank you!

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

    Hello,

    Please provide page URL I will give you custom CSS.

    Best Regards

    #195320

    dami_re
    Participant

    They are the articles that are on the main page. They are also on the pages of each category. Cheers

    https://superarticulos.com.ar/todas-las-categorias/
    http://SuperArticulos.com.ar

    #195395

    Hello,

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

    body .labels-rounded .product-label {
        min-height: 40px;
    	  max-width:40px;
    	  font-size:10px;
    }

    Best Regards

    #195608

    dami_re
    Participant

    Well, I am very grateful for your responses. How could that red circle with the word hot change? Thanks again

    #195662

    Hello,

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

    Best Regards

Tagged: 

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