The settings menu will appear by installing a separate plugin which is available for download here http://go.me/advanced
After installing the plugin there is a global option to disable “Redirect to cart”
Thread Starter
Jaso
(@subwebsites)
A separate plugin, gotta be kidding, why isnt this all i one plugin, and if so why isnt it here on the repo. Sending me to other places is not a good idea,, aint good for trust
-
This reply was modified 7 years ago by
Jaso.
Thanks for the feedback. We are evaluating whether to incorporate some of these settings into the main plugin. In addition we have spoken to the WordPress team about including the advanced plugin into WordPress.org (and that is in the works).
One advantage of keeping it as a separate plugin is the ability to easily disable all global settings without affecting the core plugin.
I completely understand your concern downloading from a third party location. The plugin is available as open source https://github.com/Resellers/wp-reseller-store-settings
Alternatively you can add a filter to your site which will accomplish the same setting
add_filter(
'rstore_product_redirect',
function() {
return false;
}
);
Thread Starter
Jaso
(@subwebsites)
Nothing here mentioned above works!
Stopping the redirect to cart doesnt work from in the product, when checked, it still redirects to secureserver . net
https://prnt.sc/njqufg
Thread Starter
Jaso
(@subwebsites)
Also need things to redirect to my internal godaddy subdomain instead of secureserver!
Thread Starter
Jaso
(@subwebsites)
How to have these redirect to our subdomain: http://prntscr.com/o3nr1o and the CART redirect to subdomain: http://prntscr.com/o3nra4
Need this to have settings in the admin panel to select if we are using a subdomain and enter that domain, or leave it blank to then go to the secureserver… thats better
Thread Starter
Jaso
(@subwebsites)
And also, is there a way to single click to disable ALL products redirect to CART or CHECKOUT? Something that works,? Can we get that happening.
is there another way to contact you via the reseller group somewhere, somewhere that you are active, I’m not conformable doing this here on the repo?