mspace Posted December 16, 2014 Share Posted December 16, 2014 (edited) Καλημέρα, Εχω φτιάξει μια φόρμα που έχει διάφορα πεδία. (Βασικά τη χρειάζομαι για custom παραγγελίες).Στο ένα από αυτά ο χρήστης πρέπει να εισάγει το product id. Στο τέλος της φόρμας έχω βάλει το κουμπί "Αγορά" που κάνει το εξής <a class="button ajax_add_to_cart_button btn btn-default" href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}&token={$static_token}", false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}"> <span>{l s='Add to cart'}</span> </a> Ξέρει κανείς πως θα μπορούσα να περάσω από το πεδίο product id στο data-id-product? (Σημείωση: Όταν βάζω καρφωτά το id ξεκινάει η διαδικασία του καλαθιού μια χαρά δεν έχει δλδ κάτι ο κώδικας.) Edited December 18, 2014 by mspace (see edit history) 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