kalanta![]() 2009-12-22 12:09 | I would like to know, how to add one more field in product form. It should be a field like product name field (just a simple text field). I need php help. I know how to do this in v3, but in v2 there is something different. » Quick.Cart v2.x |
beholder2009-12-24 16:46 | So I took a hard look at the antique version and you probably should change function dbSaveProduct() in file core/products-ff.php, change two lines in the function to this:
|
kalanta![]() 2009-12-25 09:51 | It's exactly what I wanted. It works fine. Thank you. |
beholder2009-12-25 13:36 | oh, I forgot one thing: |
kalanta![]() 2009-12-25 14:09 | All works ok and without added $ in that version. I've tried. Maybe it is needed in v3 only. |
beholder2009-12-27 01:50 | be careful with writing new products into that file. Check on the file structure ever so often, since in v. 3.x the problem manifests only after writing a new product. |
carmycurly2010-02-09 18:38 | How Can I send MyNewField to ORDER BASKET? |
beholder2010-02-09 19:13 | carmycurly >> stop hijacking other's threads. And what version do you use anyway? |
carmycurly2010-02-09 20:42 | sorry...my version is 2.2 ext |
beholder2010-02-10 16:52 | carmycurly >> what do you need to have in basket? Please be specific, describe your situation and why you need it. |
carmycurly2010-02-11 15:45 | I have an extra field in product admin (REF). This field shows in product list, product details, but when put this product into basket. The Field (sRef) not show...look at www.veronicamassini.com |
beholder2010-02-11 18:44 | carmycurly >> that webshop looks pretty fucked up (sorry for lack of more decent expressions). You have much more serious problem than some parameter not showing in the basket: the javascript on the page is not working because it throws error on some undefined object. The non-working javascript causes the checking if the customer chose all attributes to fail - he can just buy stuff without specifying any attributes. Furthermore, JS also errors with some urchin tracker, might be a google thing or something. |
carmycurly2010-02-12 14:36 | have you an idea who can help? |
beholder2010-02-13 03:11 | both problems solved, please check your email |
beholder2010-02-13 03:22 | BTW the urchin tracker failing was just my problem here, I forgot that I adblock this google script in my browser. |