Guest User

template file

a guest
Mar 7th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.60 KB | None | 0 0
  1. <?php /* Custom Code */?>
  2. <?php
  3. $_item = $this->getItem();
  4. $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
  5. $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
  6. $mpAssignId=0;
  7. foreach($_item->getOptions() as $option) {
  8. $temp=unserialize($option['value']);
  9. if($temp['mpassignproduct_id'])
  10. $mpAssignId=$temp['mpassignproduct_id'];
  11. }
  12. if($mpAssignId) {
  13. $users = Mage::getModel('mpassignproduct/mpassignproduct')->getCollection()->addFieldToFilter('mpassignproduct_id',array('eq'=>$mpAssignId));
  14. } else {
  15. $users = Mage::getModel('marketplace/product')->getCollection()->addFieldToFilter('mageproductid',array('eq'=>$_item->getProductId()));
  16. }
  17. foreach ($users as $value) {
  18. if($mpAssignId)
  19. $sellerid = $value->getSellerId();
  20. else
  21. $sellerid = $value->getUserid();
  22. $sellername1 = Mage::getModel('customer/customer')->load($sellerid)->getName();
  23. }
  24. $users = Mage::getModel('marketplace/userprofile')->getCollection()->addFieldToFilter('mageuserid',array('eq'=>$sellerid));
  25. foreach ($users as $value) {
  26. $profileurl = $value->getProfileurl();
  27. }
  28. ?>
  29. <?php /* Custom Code */?>
  30.  
  31.  
  32.  
  33.  
  34. <?php
  35. $sellerid = 0;
  36. $profileurl = '';
  37. $_item = $this->getItem();
  38. $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
  39. $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
  40. $users = Mage::getModel('marketplace/product')->getCollection()->addFieldToFilter('mageproductid',array('eq'=>$_item->getProductId()));
  41. foreach ($users as $value) {
  42. $sellerid = $value->getUserid();
  43. $sellername = Mage::getModel('customer/customer')->load($sellerid)->getName();
  44. }
  45.  
  46. $prod_CodAvailable = Mage::getModel('mpcashondelivery/pricerules')->getCodAvailablility($_item->getQty()*$_item->getWeight(),$sellerid);
  47.  
  48. $users = Mage::getModel('marketplace/userprofile')->getCollection()->addFieldToFilter('mageuserid',array('eq'=>$sellerid));
  49. foreach ($users as $value) {
  50. $profileurl = $value->getProfileurl();
  51. }
  52. ?>
  53. <tr>
  54. <td><?php if ($this->hasProductUrl()):?><a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->escapeHtml($this->getProductName()) ?>" class="product-image"><?php endif;?><img src="<?php echo $this->getProductThumbnail()->resize(75); ?>" width="75" height="75" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
  55. <td>
  56. <h2 class="product-name">
  57. <?php if ($this->hasProductUrl()):?>
  58. <!-- <a href="<?php //echo $this->getProductUrl() ?>"> -->
  59. <?php echo $this->escapeHtml($this->getProductName()) ?>
  60. <!-- </a> -->
  61. <?php else: ?>
  62. <?php echo $this->escapeHtml($this->getProductName()) ?>
  63. <?php endif; ?>
  64. </h2>
  65. <div class="soled-by">
  66. <?php
  67. if($profileurl){
  68. ?>
  69. <?php echo Mage::helper('mpcashondelivery')->__('Seller : ')." "?>
  70. <!-- <a href="<?php //echo $this->getUrl('marketplace/seller/profile').$profileurl; ?>" target="_blank"><?php //echo $sellername1;?></a> -->
  71. <strong><?php echo $sellername1;?></strong>
  72. <?php
  73. } ?>
  74. </div>
  75. <?php
  76. $prod_coll = Mage::getModel('catalog/product')->load($_item->getProductId());
  77. if($prod_coll->getCodAvailable() && $prod_CodAvailable){ ?>
  78. <div class="Cash-on-delivery-in-shopping-cart">
  79. <strong><?php echo Mage::helper('mpcashondelivery')->__('CASH ON DELIVERY IS AVAILABLE'); ?></strong>
  80. <!-- <img src="<?php //echo $this->getSkinUrl('marketplace/images/quest.png'); ?>" class='questimg' title="<?php //echo Mage::getStoreConfig('marketplace/mpcashondelivery/description') ?>"/> -->
  81. </div>
  82. <?php
  83. }else{ ?>
  84. <div class="Cash-on-delivery-not-available-in-shopping-cart">
  85. <strong><?php echo Mage::helper('mpcashondelivery')->__('CASH ON DELIVERY NOT AVAILABLE'); ?></strong>
  86. </div>
  87. <?php
  88. }
  89. ?>
  90. <?php if ($_options = $this->getOptionList()):?>
  91. <dl class="item-options">
  92. <?php foreach ($_options as $_option) : ?>
  93. <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
  94. <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
  95. <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
  96. <?php if (isset($_formatedOptionValue['full_view'])): ?>
  97. <div class="truncated_full_value">
  98. <dl class="item-options">
  99. <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
  100. <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
  101. </dl>
  102. </div>
  103. <?php endif; ?>
  104. </dd>
  105. <?php endforeach; ?>
  106. </dl>
  107. <?php endif;?>
  108. <?php if ($messages = $this->getMessages()): ?>
  109. <?php foreach ($messages as $message): ?>
  110. <p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
  111. <?php endforeach; ?>
  112. <?php endif; ?>
  113. <?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
  114. <?php if ($addInfoBlock): ?>
  115. <?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
  116. <?php endif;?>
  117. </td>
  118.  
  119. <?php //if ($this->helper('wishlist')->isAllowInCart()) : ?>
  120. <!-- <td class="a-center">
  121. <?php //if ($isVisibleProduct): ?>
  122. <a href="<?php //echo $this->helper('wishlist')->getMoveFromCartUrl($_item->getId()); ?>" class="link-wishlist use-ajax"><?php //echo $this->__('Move'); ?></a>
  123. <?php //endif ?>
  124. </td> -->
  125. <?php //endif ?>
  126.  
  127. <?php if ($canApplyMsrp): ?>
  128. <td class="a-right"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
  129. <span class="cart-price">
  130. <span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
  131. <?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
  132. <a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
  133. <script type="text/javascript">
  134. Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
  135. </script>
  136. </span>
  137. </td>
  138. <?php else: ?>
  139.  
  140. <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
  141. <td class="a-right">
  142. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  143. <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  144. <?php else: ?>
  145. <span class="cart-price">
  146. <?php endif; ?>
  147. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  148. <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
  149. <?php else: ?>
  150. <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
  151. <?php endif; ?>
  152.  
  153. </span>
  154.  
  155. <?php if (Mage::helper('weee')->getApplied($_item)): ?>
  156.  
  157. <div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
  158. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  159. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  160. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
  161. <?php endforeach; ?>
  162. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  163. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  164. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
  165. <?php endforeach; ?>
  166. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  167. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  168. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
  169. <?php endforeach; ?>
  170. <?php endif; ?>
  171. </div>
  172.  
  173.  
  174.  
  175. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  176. <div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  177. <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
  178. </div>
  179. <?php endif; ?>
  180. <?php endif; ?>
  181. </td>
  182. <?php endif; ?><!-- inclusive price starts here -->
  183. <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
  184. <td>
  185. <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
  186. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  187. <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  188. <?php else: ?>
  189. <span class="cart-price">
  190. <?php endif; ?>
  191.  
  192. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  193. <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
  194. <?php else: ?>
  195. <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
  196. <?php endif; ?>
  197.  
  198. </span>
  199. <?php if (Mage::helper('weee')->getApplied($_item)): ?>
  200.  
  201. <div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
  202. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  203. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  204. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
  205. <?php endforeach; ?>
  206. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  207. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  208. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
  209. <?php endforeach; ?>
  210. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  211. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  212. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
  213. <?php endforeach; ?>
  214. <?php endif; ?>
  215. </div>
  216.  
  217. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  218. <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  219. <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?></span>
  220. </div>
  221. <?php endif; ?>
  222. <?php endif; ?>
  223. </td>
  224. <?php endif; ?>
  225. <?php endif; ?>
  226.  
  227.  
  228. <!-- QTY increase button start -->
  229.  
  230. <td class="a-center">
  231.  
  232. <!--added my urvashi -->
  233. <div class="qty_cart">
  234.  
  235. <div class="qty-ctl">
  236. <button title="Decrease Qty" onclick="changeQty('<?php echo 'qty_'.$_item->getId() ?>',0); return false;" class="decrease"><?php echo $this->__('decrease') ?></button>
  237. </div>
  238. <!-- end added my urvashi -->
  239. <input id="<?php echo 'qty_'.$_item->getId() ?>" name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
  240. <!--added my urvashi -->
  241. <div class="qty-ctl">
  242. <button title="Increase Qty" onclick="changeQty('<?php echo 'qty_'.$_item->getId() ?>',1); return false;" class="increase"><?php echo $this->__('increase') ?></button>
  243. </div>
  244. <!-- endadded my urvashi -->
  245.  
  246.  
  247.  
  248. </div>
  249. </td>
  250.  
  251.  
  252. <!-- QTY increase button end -->
  253.  
  254.  
  255. <!-- Prashant -->
  256. <td>
  257.  
  258.  
  259. <?php if (($_shippingRateGroups = $this->getEstimateRates())):
  260.  
  261. if(Mage::getSingleton('core/session')->getMyShipMessage()){
  262. echo Mage::getSingleton('core/session')->getMyShipMessage();
  263. Mage::getSingleton('core/session')->unsMyShipMessage();
  264. }
  265.  
  266. endif; ?>
  267.  
  268. </td>
  269.  
  270. <!-- Prashant end -->
  271.  
  272.  
  273.  
  274.  
  275.  
  276. <!--Sub total starts here -->
  277. <?php if (($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
  278. <td class="a-right">
  279. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  280. <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  281. <?php else: ?>
  282. <span class="cart-price">
  283. <?php endif; ?>
  284.  
  285. <?php if ($canApplyMsrp): ?>
  286. <span class="cart-msrp-subtotal">--</span>
  287. <?php else: ?>
  288. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  289. <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
  290. <?php else: ?>
  291. <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
  292. <?php endif; ?>
  293. <?php endif; ?>
  294.  
  295. </span>
  296. <?php if (Mage::helper('weee')->getApplied($_item)): ?>
  297.  
  298. <div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
  299. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  300. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  301. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
  302. <?php endforeach; ?>
  303. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  304. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  305. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
  306. <?php endforeach; ?>
  307. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  308. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  309. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
  310. <?php endforeach; ?>
  311. <?php endif; ?>
  312. </div>
  313.  
  314. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  315. <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  316. <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
  317. </div>
  318. <?php endif; ?>
  319. <?php endif; ?>
  320. </td>
  321. <?php endif; ?>
  322.  
  323.  
  324.  
  325. <?php if (($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
  326. <td>
  327. <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
  328. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  329. <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  330. <?php else: ?>
  331. <span class="cart-price">
  332. <?php endif; ?>
  333.  
  334. <?php if ($canApplyMsrp): ?>
  335. <span class="cart-msrp-subtotal">--</span>
  336. <?php else: ?>
  337. <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  338. <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
  339. <?php else: ?>
  340. <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
  341. <?php endif; ?>
  342. <?php endif; ?>
  343.  
  344. </span>
  345.  
  346.  
  347. <?php if (Mage::helper('weee')->getApplied($_item)): ?>
  348.  
  349. <div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
  350. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  351. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  352. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
  353. <?php endforeach; ?>
  354. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  355. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  356. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
  357. <?php endforeach; ?>
  358. <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  359. <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
  360. <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
  361. <?php endforeach; ?>
  362. <?php endif; ?>
  363. </div>
  364.  
  365. <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
  366. <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
  367. <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?></span>
  368. </div>
  369. <?php endif; ?>
  370. <?php endif; ?>
  371. </td>
  372. <?php endif; ?>
  373. <td class="a-center"><a href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a></td>
  374. </tr>
Add Comment
Please, Sign In to add comment