karlosman Posted August 26, 2017 Share Posted August 26, 2017 (edited) Hello, please advise how to add one category to multiple categories? I could create a link instead of creating a category. Can I edit a link when I create a category? Direct to another category? Thank you for your ideas Edited August 26, 2017 by karlosman (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted August 26, 2017 Share Posted August 26, 2017 What we do for this purpose is to make an empty category that comes in the second tree. Then we put some code in config.inc.php to redirect this category to the real category. That looks like this: $tmps = explode("-", $_SERVER['REQUEST_URI']); if((sizeof($tmps) == 2) && ($tmps[0] == "/220")) header('Location: https://www.ourshop.com/21-success'); In this case 21 is the id of the real category and 220 is the id of the re-directing copy. 1 Link to comment Share on other sites More sharing options...
karlosman Posted August 27, 2017 Author Share Posted August 27, 2017 (edited) Super, it works great. Thank you Edited August 27, 2017 by karlosman (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now