+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 17 of 17

Thread: Add to Cart from the Category Detail Page - v2 and older

  1. #16
    Client
    Join Date
    May 2006
    Posts
    10
    Squirrelcart version
    not specified!

    Front page as add to cart + options

    Jamie,
    I've added the changes as you state but can not get the changes to show the add to cart button nor the options etc. Can I spot you some cash and have you help me please? Here is my coding for product thumbnail.
    I did some test where I would change the spelling of the word "detail" and when I went to my homepage I did not see the spelling changed? It's almost like the changes were not being done? I did not have the add to cart button because I could get the other part to work.

    <td width="<?=$TD_Width?>" height="150">
    <form accept-charset="utf-8" action="<?=$Form_Action?>" method="get">
    <input type="hidden" name="microtime" value="<?=$Microtime?>">
    <input type="hidden" name="quantity" value="1">
    <?=SID_FLD?>
    <div style="position: relative; width: <?=$Thumbnail_Image_Width?>px; margin-left: auto; margin-right: auto">
    <a href="<?=$Detail_Link?>" title="<?=$Name?>"><img border="0" src="<?=$Thumbnail_Image?>" width="<?=$Thumbnail_Image_Width?>" height="<?=$Thumbnail_Image_Height?>" alt="<?=$Name?>" /></a>
    <div style="position: absolute; top: 10px; right: -5px;"><?=$New?></div>
    </div>
    <div style="font-size: 8pt">
    <?=$Name?>
    <?=$Admin_Link?><?=$Options?>
    </div>
    <?=$Reviews?>
    <a style="font-size: 7pt" href="<?=$Detail_Link?>">more detail...</a>
    <div class="product_price" style="width: 100%">
    <?=$Price_Label?> <?=$Currency_Symbol?><?=$Base_Price?>
    </div>
    </form>
    </td>

    -Jason-

  2. #17
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,719
    Squirrelcart version
    v3.3.7
    Open a helpdesk ticket and I'll check it out.

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts