Guest User

vieww

a guest
Mar 23rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.48 KB | None | 0 0
  1. <?php
  2.  
  3. ?>
  4. <?php $_helper = $this->helper('catalog/output'); ?>
  5. <?php $pageLayout = str_replace(array('page/','.phtml'),'',Mage::app()->getLayout()->getBlock('root')->getTemplate()); ?>
  6. <?php $_product = $this->getProduct(); ?>
  7. <?php $setting = Mage::helper('em0113settings'); ?>
  8.  
  9.  
  10.  
  11.  
  12. <script type="text/javascript">
  13. var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
  14. </script>
  15. <div class="Individual">
  16. <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
  17. <div class="product-view">
  18. <div class="product-essential">
  19. <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
  20. <?php echo $this->getBlockHtml('formkey') ?>
  21. <input type="hidden" name="return_url" id="return_url" value="" />
  22. <div class="no-display">
  23. <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
  24. <input type="hidden" name="related_product" id="related-products-field" value="" />
  25. </div>
  26.  
  27. <div class="product-img-box" style="width:<?php echo $setting->getImageProduct_BaseImageWidth(390) ?>px;">
  28. <?php echo $this->getChildHtml('media') ?>
  29. </div>
  30. <?php
  31. $related_product_collection = $_product->getRelatedProductCollection();
  32. $related_product_collection->AddStoreFilter();
  33. $count = count($related_product_collection);
  34. ?>
  35. <div class="product-shop <?php if($count > 0 && $pageLayout=='1column'): ?>has-related<?php else: ?>no-related<?php endif ?>">
  36. <div class="product-shop-wrapper <?php if($_product->isGrouped()): ?>grouped<?php endif ?>">
  37. <?php list($_prev_prod, $_next_prod) = Mage::helper('em0113settings/product')->getPreviousNextProducts($this->getProduct()); ?>
  38.  
  39. <!--<?php if($_prev_prod != NULL): ?>
  40. <a href="<?php echo $_prev_prod->getProductUrl(); ?>" title="<?php echo $this->__('Previous') ?>" class="prev"><?php echo $this->__('Previous') ?></a>
  41. <?php endif; ?>
  42.  
  43. <?php if($_next_prod != NULL): ?>
  44. <a href="<?php echo $_next_prod->getProductUrl(); ?>" title="<?php echo $this->__('Next') ?>" class="next"><?php echo $this->__('Next') ?></a>
  45. <?php endif; ?>-->
  46.  
  47. <div class="product-name">
  48. <h2><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h2>
  49. </div>
  50.  
  51. <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
  52.  
  53. <!--<?php if ($this->canEmailToFriend()): ?>
  54. <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
  55. <?php endif; ?>-->
  56.  
  57.  
  58. <div class="desc-options">
  59. <div class="Pro_des">
  60. <?php if ($_product->getShortDescription()):?>
  61. <div class="short-description">
  62. <hr>
  63. <br/>
  64. <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?>
  65. </div>
  66. </div>
  67. <?php endif;?>
  68. </div>
  69.  
  70. <?php if ($_product->isSaleable() && $this->hasOptions()):?>
  71. <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
  72. <?php endif;?>
  73.  
  74. </div>
  75.  
  76. <!--
  77.  
  78. <?php if ($this->displayProductStockStatus()): ?>
  79. <?php if($_product->isSaleable()): ?>
  80. <p class="availability in-of-stock"><span><?php echo $this->__('In of stock') ?></span></p>
  81. <?php else : ?>
  82. <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
  83. <?php endif; ?>
  84. <?php endif; ?>
  85.  
  86. -->
  87.  
  88.  
  89.  
  90. <hr class="hr">
  91.  
  92.  
  93.  
  94. <div class="check_delivery">
  95. <!-- next bits check delivery -->
  96.  
  97. <?php
  98. // echo $this->getLayout()->createBlock('core/template')->setTemplate('checkdelivery/checkdelivery.phtml')->toHtml();
  99. // echo $this->getLayout()->createBlock('checkout/cart_shipping')->setTemplate('checkout/cart/shipping1.phtml')->tohtml();
  100. // echo $this->getLayout()->createBlock('checkout/cart_shipping')->setTemplate('checkout/cart/shipping1.phtml')->toHtml();
  101. // echo $this->getLayout()->getBlock('root')->getTemplate();
  102.  
  103. ?>
  104. <!-- next bits check delivery end -->
  105.  
  106. <?php
  107. // echo $this->getLayout()->createBlock('cms/block')->setBlockId('delivery')->toHtml();
  108. ?>
  109.  
  110. <?php if (($_shippingRateGroups = $this->getEstimateRates())):
  111.  
  112. if(Mage::getSingleton('core/session')->getMyShipMessage()){
  113. echo Mage::getSingleton('core/session')->getMyShipMessage();
  114. Mage::getSingleton('core/session')->unsMyShipMessage();
  115. }
  116. endif; ?>
  117. <?php echo $this->getChildHtml('shipping.estimate.form'); ?>
  118.  
  119. </div>
  120.  
  121.  
  122.  
  123. <!-- block for shipping -->
  124.  
  125. <?php
  126. // echo $this->getLayout()->createBlock('cms/block')->setBlockId('delivery')->toHtml();
  127. ?>
  128. <!-- block for shipping -->
  129.  
  130.  
  131. <div class="Quick">
  132. <div class="Quick_1">
  133. <div class="product-data">
  134. <?php echo $this->getChildHtml('alert_urls') ?>
  135. <?php echo $this->getChildHtml('product_type_data') ?>
  136. <?php echo $this->getChildHtml('extrahint') ?>
  137. <?php //echo $this->getTierPriceHtml() ?>
  138. <?php if($_product->getTypeId() == 'configurable'): ?>
  139. <?php echo $this->getChildHtml('product_options_wrapper_bottom') ?>
  140. <?php endif; ?>
  141. </div>
  142.  
  143.  
  144. <!-- shipping charges on product view page by
  145. <?php
  146. echo " Rs " . $_product->getData("mp_local_shipping_charge") . " Delivery ";
  147.  
  148. ?>
  149. <!-- shipping charges on product view pageee -->
  150.  
  151. <!-- 3 sshippng
  152.  
  153. <?php $deliveryPrice = $_product->getData("mp_local_shipping_charge") ?>
  154. <?php if($deliveryPrice === "0"): ?>
  155. <p class="sell_price" style="position: relative;"><?php echo "Selling Price (Free Delivery )"; ?> </p>
  156. <?php elseif(empty($deliveryPrice)): ?>
  157. <p class="sell_price" style="position: relative;"><?php echo "Selling Price + Rs 50 Delivery "; ?> </p>
  158. <?php else: ?>
  159. <p class="sell_price" style="position: relative;"><?php echo "Selling Price"; ?>
  160. <?php echo "+ Rs " . $_product->getData("mp_local_shipping_charge") . " Delivery "; ?>
  161. <?php endif; ?>
  162.  
  163. 3 shippping -->
  164.  
  165.  
  166.  
  167. <?php if (!$this->hasOptions()):?>
  168. <div class="add-to-box">
  169.  
  170. <?php if($_product->isSaleable()): ?>
  171. <?php echo $this->getChildHtml('addtocart') ?>
  172. <?php else:?>
  173. <?php echo $this->getChildHtml('addto') ?>
  174. <?php endif; ?>
  175.  
  176. <?php if ($_product->isAvailable()) {?>
  177.  
  178.  
  179. <!--
  180. <div><?php //$buttonTitle = $this->__('Add to Cart'); ?>
  181. <button type="button" title="<?php //echo $buttonTitle ?>" id="product-addtocart-button" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php //echo $buttonTitle ?></span></span></button>
  182. </div>
  183.  
  184.  
  185.  
  186. <br/>
  187. <
  188.  
  189. <div ><button class="button buy-now" onclick="location.href ='{{config path="web/unsecure/base_url"}}/checkout/cart/add?product=1&qty=1'">
  190. <span><span>Buy Now</span></span></button>
  191. </div>
  192. -->
  193.  
  194.  
  195.  
  196. <?php }?>
  197.  
  198. </div>
  199. <?php echo $this->getChildHtml('extra_buttons') ?>
  200. <?php elseif (!$_product->isSaleable()): ?>
  201. <div class="add-to-box">
  202. <?php echo $this->getChildHtml('addto') ?>
  203. </div>
  204.  
  205.  
  206.  
  207.  
  208. <?php endif; ?>
  209. </div>
  210.  
  211. <div class="Quick_2">
  212.  
  213. <!-- Soled By -->
  214. <div class="soled_by">
  215. <?php
  216. $helper=Mage::helper('marketplace');
  217. $_product=Mage::registry('current_product');
  218. $productowner=Mage::getModel('marketplace/product')->isCustomerProduct($_product['entity_id']);
  219. if($productowner['userid']!=""){
  220. $captchenable = $percent = Mage::getStoreConfig('marketplace/marketplace_options/captcha');
  221. $rowsocial=Mage::getModel('marketplace/userprofile')->getPartnerProfileById($productowner['userid']);
  222. }
  223. ?>
  224. <script type="text/javascript">
  225. if (typeof jQuery == 'undefined'){
  226. document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
  227. }
  228. </script>
  229.  
  230.  
  231.  
  232. <div class="soled-by-dealer">
  233. <!--<div class="block-title"><strong><span>
  234. <?php if($rowsocial['shoptitle']!='')
  235. echo $rowsocial['shoptitle'];
  236. else
  237. echo $rowsocial['profileurl']; ?>
  238. </span></strong>
  239. </div>-->
  240.  
  241. <h5> SOLD BY : </h5>
  242.  
  243. <span>
  244.  
  245.  
  246. <?php if($rowsocial['profileurl'] == "kidsdial2")
  247. {?>
  248.  
  249. <a href="<?php echo Mage::getUrl('marketplace/seller/collection').$rowsocial['profileurl'] ?>" title="<?php echo "Totaltoys"; ?>" id="siteconnect">
  250. <?php echo "Totaltoys"; ?></a><?php
  251.  
  252. }
  253.  
  254. else{?>
  255.  
  256. <a href="<?php echo Mage::getUrl('marketplace/seller/collection').$rowsocial['profileurl'] ?>" title="<?php echo $rowsocial['profileurl']; ?>" id="siteconnect">
  257. <?php echo $rowsocial['profileurl']; ?></a><?php
  258. }
  259.  
  260. ?>
  261. </span>
  262.  
  263.  
  264. </div>
  265. <br/>
  266.  
  267.  
  268. <div class="delivery_details">
  269.  
  270.  
  271. <div class="COD">
  272. <?php $attribute = $_product->getResource()->getAttribute('cod_available');
  273. $attribute_value = $attribute ->getFrontend()->getValue($_product);
  274.  
  275. if ($attribute_value == "Yes"){ ?>
  276. <h5> CASH ON DELIVERY </h5>
  277. <div class="Delivery_hover_details">?<p class="killing"><?php echo "Available";?></p></div>
  278. <?php }else{ ?>
  279. <i class="fa fa-times"></i>
  280. <p>
  281. <h5 style="position:relative;bottom: 11px;">CASH ON DELIVERY </h5>
  282. <p class="reduce"><?php echo " Not Available"; ?></p>
  283. </p>
  284. <?php } ?>
  285. <span class="coupontooltip">
  286. <div class="cod_content">
  287. <h5>How do I place a Cash on Delivery (COD) order?</h5>
  288. <p>All items that have the "Cash on Delivery Available" icon are valid for order by Cash on Delivery.</p>
  289. <p>Add the item(s) to your cart and proceed to checkout.When prompted to choose a payment option, select "Cash on Delivery". </p>
  290. <p>Once you place the order you will receive confirmation call from our customer support for validation with in 48 hours. Once verified and confirmed, your order will be processed for shipment in the time specified, from the date of confirmation. You will be required to make a cash-only payment to our courier partner at the time of delivery of your order to complete the payment.</p>
  291. <p>Terms & Conditions</p>
  292. <p>The maximum order value for COD is ₹5000.</p>
  293. <p>e-Gift Vouchers or Store Credit cannot be used for COD orders.</p>
  294. <p>Cash-only payment at the time of delivery.</p>
  295. </div>
  296. </span>
  297.  
  298. </div>
  299.  
  300.  
  301. <div class= "bottom3">
  302.  
  303. <!-- wholesale available -->
  304.  
  305. <?php
  306. //$product is your current product
  307. if($_product->getTierPrice()) {
  308. echo "
  309. <div class = 'quickphp'>
  310. <h5>Wholesale</h5>
  311. Available.<br>
  312. Usually Delivered in 10-15 business days.
  313. </div>
  314. ";
  315. }
  316. else{
  317. echo "
  318. <div class = 'quickphp'>
  319. <h5>Wholesale</h5>
  320. Not Available.<br>
  321. </div>
  322. ";
  323.  
  324. }
  325. ?>
  326.  
  327.  
  328. <div class="avail">
  329. <?php if ($this->displayProductStockStatus()): ?>
  330. <?php if($_product->isSaleable()): ?>
  331. <p class="availability in-of-stock"> <h5>Availability</h5> <?php echo $this->__('In Stock') ?></span></p>
  332. <?php else : ?>
  333. <p class="availability out-of-stock"> <h5>Availability</h5> <?php echo $this->__('Out of stock') ?></span></p>
  334. <?php endif; ?>
  335. <?php endif; ?>
  336. </div>
  337.  
  338.  
  339.  
  340.  
  341.  
  342. <div class="replace">
  343.  
  344. <span> <b>7 days</b> Replacement Guarantee</span>
  345. <div class="Delivery_hover_details">?
  346. <span class="coupontooltip">
  347.  
  348. <h5> How do I return an item purchased on Totaltoys.com</h5>
  349. <p>Conveniently, you can call us at 092-434-22233 and email us at contact@totaltoys.com with order number, invoice number and product name. If you've received an item in a 'Damaged', 'Defective' or 'Not as Described' state.</p>
  350.  
  351. <h5>Return & Replacement policy:</h5>
  352. <p>Returns or replacement request should be placed within 7 days from the date of delivery.</p>
  353. <p>As we receive your request, our concerned team will contact you to validate the compliant. The validation process may require submitting of product photos. Once the validation process is completed then further action will be taken.
  354. Once the product reaches to us/seller, the replacement will be proceed in 1-2 working days after physical inspection of the goods and shipment will be done simultaneously.</p>
  355. <p>If you've received an item in a 'Damaged', 'Defective' or 'Not as Described' state, all replacements/pickups will be done free of cost.</p>
  356. <p>If the packaging is tampered with or damaged, before accepting delivery of the goods, please refuse to take delivery of the package, and call us on 092-434-22233 or mail us at contact@totaltoys.com , mentioning your order reference number. We shall make our best efforts to ensure that a replacement delivery is made to you at the earliest.</p>
  357. <p>In the rare circumstances where a pickup cannot be done, you can ship the product through any courier. You will be reimbursed the shipping charges against the original receipt.</p>
  358. <p>Replacement is subjected to availability of stock. In case a replacement is not available, the amount will be refunded to your account from which the purchase was made. (Amount includes shipping and gift wrapping charges)</p>
  359.  
  360. <h5> Return Request is not Accepted If:</h5>
  361.  
  362. <li>Return request is made outside the specified time period</li>
  363.  
  364. <li>Missing of tags, labels, original packing, and invoice.</li>
  365.  
  366. <li>Misused or Mishandle of the product from customer end.</li>
  367.  
  368. <p>For all refunds we will refund the amount to same mode of payment as used during checkout. Refunds for cash on delivery will be made via online transfer of funds to the customers bank account.</p>
  369. <p>If the customer chooses to cancel the order before the product is shipped, he will be entitled to a 100% refund.
  370. Do I have to return the free gift when I return a product?</p>
  371.  
  372. <p>Yes. The free gift is included as part of the item order and needs to be returned along with the originally delivered product</p>
  373.  
  374. <p>Please contact us on contact@totaltoys.com or call us at 092-434-22233 for any doubts and concerns</p>
  375.  
  376.  
  377.  
  378. </span>
  379. </div>
  380.  
  381.  
  382. </div>
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389. </div>
  390.  
  391. </div>
  392.  
  393.  
  394.  
  395.  
  396.  
  397. <div class="Delivery">
  398. <h5> Delivered By </h5>
  399. <div class="Delivery_hover_details">?
  400. <span class="coupontooltip">
  401. <div class="delivery_content">
  402. <h5>What is the estimated delivery time?</h5>
  403. <p>Sellers generally procure and ship the items within the time specified on the product page. Business days exclude public holidays and Sundays.</p>
  404. <p>Estimated delivery time depends on the following factors:
  405. <li>Time of the order, usually orders made after 2:00pm can be shipped only on next workingday</li>
  406. <li>The Seller offering the product</li>
  407. <li>Product's availability with the Seller</li>
  408. <li>The destination to which you want the order shipped to and the Seller's location</li></p>
  409. </div>
  410. </span>
  411. </div>
  412. <ul class="fk-ul-disc">
  413. <li>Usually Delivered in 3-5 business days.</li>
  414.  
  415.  
  416.  
  417. </ul>
  418. </div>
  419.  
  420.  
  421.  
  422. </div>
  423.  
  424. </div>
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433. <!--<?php if (!$this->hasOptions()):?>
  434. <div class="add-to-box">
  435.  
  436. <?php if($_product->isSaleable()): ?>
  437. <?php echo $this->getChildHtml('addtocart') ?>
  438. <?php else:?>
  439. <?php echo $this->getChildHtml('addto') ?>
  440. <?php endif; ?>
  441. </div>
  442. <?php echo $this->getChildHtml('extra_buttons') ?>
  443. <?php elseif (!$_product->isSaleable()): ?>
  444. <div class="add-to-box">
  445. <?php echo $this->getChildHtml('addto') ?>
  446. <button type=”button” title=”Buy Now” class=”button btn-cart” onclick=”setcheckoutLocation(‘<?php echo $this->getAddToCartUrl($_product) ?>’)”><span><span>Buy Now</span></span></button>
  447. <?php echo $this->getChildHtml(”, true, true) ?>
  448. </div>
  449.  
  450.  
  451.  
  452.  
  453. <?php endif; ?>-->
  454.  
  455.  
  456. <?php echo $this->getChildHtml('other');?>
  457. <?php echo $this->getChildHtml('short_des_after'); ?>
  458.  
  459.  
  460. <?php if ($_product->isSaleable() && $this->hasOptions()):?>
  461. <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
  462. <?php endif;?>
  463. <?php echo $this->getChildHtml('shippingreturns') ?>
  464.  
  465. </div>
  466. </div>
  467.  
  468.  
  469. <!--<span class="or_buy_now"> -- OR --</span>-->
  470.  
  471.  
  472.  
  473. <!--<button type="button" title="<?php echo $buttonTitle ?>" id="product-addtocart-button" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php echo $buttonTitle ?></span></span></button>-->
  474. <!--<a href="<?= $this->getAddtoCartUrl($_product, array('qty' => $_price['price_qty'])) ?>"> Buy Now </a>-->
  475.  
  476. <div class="clearer"></div>
  477.  
  478. </form>
  479. </div>
  480. <!-- Add button share facebook -->
  481. <?php if ($setting->getImageProduct_ViewSocial()): ?>
  482. <div id="social-share" class="hide-lte0 hide-lte1 hide-lte2"></div>
  483. <script type="text/javascript">
  484. jQuery(document).ready(function($){
  485. jQuery('#social-share').dcSocialShare({
  486. buttons: 'facebook,plusone,twitter,pinterest',
  487. twitterId: 'designchemical',
  488. email: 'moc//niamod/liame',
  489. align: 'right',
  490. floater: false
  491. });
  492. });
  493. </script>
  494. <?php endif; ?>
  495. <script type="text/javascript">
  496. //<![CDATA[
  497. var productAddToCartForm = new VarienForm('product_addtocart_form');
  498. productAddToCartForm.submit = function(button, url) {
  499. if (this.validator.validate()) {
  500. var form = this.form;
  501. var oldUrl = form.action;
  502.  
  503. if (url) {
  504. form.action = url;
  505. }
  506. var e = null;
  507. try {
  508. this.form.submit();
  509. } catch (e) {
  510. }
  511. this.form.action = oldUrl;
  512. if (e) {
  513. throw e;
  514. }
  515.  
  516. if (button && button != 'undefined') {
  517. button.disabled = true;
  518. }
  519. }
  520. }.bind(productAddToCartForm);
  521.  
  522. productAddToCartForm.submitLight = function(button, url){
  523. if(this.validator) {
  524. var nv = Validation.methods;
  525. delete Validation.methods['required-entry'];
  526. delete Validation.methods['validate-one-required'];
  527. delete Validation.methods['validate-one-required-by-name'];
  528. // Remove custom datetime validators
  529. for (var methodName in Validation.methods) {
  530. if (methodName.match(/^validate-datetime-.*/i)) {
  531. delete Validation.methods[methodName];
  532. }
  533. }
  534.  
  535. if (this.validator.validate()) {
  536. if (url) {
  537. this.form.action = url;
  538. }
  539. this.form.submit();
  540. }
  541. Object.extend(Validation.methods, nv);
  542. }
  543. }.bind(productAddToCartForm);
  544. //]]>
  545. </script>
  546. </div>
  547.  
  548.  
  549.  
  550. <div class="product-collateral">
  551. <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
  552. <div class="box-collateral <?php echo "box-{$alias}"?>">
  553. <?php if ($title = $this->getChildData($alias, 'title')):?>
  554. <h2><?php echo $this->escapeHtml($title); ?></h2>
  555. <?php endif;?>
  556. <?php echo $html; ?>
  557. </div>
  558. <?php endforeach;?>
  559. <?php echo $this->getChildHtml('product_additional_data') ?>
  560. <?php echo $this->getChildHtml('product_additional_collateral') ?>
  561. </div>
  562.  
  563. <?php echo $this->getChildHtml('catalog.product.related'); ?>
  564. <?php echo $this->getChildHtml('review_list') ?>
  565. <?php echo $this->getChildHtml('upsell_products') ?>
  566. <?php if (Mage::helper('em0113settings')->getImageProduct_UseTabs()): ?>
  567. <script type="text/javascript">
  568. //<![CDATA[
  569. jQuery(window).ready(function() {
  570. setTimeout(function() {
  571. timeout = null;
  572. EM.tools.decorateProductCollateralTabs();
  573. }, 200);
  574. });
  575. //]]>
  576. </script>
  577.  
  578.  
  579. <?php endif ?>
  580. </div>
  581.  
  582.  
  583.  
  584.  
  585.  
  586. <!--
  587. <div class="set">
  588. <?php $attributeSetModel = Mage::getModel("eav/entity_attribute_set");
  589. $product=Mage::getModel('catalog/product')->load($_product->getId());
  590. $attributeSetModel->load($product->getAttributeSetId());
  591. $attributeSetName = $attributeSetModel->getAttributeSetName();
  592. if($attributeSetName=='Mobile'){ echo $this->__('color may vary as shown in above image'); } ?>
  593. </div>
  594.  
  595. -->
  596.  
  597.  
  598.  
  599. <style>
  600.  
  601. .reduce {
  602. clear: both;
  603. float: left;
  604. bottom: 13px;
  605. border-radius: 2px;
  606. color: #666;
  607. display: inline-block;
  608. font-size: 11px;
  609. height: 0px;
  610. line-height: 6px;
  611. position: relative;
  612. text-align: center;
  613. text-decoration: none;
  614. }
  615.  
  616.  
  617. .product-view .short-description { width: 50%; float:left; }
  618. dl dt {
  619. font-weight: bold;
  620. display: block;
  621. margin: 0 0 .5em;
  622. }
  623.  
  624. .product-options dd {
  625. margin: 4px 0;
  626. display: inline-block;
  627. }
  628.  
  629.  
  630.  
  631. </style>
  632.  
  633.  
  634. <script>
  635.  
  636.  
  637. function setcheckoutLocation(location)
  638. {
  639. jQuery.ajax({
  640. type:”GET”,
  641. url:location,
  642. success:function(data){
  643. window.location.href = “http://vikas.collagekingapp.com/checkout/cart/”;
  644. }
  645. });
  646.  
  647. }
  648.  
  649. productAddToCartForm.submit = function(button, url) {
  650. if (('undefined' != typeof productAddToCartFormOld) && productAddToCartFormOld) {
  651. if (Catalog.Map.active) {
  652. Catalog.Map.hideHelp();
  653. }
  654. if (productAddToCartForm.qty && $('qty')) {
  655. $('qty').value = productAddToCartForm.qty;
  656. }
  657. parentResult = productAddToCartFormOld.submit();
  658. return false;
  659. }
  660.  
  661.  
  662.  
  663. </script>
Add Comment
Please, Sign In to add comment