Remove shipping + new field to add product and many more questions =)
sampsu
2007-10-28 14:21
I searched , but not find complete answers :9
Question 1)----------------------------------- How can i add 2 more "short description" fields to add product form? and why 2more u ask =)... well because it would then add them in the products_list.tpl
like this: <td>$aList[sDescriptionShort]</td><td>$aList[sDescriptionShort2]</td><td& gt;$aList[sDescriptionShort3]</td>
Because i have table in products list where is product specs in <TD>:s
Question 2)----------------------------------- How can i remove the "shipping" option from my customers orders ? i have only on eshipping methot, so its anoying when there's "option" even there's not :)
Question 3)----------------------------------- How can i have two kinds off products_form.tp products_form2.tpll in my adminpanel ? ( so i can make other that looks like different than the normal ??
» Quick.Cart v2.x
sampsu
2007-10-28 14:36
Actually in question 1 it will be enough if there is modification to the form. In database files it could all go to short description. And in form there would be 3 fields :)
what i mean is form like this: field 1 [________________] field 2 [________________] field 3 [________________]
but in database files it would be saved like short description is now saved, but it would be like this: field 1 </td><td> field 2 </td><td> field 3
so i could put to products_list.tpl it like this: <td>$aList[sDescriptionShort]</td>
and in webpage html it prints like this: <td>field 1 </td><td> field 2 </td><td> field 3</td>
sampsu - ad 1. - much work ... maybe search how to add fields to products on this forum and it will help You
ad 2 http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=3898
ad 3 a) edit actions_admin/products.php and change 'products_form.tpl' to 'products_form'.$iForm.'.tpl' b) create file templates/admin/products_form2.tpl c) after edit templates/admin/products_list.tpl and add in block LIST_LIST