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 03-24-2009 14:27:35

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Items list - where do I control layout

I am trying to apply a slightly different design to the usual CCP solution and have so far been successful (read lucky) in getting what I want in terms of layout.

But now I have hit a wall, it is probably something super simple but I have been hunting high and low for a place to alter the code or the layout for the Items view. I want a 3-per-row layout with title and description BELOW the image. at the moment Title and Description is positioned to the right and thereby breaking my layout, see:  (work in progress)

I know its just a matter of adding a row in the table, this is the source from the browser with the two tr's I want to add:

Code:

          
<table class="khxc_ghost">
     <tr>
          <td class="khxc_ghost" style="width: 232px">
               <a href="http://dev.contextinteriors.co.uk/gbu0-prodshow/MS013.html" title="Junior Navigator Compass"><img src="media/gbu0/prodsm/MS-Display_m.jpg" width="232" alt="Junior Navigator Compass" /></a>
          </td>
     </tr> <!-- added tr -->
     <tr>  <!-- added tr -->
          <td class="khxc_ghost">
               <p><a href="http://dev.contextinteriors.co.uk/gbu0-prodshow/MS013.html" title="Junior Navigator Compass">Junior Navigator Compass</a></p>
               <p>An explorers priority, direction... where will the compass lead? 9.5 x 9.5 x 2cm</p>
               <div class="khxc_pricediv"><p class="inline">Price: </p><p class="khxc_price">£4.95</p></div>
          </td>
     </tr>
</table>

...but simply cannot find the XHTML source in CCP. Please help.

Categories, detail view and splash page is all displaying correctly.

Offline

 

#2 03-24-2009 14:37:45

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Items list - where do I control layout

Both can be done at Home > ClickCartPro > Settings: Application Settings Menu > Catalog Global Displays , the default product layout will be under the picture.

John

Offline

 

#3 03-24-2009 17:31:54

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: Items list - where do I control layout

I did have a look at the settings under 'Application Settings Menu > Catalog Global Displays' but I can't see an entry  that corresponds with the Items listing.

I tried changing all the entries to a different display type with no change in the layout on my site.

What is this listing called?

Also, if they are all set to default, shouldn't I be able to change the XHTML code under 'Displays: Skins, Menus, XHTML Includes and Messages > Manage Catalog Product Displays: Category View' and choosing the 'Default' entry.

Still nothing happens.

Offline

 

#4 03-24-2009 17:43:52

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Items list - where do I control layout

What page or pages are you wanting this displayed on?

John

Offline

 

#5 03-24-2009 17:57:13

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: Items list - where do I control layout

Well I'm not sure what it is called but this is the link  - I presume this is the main catalog listing... heading says 'Items'

Offline

 

#6 03-24-2009 18:26:43

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Items list - where do I control layout

Your talking about how sub-categories and or items are display in side a main category, so you will need to change the setting on the main category for the number of item or sub-categories to display per row and what display the category will use for the displays, which is at Home > ClickCartPro > Catalog: Categories, Products and Options > Manage Online Store Categories in one or all of your main categories.

John

Offline

 

#7 03-25-2009 06:42:24

jonasaedin
Member
From: Edinburgh, UK
Registered: 02-15-2009
Posts: 70
Website

Re: Items list - where do I control layout

ok that sorted it... thanks for the pointer - all makes fine sense now

Offline

 

Board footer