Jump to content
  • 0

Dodatkowy button "add to cart" na stronie produktu


Jacek Dyrc

Question

Chciałbym wstawić taki buton "Kup teraz" pod szczegółowym opisem produktu jako zachęta do zakupu lub na końcu opisu (zależy co łatwiej).

Czasem opisy są dość długie i dodatkowa motywacja klientowi się przyda :) .

 

Gdzie wstawić powyższy kod?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

możesz taki button wstawić dla każdego produktu za pośrednictwem edycji pliku product.tpl

 

umieść ten kod:

{if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE}
   <span class="exclusive">
 <span></span>
 {l s='Add to cart'}
   </span>
  {else}
   <p id="add_to_cart" class="buttons_bottom_block">
 <span></span>
 <input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" />
   </p>
  {/if}

 

zaraz za:

{if isset($HOOK_PRODUCT_TAB_CONTENT) && $HOOK_PRODUCT_TAB_CONTENT}{$HOOK_PRODUCT_TAB_CONTENT}{/if}
</div>
</div>

 

efekt:

esE0jwC.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...