New Landing How can we help? Atelier Switch positions of add to cart button and short description on single product

Viewing 8 posts - 16 through 23 (of 23 total)
  • Posted in: Atelier
  • #228565
    soywebadmins
    Member
    Post count: 25

    It works Thank you!!

    Any help with javascript selection of variation descriptions 🙂

    Found I have to modify the WooCommerce Variation Selector in JS.

    I’m modifing it but it can NOT be located in child theme folders… any tip?

    #228682
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What are you referring to? “Any help with javascript selection of variation descriptions“.

    Thanks,
    David.

    #230292
    pinponketo
    Member
    Post count: 36

    I would still like to have the price in the first position. The last recommendation makes the order now button to be displayed not only above the short description but even above the price.

    #230669
    David Martin – Support
    Moderator
    Post count: 20834

    Hi @pinponketo – Please create a new thread and privately post your WP login details and URL for us to check.

    – David.

    #231853
    pinponketo
    Member
    Post count: 36

    After updating theme, I fixed it with the recommendations you described above.Thanks again Swiftideas Team!

    #231856
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks David

    – Kyle

    #269231
    keysilinares
    Member
    Post count: 165

    Has there been an update for reordering the product details layout? I would like my product description under the add to cart button. Thanks.

    #269335
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your child theme’s functions.php file:

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart',30);	
    add_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart',20);

    – Kyle

Viewing 8 posts - 16 through 23 (of 23 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