AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: bryns9 on April 01, 2014, 06:52:27 PM

Title: Left menu on product page
Post by: bryns9 on April 01, 2014, 06:52:27 PM
I'd really like to display the other products in the category of the product currently on display. So for a music CD - on the product page, I'd like the left hand column to display all other products in the same category. Please advice! I'm not sure how to create a block that will do that automatically. My ultimate goal is to make navigating easy for the consumer.

Title: Re: Left menu on product page
Post by: abantecart on April 02, 2014, 09:49:59 AM
This will require some PHP programming.

You need to create block template, block controller and block model. If you find similar method in existing models you can reuse that method by loading model in your controller.

Finale you need to include your block in the code or layout.
If you will get there we can help you with these steps
Title: Re: Left menu on product page
Post by: bryns9 on April 02, 2014, 10:12:18 AM
Okay great thanks...can you give me a bit of more walk-thru?
Title: Re: Left menu on product page
Post by: abantecart on April 02, 2014, 06:32:43 PM
Unfortunately, this is custom coding, I do not have a ready solution for you.