csaknoriss Posted March 12, 2013 Share Posted March 12, 2013 Hello! Hogy tudom azt megoldani, hogy ne csak a termék lapon hanem a termék lista nézetében is tudjam állítani, hogy ne csak 1 terméket tegyen a kosárba hanem választható legyen az értéke! Link to comment Share on other sites More sharing options...
pattila01 Posted March 12, 2013 Share Posted March 12, 2013 mint mindig, kellene egy verziószám. Link to comment Share on other sites More sharing options...
csaknoriss Posted March 12, 2013 Author Share Posted March 12, 2013 1.4.8.2 alap téma. Link to comment Share on other sites More sharing options...
pattila01 Posted March 13, 2013 Share Posted March 13, 2013 Szokásos tpl módosítás szinte mindegyik kérdés amit feltettél. Adj egy kis időt, most eléggé el vagyok foglalva. Ha végzek válaszolok hogy tudod megcsinálni. Link to comment Share on other sites More sharing options...
csaknoriss Posted March 13, 2013 Author Share Posted March 13, 2013 Ha szokásos akkor nem tart semeddig leírnod...ahelyett, hoy ilyeneket beírsz mindenhova beírhatnád gyorsan a megoldást is! A baj pedig az, hogy időm az nincs sajnos...nagyon kellenének ezek a dolgok! Link to comment Share on other sites More sharing options...
pattila01 Posted March 14, 2013 Share Posted March 14, 2013 (edited) 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: product-list.zip Edited March 14, 2013 by pattila01 (see edit history) 1 Link to comment Share on other sites More sharing options...
csaknoriss Posted March 14, 2013 Author Share Posted March 14, 2013 Köszönöm tökéletes! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now