Home Forums Basel support forum Problem with attributs in product page

Problem with attributs in product page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #59627

    kevjanvier
    Participant

    Hi

    I have a problem with the attributs in product page.
    As you can see in my product page website here => https://clovici.fr/produit/sweat-pull-pour-les-femmes
    the attributs are not display correctly.
    You can see that just the first attribute work correctly and shows 4 colors.
    But the second attribut don’t display the right name “Size” in french “Taille”!
    You can see “Choisir une option”, but i have create an attribut Size “Taille in French” in the attribut tab on dashboard. But the theme don’t display it while I selected it!.

    the actual “Choisir une option” box should rather show the Size of the cloths, in french “Taille”.

    firebug tells me that the code is good, but the theme don’t display “Taille” and i can’t find why. https://s7.postimg.cc/gmritqqmj/boooox.jpg

    If it is possible, i will that the theme display the attributs as in your demo here => https://demo.xtemos.com/basel/shop/woman/gthnic-detail-open-jacket/
    we see the name of attribute and after the attribut.
    How to have have this ? Can you check please the problem ? I have deactivate cache plugin but, nothing change.

    Here the username and password to connect in admin :

    #59642

    Artem Temos
    Keymaster

    Hi,

    You need to change your product design to “Default” in Theme Settings -> Product page.

    Regards

    #59648

    kevjanvier
    Participant

    Ok thanks. And can i edit the “choose an option” text ? I will to put an another text

    #59653

    kevjanvier
    Participant

    How to make that the Size ” S M L XL ” appear directly as in your demo page https://demo.xtemos.com/basel/shop/woman/gthnic-detail-open-jacket/

    For now, i have a scroll down box with the text “choose an option” “choisir une option” but i will that the sizes appear directly.

    #59734

    Hello,

    1. You need to set the attribute in Theme Settings > Shop > Attribute swatches http://prntscr.com/jmu72o

    2. Enter an attribute > configure terms > and add the color to each value http://prntscr.com/jmu7g5

    Best Regards

    #59746

    kevjanvier
    Participant

    I already did that, but it does not work for the sizes! it only works for colors. For the size i have the box “choose an option” but i will the sizes appears directly like the colors.

    For now i have this : https://s7.postimg.cc/dl1nmc8qj/this.jpg

    But i will this this : https://s7.postimg.cc/bghald1zv/this_2.jpg

    #59762

    Hello,

    Enter an attribute > configure terms > enable > Enable swatch http://prntscr.com/jmvoim

    Best Regards

    #59765

    kevjanvier
    Participant

    Okay it works, thanks ^^ but my add to cart button is not in the same lign that the quantity – how to place the add to cart button in the same lign that the quantity button like here https://s7.postimg.cc/bghald1zv/this_2.jpg

    #59814

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    .single-product-content .single_variation_wrap .variations_button {
        display:block!important;
    }
    #wc-stripe-payment-request-wrapper {
        display: inline-block;
        padding-top: 0!important;
        vertical-align: middle;
    }
    #wc-stripe-payment-request-button {
        min-width: 150px;
        margin-right:15px;
    }
    #wc-stripe-payment-request-button-separator {
        display: none!important;
    }
Viewing 9 posts - 1 through 9 (of 9 total)