Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-30-2024 08:38:20

KryptSupport
Member
Registered: 04-29-2024
Posts: 77

Category List on Mobile Device

NOTE: This post was created on 2023-06-19 on the Kryptronic eCommerce Community facebook page, which has been replaced with this forum.  All facebook support content was migrated into this forum in April 2024.

Anthony:

Mobile Site - Category List..
Is there a way to manipulate the category list position when viewing the site on a mobile.
Currently all the categories appear at the bottom of the screen
I would like this in a different order, probably just before the "Featured Products: Slot 1"
Thanks in advance

Kryptronic:

Anthony, you could add the category section to the home page. Add this to your home page about the product featured slot code:
<?php $this->include_namespace('ecom','catlist',array('type' => 'SPLASH', 'cats' => array(), 'xsort' => 0)); ?>
You can enclose it in a div that would only be visible in mobile view. Set the div class to include "kdispthin" and it will only display on mobile.

Anthony:

Excellent!! Thanks once again

Offline

 

Board footer