Home Forums WoodMart support forum “A partir de” pour les produits variable

“A partir de” pour les produits variable

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #486626

    DEVPOM1234
    Participant

    Je souhaite indiquer “A partir de” devant le prix pour les produits mais comment faire et où ajouter le code ?

    #486720

    Hello,

    Sorry to say but we didn’t seem to understand your concern. Could you please elaborate your concern more with some useful Screenshots where you want to add “form”, so that we can better understand and assist you accordingly.

    Best Regards.

    #486722

    DEVPOM1234
    Participant

    Bonjour,
    Je souhaite que pour les produits variables il soit écrit “à partir de” devant le prix.
    Par exemple :

    “à partir de 10€” au lieu de “10€ – 20€”

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

    Hello,

    This is the Regular price and Sale price.
    Go to “Products” > “All Products.”
    Edit the desired product or create a new one.
    In the “General” tab, set the “Regular price” and “Sale price” and on the product page it will show the same that you have sent the screenshot.
    Click “Update” to save your changes.
    https://snipboard.io/gBlEjK.jpg

    Best Regards.

    #486767

    DEVPOM1234
    Participant

    Thank you, but it’s not a sale price.

    Several years ago, you have explained to someone that we can put a code for show “From price” on product variable.
    Check the link on your forum : https://xtemos.com/forums/topic/from-price-for-variable-product/

    #486941

    Hello,

    Can you please share the page url where you want to put “from 10€” instead of “10€ – 20€”.

    Best Regards.

    #486959

    DEVPOM1234
    Participant

    Hello,
    I want put “à partir de” in front of variable price on product single page and everywhere where the price of product appear (archives products, product single page, …) :
    PRODUCT SINGLE PAGE : https://pomelo-creation.com/produit/affiche-empreinte-theme-lionceau-et-feuillage/
    SHOP ARCHIVES : https://pomelo-creation.com/boutique/

    I send you a picture of what I want by exemple

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

    Hello,

    Try to add the following custom css code in Theme Settings > Custom css > Global Custom css.

    .product-type-variable .summary-inner > .price span.amount:before {
    content:" partir de "
    }
    .product-grid-item .price:before {
    	content: " partir de "
    }

    Best Regards.

    #487070

    DEVPOM1234
    Participant

    Thank you.
    On archive it appear space in front of price.
    On the single product nothing.

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

    Hello,

    Can you please share the WP admin login details of your site so I will check and update the plugin for you.

    Best Regards.

    #487155

    DEVPOM1234
    Participant

    Hello,
    My site is on prod (with order, customer, …) so I worry about give Admin acces, in case of error.
    Could you explain me what I should do ?

    you will find, attached the screenshot of custom CSS

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

    DEVPOM1234
    Participant

    The code below works but how to remove “From …” price when an option is selected?

    .product-type-variable .price span.amount:before {
    content:”A partir de ”
    }

    #487302

    Hello,

    Unfortunately, it is not possible. HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.

    Best Regards

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