deadbeat Posted January 8, 2016 Share Posted January 8, 2016 Hi, Is is possible to insert an external link into a product that will take the customer via this external link (tracking link) to the sellers website? The product will hold the Title, Description, Price, and if possible an external URL to the images and and link which takes the customer via the Buy now button or More info button to the product on the sellers website. If this is possible, how do you do it? Thanks Deadbeat Link to comment Share on other sites More sharing options...
NemoPS Posted January 9, 2016 Share Posted January 9, 2016 If you are open to modify the core (or override it) yes. You'll have to either edit getProductLink, after adding the new property to the product class, or getProductProperties, on this line$row['link'] = $context->link->getProductLink((int)$row['id_product'], $row['link_rewrite'], $row['category'], $row['ean13']);If you only care about the product list. The best way would be with the core getProductLink though. 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