Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / New Arrivals Main Page Not Linking to Product

New Arrivals Main Page Not Linking to Product

Views: 872

Results 1 to 4 of 4
14 May 2012, 1:42 PM
#1
chloe21 avatar

chloe21

New Zenner

Join Date:
Jul 2006
Posts:
32
Plugin Contributions:
0

New Arrivals Main Page Not Linking to Product

Customizing a Template Monster Layout.

Link to products on main page does not link to the actual product. I can see that it's just not pulling up the product id, but the "add to cart" button does.
Link: http://www.adoredvintage.com/index.php?main_page=index

I'm assuming I need to change one of the new_products modules or template files...? Can someone please help! :frusty:

16 May 2012, 2:39 AM
#2
chloe21 avatar

chloe21

New Zenner

Join Date:
Jul 2006
Posts:
32
Plugin Contributions:
0

Re: New Arrivals Main Page Not Linking to Product

No one knows? :/

16 May 2012, 9:17 AM
#3
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: New Arrivals Main Page Not Linking to Product

Actually, if youre really quick and click the image before the black opaque box slides over it it does link to the product correctly. You may find there is a javascript module thats been added to make that slider, and the link (in the text) needs to be hard coded. Either find where this is, or find a way of turning that slider off.

16 May 2012, 9:23 AM
#4
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: New Arrivals Main Page Not Linking to Product

Attachment 10482

You could play around with this. Backup your stylesheet first...

If you go to your stylesheet, and find .product-col make the height 390px

and add display none to below...

.product-col .info-box {
position: absolute;
top: 376px;
left: 0;
background: url(../images/info-box-bg.png) repeat left top;
height: 100%;
width: 158px;
padding: 0px 30px 0 30px;
display: none;

}

This way you now get to see the price too.