New Landing How can we help? Atelier Variable Product option select

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #186634
    jesper2109
    Member
    Post count: 18

    Hi,,

    For my Productpages I want the options like size an color to be shown as a placeholder like the Main demo. Example: http://swiftideas.com/product/sam-trousers/

    I cant find out how I get this this done, It only shows Select options and below the options.

    Hopefully you can help me out!

    Cheers

    #186802
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It should say it by default. Please can you provide me with a login so I can try and work out why it doesn’t?

    – Kyle

    #186816
    jesper2109
    Member
    Post count: 18
    This reply has been marked as private.
    #186818
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok my guess is because you’ve got a variation ‘all size’ try deleting it and just having the actual sizes as your variations

    – Kyle

    #186842
    jesper2109
    Member
    Post count: 18

    No im sorry thats not working, any other options?

    #187098
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I believe you need to set the options ‘Variations => Default’ to anything other then ‘No default size’.

    Or you could filter the text, ex:

    /* Change Woocommerce Default Value Text */
    add_filter('gettext',  'choose_option');
    add_filter('ngettext',  'choose_option');
    
    function choose_option($translated) {
         $translated = str_ireplace('Choose an option',  'Select Size',  $translated);
         return $translated;
    }

    I am guessing ‘Choose an option’ is equal to ‘Kies een optie’?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #187389
    jesper2109
    Member
    Post count: 18

    That didnt solve it either, I did a fresh install of the theme and that seems to fix it.. Only somse translation issues came up but i can fix them on my own.

    Thanx for the support

    #187393
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register