Jump to content

Product images displayed under "Popular Products" Cat


Guest sendoh23

Recommended Posts

Guest sendoh23

i tried displaying product images under the popular products section

but it just wont display

the link and the image link is correct, it will lead me to the correct product but the product photo or image just wont display.

i hope someone could help me out on this

<!-- BEGIN: popular_products -->



<div class="boxTitleRight">{LANG_POPULAR_PRODUCTS_TITLE}</div>



<div class="boxContentRight">



	<ol>



		<!-- BEGIN: li -->



		<li class="num"><a href="index.php?act=viewProd&amp;productId={DATA.productId}" class="txtDefault"><img src="{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" title="{VAL_PRODUCT_NAME}" /></a></li>



					<a href="index.php?act=viewProd&amp;productId={DATA.productId}" class="txtDefault">{DATA.name}</a><br />















		<!-- END: li -->



	</ol>



</div>



<div class="boxFootLeft">&nbsp;</div>



<!-- END: popular_products -->

heres my popular product page

<img src="{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" title="{VAL_PRODUCT_NAME}" />

I have tried alot of objects to replace {VAL_IMG_SRC} but nothing works :P

Link to comment
Share on other sites

No php code for pulling product images and displaying them is included in includes/boxes/popularProducts.inc.php and that is the php file that drives skins/xx/styleTemplates/boxes/popularProducts.tpl

{VAL_IMG_SRC} therefore has no meaning in this .tpl file

You need to figure out how to code the php file, or find a mod already written that does this. Someone made such a mod which is free, look for it in the cubecart.org forum archives

Link to comment
Share on other sites

Guest sendoh23

have installed the mod to my cart...

it works great...

but i would like to ask if its possible to include a slideshow instead of displaying the images there statically

In this case, it would save space

Link to comment
Share on other sites

Guest webicon

sorry I only know of the scrolling one that I PM'd you -

When you say slideshow do you mean new products phasing in and out? hmmm not quite sure how that would work unless it was displaying random products and constantly resfreshing...might be worth going over to cubecart.org.

Link to comment
Share on other sites

Guest sendoh23

sorry I only know of the scrolling one that I PM'd you -

When you say slideshow do you mean new products phasing in and out? hmmm not quite sure how that would work unless it was displaying random products and constantly resfreshing...might be worth going over to cubecart.org.

ya with the popular products one displayed and changes every few seconds like those which can be done through a javascript?

Link to comment
Share on other sites

  • 4 months later...

Hi,

Can anybody please let me know which mod I need to be able to display multiple images for products(as I curently only able to display one).

I appreciate your help.

cuber1

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...