Comments Mark started the conversationNovember 25, 2020 at 1:28pmIn the shopping cart you can show some cross-sells, but an add to cart button is missing. The easier it is to add a cross sell to the shopping cart, the better the conversion. So it would be nice if an add to cart buttons shows up below the price. 7,092Oliver repliedNovember 26, 2020 at 9:03amHi,Add this code to the functions.php of the child theme and check: function thegem_child_init() { remove_action('thegem_woocommerce_after_single_product', 'woocommerce_output_related_products', 5); add_action('thegem_woocommerce_after_single_product', 'woocommerce_upsell_display', 5); } add_action('init', 'thegem_child_init'); Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Mark replied privately 7,092Oliver repliedDecember 3, 2020 at 8:41amHi,pls. give me wp-admin and FTP accessPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Mark replied privately 7,092Oliver repliedDecember 4, 2020 at 7:33amHi,Sorry for delay, can't connect with the data you provided:Error: Connection timed out after 20 seconds of inactivityError: Could not connect to serverStatus: Waiting to retry...Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Mark replied privately 7,092Oliver repliedDecember 4, 2020 at 12:34pmpls. give me link to the product with the cross sells added. Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverMark repliedDecember 4, 2020 at 6:20pmHere is a link:http://dev.derooijfotografie.nl/?add-to-cart=1938 7,092Oliver repliedDecember 7, 2020 at 9:09amHi,Sorry for delay, add this CSS code: .woocommerce .cross-sells .product .product-bottom { display: inline-block; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverMark repliedDecember 7, 2020 at 10:42amI added this css to the theme custom css, but the button still doesn't appear in the cross sell box 7,092Oliver repliedDecember 7, 2020 at 12:54pmHi,pls. check nowPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverMark repliedDecember 7, 2020 at 4:52pmThanks a lot 7,092Oliver repliedDecember 8, 2020 at 6:58amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like Mark replied privately 7,092Oliver repliedDecember 9, 2020 at 11:07amHi,Add this CSS code: body .woocommerce .cross-sells .product .product-bottom { display: inline-block; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
In the shopping cart you can show some cross-sells, but an add to cart button is missing. The easier it is to add a cross sell to the shopping cart, the better the conversion. So it would be nice if an add to cart buttons shows up below the price.
Hi,
Add this code to the functions.php of the child theme and check:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
pls. give me wp-admin and FTP access
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
Sorry for delay, can't connect with the data you provided:
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
Status: Waiting to retry...
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
pls. give me link to the product with the cross sells added.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Here is a link:
http://dev.derooijfotografie.nl/?add-to-cart=1938
Hi,
Sorry for delay, add this CSS code:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I added this css to the theme custom css, but the button still doesn't appear in the cross sell box
Hi,
pls. check now
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks a lot
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
Add this CSS code:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver