Jump to content

Lista nézetben db szám funkció


csaknoriss

Recommended Posts

1.4.7.2-n teszteltem.

modules/blockcart/ajax-cart.js:

37-es sor:

ajaxCart.add(idProduct, null, false, this);

 

cseréld le erre:

ajaxCart.add(idProduct, null, false, this, $('#quantity_wanted_'+idProduct).val());

 

 

aztán a témán belül:

product-list.tpl

valahol a 60. sor környékén van ez:

 

{if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}

 

ez után kell ezt beírni:

{l s='Quantity :'}
<input type="text" name="ajax_qty_to_add_to_cart[{$product.id_product|intval}]" id="quantity_wanted_{$product.id_product|intval}" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}<span class="exclusive">{l s='Add to cart'}</span>{else}1{/if}" size="2" maxlength="3" />

 

ezek után természetesen legyen bekapcsolva a Preferences => Performance => Force compile hogy lásd a változást.

 

Mielőtt hozzányúlsz a fájlokhoz mindig csinálj biztonsági mentést.

A biztonság kedvéért mellékelem az én product-list.tpl-emet ha kell nézd meg. Sajnos csak .zip-ben engedte csatolni.

 

Ez egy nyers verziója annak amit szeretnél, de működik. Azt akarom mondani ezzel hogy ez még bőven finomítható kedved szerint.

 

Ahogy nekem most kinéz:

FireShot_Screen_Capture__084_-___iPods_-_teszt_shop___-_localhost_presta_category_php_id_category_2_www.kepfeltoltes.hu_.png

product-list.zip

Edited by pattila01 (see edit history)
  • Like 1
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...