Home › Forums › WoodMart support forum › Move the below add to cart elements
Move the below add to cart elements
- This topic has 7 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
September 14, 2020 at 12:57 pm #226092
addyParticipantHello,
Greetings!
When I turn ON the “below add to cart” feature, then the content of that part appears before the “Size guide row”
This makes it difficult for customers to fins a size guide easily.
I want the entire row to be above the “below add to cart” element. In this case, it is the Payment Image.
Please see the image attached for better understanding.
Hoping for a solution
Attachments:
You must be logged in to view attached files.September 14, 2020 at 2:00 pm #226137
Elise NoromitMemberHello,
HTML structure does not allow solving it by custom CSS. Such modification requires complicated code customization which is not covered by our support.
Please consider adding the content by means of content in Above Add to cart or we can increase a gap between the content and icons. Please provide page URL I will provide custom CSS.
Best Regards
September 14, 2020 at 2:41 pm #226165
addyParticipantYou could have provided me the HTML code snippet for the child theme.
I already have received such kind of support from your theme 2 years ago by different agents. For example –
1) https://xtemos.com/forums/topic/custom-style-fix/page/2/
2) https://xtemos.com/forums/topic/custom-style-fix/page/2/#post-86248
3)https://xtemos.com/forums/topic/custom-style-fix/page/2/#post-86342
4) https://xtemos.com/forums/topic/shopping-cart-error/#post-75641I have been provided with HTML code like these below from woodmart support before:
add_action('init', 'woodmart_child_hooks', 300); function woodmart_child_hooks() { remove_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 38 ); add_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 31 ); }
Proof: https://xtemos.com/forums/topic/custom-style-fix/page/2/#post-86342
But it seems that now the theme is popular, you no longer interested to help your customers.
Being a loyal customer for 2 years, I receive such kind of unhelpful answers. Disappointing!
If we try to prove, then every problem is out of scope. What matters is the willingness to help or not.
1 month ago also, I received a similar reply on my ticket with no willingness to help – https://xtemos.com/forums/topic/adding-size-guide-and-info-popups-over-variations/
I use to love woodmart but this kind of behaviour is ringing the bell in my mind and is not healthy for a website with long-term plan with woodmart. I mean sticking to your them, renewing support every 6 months and then not receiving any willingness to help!!
I still hope for the better support.
September 15, 2020 at 7:19 am #226298
Elise NoromitMemberHello,
Please add this code:
add_action( 'wp', function() { remove_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 31 ); add_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 35 ); } );
Best Regards
September 15, 2020 at 11:44 am #226400
addyParticipantThanks but it worked half of it.
When I applied your code, “compare” and add to wishlist were moved above but size guide was left behind.
Please check the link.
How it should look – Screenshot attached.Attachments:
You must be logged in to view attached files.September 15, 2020 at 1:06 pm #226447
Elise NoromitMemberHello,
Please replace the code with this one:
add_action( 'wp', function() { remove_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 31 ); add_action( 'woocommerce_single_product_summary', 'woodmart_after_add_to_cart_area', 39 ); } );
Best Regards
September 15, 2020 at 8:14 pm #226521
addyParticipantThanks. It worked. I am happy you finally helped. Hope your day goes as per your expectations.
September 15, 2020 at 10:54 pm #226535
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register