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.
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.
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.
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
Moderation
Destination thread ID and reason are required when shown.
Report Post
Tell staff why this post should be reviewed.
Manage cookie preferences
Our cookie policy has been updated, so we need you to review your preferences and consent again.