View Single Post
  #3  
Old 03-15-2012, 02:45 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Continue Shopping -> Redirect to product

This is the place you should make the changes:

$smarty->assign('navigation_script', 'product.php?productid=' . $productid);

that productid has associated a categoryid and a manufacturerid. Change product.php with category.php ...

I don't see it relevant to go in Manufacture page after pushing continue shopping button.

Quote:
Originally Posted by Learner
Hi,
Thanks for your codes.

If I want to go to the current page suppose in category or in manufacturer page what will be the code for x cart pro 4.4.2 Pro?
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote