New Landing How can we help? Cardinal Add to cart next to price

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #216667
    zohia
    Member
    Post count: 109

    Is it possible to change the layout in all the products so that the “add to cart” button shows up next to the price instead of under the description text?

    Attachments:
    You must be logged in to view attached files.
    #217506
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Apologize for the delay.
    Try to add this code to the functions.php of your child theme.

    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', 7 );

    -Rui

    #218102
    zohia
    Member
    Post count: 109

    I probably should know this but I don’t… How do I get to that file? (inside which folders?)

    #218109
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #218112
    zohia
    Member
    Post count: 109
    This reply has been marked as private.
    #218120
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    We are resolving the ordering issue with v1.80 – so that it uses the original action calls, which you will then be able to reorder.

    – Kyle

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

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

License required for one of the following items
Login and Registration Log in · Register