Jump to content

Latest Product Modify


Guest prashantgeorge

Recommended Posts

Guest prashantgeorge

how do you modify the appearance of product images in Latest Product in main page to something like what you can see here http://www.7dana.com/demo/cubecart/blue/ i want the products to appear in a box with border and a header showing its name as seen in the link above. You can see my temporary site at http://prashantgeorge.com/donna/ if someone can provide me a tutorial or a basic coding from where i can work on my own i would much appreciate it. I am a beginner with close to 0 knowledge on PHP so it would be great if anyone can provide teh codes and the TPL files to modify... AM USING THE KILLER TEMPLATE

Link to comment
Share on other sites

Guest prashantgeorge

I went to markscarts there but it doesnt provide any information as to changing the appearance of products. the css file contain only the Boxcontent style but it doesnt in any way help in the procedure what i want is for each product displayed on the Latest Products to appear i a box with a header as you can see in http://www.7dana.com/demo/cubecart/blue/ Tahnsk for all your help lookign fwd to more suggestion from fellow members

Link to comment
Share on other sites

This is an extremely simple mod.

Open skins/Killer/styleTemplates/content/index.tpl

Look between the tags <!-- BEGIN: repeat_prods --> and <!-- END: repeat_prods --> and you will find the information you need.

First is the code to display the image, then a break, then the code to display the title. Here is what you must do:

1. Place code for title above the code for image.

2. Enclose the code for the title in a new division <div>, and do the same for the image code.

3. Apply styles to these new divisions - you can either use inline styles, or add new classes to your stylesheet. Here you can set width and height of title bar division as well as background color or image, etc. Same for image holder division.

voila :dizzy:

Please do not PM me with same questions asked in forum ;)

Link to comment
Share on other sites

Guest prashantgeorge

Thank a Lot you are a genius..... i was able to achieve this in mins after checking your reply http://prashantgeorge.com/donna/ now to look into other matters like i dunno why the product images appear in diff size have to look up a way to make thme all come in the rigth size....... Thank you Once again i very much appreciate it.......

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...