-
AuthorPosts
-
October 29, 2022 at 10:15 pm #1370683
Sorry Mike
there has crept in another wrong link
When I make a purchase and put it in the shopping cart
and then delete the product in the shopping cart again
the link goes back to the store instead of my-shopthanks
kind regards
FranzOctober 29, 2022 at 11:38 pm #1370685Hey schweg33,
This will be trickier because the button is added after deleting the item without reloading the page, so the script is not triggered.
I don’t understand why you can’t make the change in the woocommerce settings?
Perhaps if you explain I can think of a different solution.Best regards,
MikeOctober 30, 2022 at 8:31 am #1370689Hello Mike
I would like to use this function “function change_cart_backward_link”.
deactivated at the moment and have now entered my page “mein-shop” as store page
But when I click on this page, the product list appears as well.
I would like to have only this part with the categories displayed
is it possible to edit the store page and disable the product list
I hope I have expressed myself wellthank you and
kind regards
FranzOctober 30, 2022 at 2:40 pm #1370707Hi,
Thanks for the feedback, I set your woocommerce shop option back to the way you had it to test and I found a function to change the return-to-shop url and added this to your new child theme option:add_filter( 'woocommerce_return_to_shop_redirect', 'woocommerce_shop_url_mod' ); function woocommerce_shop_url_mod(){ return site_url() . '/mein-shop/'; }I tested the empty cart and the deleted cart and this seems to work correctly, please check.
Best regards,
MikeOctober 30, 2022 at 3:48 pm #1370710Hello Mike
many thanks for your support
Perfectyou can close this request
kind regards
FranzOctober 30, 2022 at 6:04 pm #1370713Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘my last request /change link’ is closed to new replies.
