Subversion Repositories SmartDukaan

Rev

Rev 2796 | Rev 3018 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2796 Rev 2826
Line 78... Line 78...
78
        </div>
78
        </div>
79
        
79
        
80
        <div class="blockRight">
80
        <div class="blockRight">
81
          <!-- add to cart -->
81
          <!-- add to cart -->
82
            <input id="item_id" name="item_id" value=$item.ITEM_ID type="hidden" />
82
            <input id="item_id" name="item_id" value=$item.ITEM_ID type="hidden" />
83
            <input id="catelog_id" name="catalog_id" value=$item.CATALOG_ID type="hidden" />
83
            <input id="catalog_id" name="catalog_id" value=$item.CATALOG_ID type="hidden" />
84
            <div class="bigImgButton yellow-image">
84
            <div class="bigImgButton yellow-image">
85
                <input type="button" alt="Buy This Item" value="  Add to Cart >>  " class="button" id="addcart"  />
85
                <input type="button" alt="Buy This Item" value="  Add to Cart >>  " class="button" id="addcart"  />
86
            </div>
86
            </div>
87
          <!-- add to cart -->
87
          <!-- add to cart -->
88
                    
88