prod list

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
01 Mar 2007, 12:00
#1
mex avatar

mex

Zen Follower

Join Date:
Feb 2007
Posts:
176
Plugin Contributions:
0

prod list

hi,

In the prod list file I want to re arrange the col data with item name first and no links in the price col. Also I want the image smaller.

How can i do this as the data is all read into an array from a class to be displayed, so i can't get access to bits of information. It isn't simple looking.
01 Mar 2007, 14:31
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: prod list

Read the FAQ's & the wiki for answers to most of your queries -

in the admin > config > images > Image - Product Listing Width
and - admin > config > images > Image - Product Listing Height

Many of the listings can be adjusted in the admin with a number sequence:

0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
01 Mar 2007, 22:26
#3
mex avatar

mex

Zen Follower

Join Date:
Feb 2007
Posts:
176
Plugin Contributions:
0

Re: prod list

hi,

Thaks for that. The reason i ask the questions though is for a programing solution as i much prefer to alter the code so I can create a table and look as i desire. I didn't want the comment displayed or the ..more symbol on.

Looking at the code though it looks like it isn't easy to change as all the data is too centralised to change much.
02 Mar 2007, 03:20
#4
mex avatar

mex

Zen Follower

Join Date:
Feb 2007
Posts:
176
Plugin Contributions:
0

Re: prod list

hi,,

I don't want the prod description in the list or the link '..more'.

Now i can't find this in admin and nor can i find easy in the code.
The code is extremely long for this module which only displays a few bits of basic information.
If I can get the variable that displays these things then i can edit it out, but i can't see this as i only see an array with all the information to display.
02 Mar 2007, 06:40
#5
mex avatar

mex

Zen Follower

Join Date:
Feb 2007
Posts:
176
Plugin Contributions:
0

Re: prod list

hi,
The information is actually in this array split up. I can't get into the specific information without messing with the string data in array.

eg
echo $list_box_contents[2][0]['text'];
echo $list_box_contents[2][1]['text']; //only want the heading
echo $list_box_contents[2][2]['text']; //3rd col had ata I want out

So it looks like you can alter the prod info page