Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why did my header image come back?


garysgal

Recommended Posts

Posted

I removed those little "click to enlarge" and images on each of my product pages, and now they're back for some reason. I went into the knowledgebase to doublecheck my code, and the code it prompts to delete doesn't exist in my product_info.php page... I'm stumped! Here's one of the pages:

 

http://familymemoriesandmore.com/cart/prod...products_id=100

 

Also, would anyone know how to move the price breakdown box next to the "add to cart" option? This is a contribution, and I will ask over there if no one is sure.

 

Thanks so much!

Posted

maybe clear your browser cache?

 

I don't see anything saying "click to enlarge" except "Click on picture to enlarge and move on screen. "

one-click installation..

Dave's info

Posted
Also, would anyone know how to move the price breakdown box next to the "add to cart" option? This is a contribution, and I will ask over there if no one is sure.

you need to search out the code that is creating the table:

<table align="top" border="1" cellspacing="0" cellpadding="0"><tr><td align="center" class=productPriceInBox colspan="2">$1.45</td></tr><tr><td class=productPriceInBox>26+ </td><td class=productPriceInBox>$1.35</td></tr><tr><td class=productPriceInBox>51+ </td><td class=productPriceInBox>$1.25</td></tr><tr><td class=productPriceInBox>76+ </td><td class=productPriceInBox>$1.20</td></tr><tr><td class=productPriceInBox>101+ </td><td class=productPriceInBox>$1.10</td></tr></table></td>
		  </tr>
		</table>

and move it further down... a good search term is for "class=productPriceInBox" as that seems unique to the contribution.

one-click installation..

Dave's info

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...