Link to home
Start Free TrialLog in
Avatar of Amanda Watson
Amanda WatsonFlag for Australia

asked on

Help with adding some variables to this layout

Hi,
On this page here:
http://webfd.omega.studiocoast.com.au/index.php?flt1[0]=0&flt2[0]=0&vm_mnuf[0]=0&fr_price=45&to_price=2500&option=com_catfiltering&task=search

I have constructed using a component a layout for the products.

The problems are that the add to cart button isn't showing, and the product details (grey box) will not show the text.

So there are two files used to construct this page, and I was hoping someone could help me figure out how to make the add to cart button show?

The two files used to construct this page are attached
browse.txt
browse-inner.txt
Avatar of Gopinathan c
Gopinathan c
Flag of India image

Please change this to
<a href="http://webfd.omega.studiocoast.com.au/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=7&option=com_virtuemart&Itemid=53" style="color: rgb(255, 255, 255); padding-top: 4px; margin-top: 20px; font-weight: normal; font-size: 11px; margin-left: -55px; height: 14px;" class="details"></a>

to

<a href="http://webfd.omega.studiocoast.com.au/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=7&option=com_virtuemart&Itemid=53" style="color: rgb(255, 255, 255); padding-top: 4px; margin-top: 20px; font-weight: normal; font-size: 11px; margin-left: -55px; height: 14px;" class="details">add to cart</a>


are you using virtuemart
Avatar of Amanda Watson

ASKER

Yes this is virtuemart....but you have lost me

This is how the line is in the browse_inner.php page

 <td bgcolor="#FFFFFF"><a class="details" style="color:#FFF; padding-top:4px; margin-top:20px;font-weight:normal; font-size:11px; margin-left:-55px; height:14px;"href="<?php echo $product_flypage ?>"><?php echo $product_details ?></a></td>

What did you want changed?

and this is the add to cart line

<td bgcolor="#FFFFFF"><span class="browseAddToCartContainer"><?php echo $form_addtocart ?></span></td>
SOLUTION
Avatar of Gopinathan c
Gopinathan c
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It was a problem with the component