Admin > Configuration > Layout Settings
Click on 'Main Page - Opens with Category' and make your changes accordingly.
Admin > Configuration > Layout Settings
Click on 'Main Page - Opens with Category' and make your changes accordingly.
Thanks, Frank. I believe the correct expression is "good on ya mate!"
But that does not quite do what I expected - by turning on the main page categories, somehow the greeting and the content provided in define_main_page goes away. I wanted that content to stay there and then list the products in the two categories.
I'm checking out the php and don't see how that happens.
On index.php I see the code:
if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {
// This section deals with product-listing page contents
(etc)
but I don't see what is going on. Does Store_status have something to do with it?
Plus it looks like I can only list one category for the main page - what is the syntax for listing multiple category IDs?
tia
Instead of trying to re-code things ... how about just making all of your products members of the Featured products and show them in the Featured Products box?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Seeing you only have 8 products for now, you could make them all 'Featured Products'.
Next you open your includes/languages/your_template/english.php file and look for the define 'Featured Products'. Change that to an empty string only leaving the 2 single quotes.
Then you could set Featured Products to be displayed on the main page - in your case without the heading 'Featured Products' because you blanked that out in the second step above.
This would leave all other bits and pieces intact on your main page.
Not an elegant solution but your visitors would not notice that.
PS: I see Kim has beaten me to that idea![]()
Thanks folks. What a great community you've got here.
Looks like the answer to my query is "that's the way it is", and that's totally cool.
I'm adaptable, I will have them choose between the two categories, which is one extra click, but worth it because when they hit that landing page I can tell them what they need to know to navigate between my html site and the secure cart.
IOW never mind, I can make it work just fine no worries.
Thanks again, keep up the good work, much appreciated, maybe after I get rich I can help out here.