Search the Community
Showing results for tags 'order form'.
-
Hello! I have encountered this strange problem while working on a new e-shop: Even though I have made the phone number mandatory at registration (from the admin), if the customer only fills out the second field (mobile phone), and not the first, NO phone number will be displayed in the delivery address form. (See screenshot.jpg) Can anyone please tell me how to make it display the mobile phone number too? Thank you!
- 9 replies
-
- order form
- order
-
(and 4 more)
Tagged with:
-
Hi guys, I'm starting anew with prestashop. So apologies for any naive questions. I wanted to edit the texts for the labels for the express checkout form as shown in image below I'm looking to do this from the admin login. But i'm unable to find it on the admin dashboard. Could you help me? Thanks & Regards Bhagirath
-
- checkout
- order form
-
(and 2 more)
Tagged with:
-
I am a merchant on PS 1.6, learning a bit of code as I go. When I order a product, I get to a popup cart page, with a checkout button. Is there any way to skip this stage for a quicker checkout? For example this product page: http://www.veganline.com/x/index.php?id_product=76&controller=product has a button to "add to cart"... <form id="buy_block" action="http://www.veganline.com/x/index.php?controller=cart" method="post"> <input type="hidden" name="token" value="7ad8600a8f07f43c73c1f6c08d552a83"> <input type="hidden" name="id_product" value="76" id="product_page_product_id"> <input type="hidden" name="add" value="1"> <input type="hidden" name="id_product_attribute" id="idCombination" value="1037"> Then on the popup page <a href="https://www.veganline.com/x/index.php?controller=order-opc" title="Checkout - (this takes a second)" rel="nofollow"> Checkout - (this takes a second) » </a> == $0 (I teach myself snippets of code from my browser's "inspect" function, and a bit of googling, but I don't have a bigger picture of how the cart works.) Any help welcome John Robertson
- 8 replies
-
- one page checkout
- order form
-
(and 2 more)
Tagged with:
-
Hi there! I have used Prestashop always like an user and just customizing small things. Now I need to customize the core and not just the theme or apparence. I need to change the order form. Basically the step 3 will have three delivery options and, depending on the option choosen, the fourth step will ask for different information. My question is... How would do try to do this job? I am thinkg in two possibilities. Creating a module that will act as order form (even I don't know if it is possible) or override core classes to add this logic. Which option do you think is the best one? If none, how would you do it? Thanks!
-
- order form
- form
-
(and 1 more)
Tagged with:
-
B2B / Wholesale - Order Processing
dformica posted a topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
I need an Order Form to allow my wholesale customers to quickly order without cart functionality (only when a wholesale customer logs in) I've found two options below. But they apply to all visitors and groups indifferently. http://addons.prestashop.com/en/checkout-modules/8065-order-form.html http://addons.prestashop.com/en/checkout-modules/5498-quick-order-form.html Are there any modules to achieve this type of functionality in PS? Thanks, -
saya mau tanya gimana nampilin hasil submit form di cart dan order jadi di product detail saya tambahkan form kurang lebih sperti ini <form action="" method="post"> <select name="drop_1" id="drop_1"> <option value="" selected="selected" disabled="disabled">Select a Category</option> <?php getTierOne(); ?> </select> <span id="wait_1" style="display: none;"> <img alt="Please Wait" src="ajax-loader.gif"/> </span> <span id="result_1" style="display: none;"></span> </form> setelah user tekan tombol submit langsung tampil hasil submitnya, untuk hasil submit saya pakai seperti ini <?php if(isset($_POST['submit'])){ $drop = $_POST['drop_1']; $tabel = $_POST['tabel']; echo "product yang anda pilih "; echo $drop." & ".$tabel; } ?> nah saya ingin menampilkan lagi hasil submit tersebut pada cart dan order , mohon pencerahannya
-
Hello, I need a custom order form for my site. It should look like this one from the attachment, and be available, after you click the button "Customized Order". This button will be instead of "send to a friend" button. It will function similar with the send to a friend, but, it will load this custom form order, and it will send it (all information gathered from the user) to the adminstrator of the site. The color picked by user, should be received by admin like code (ex: #ffffff). This form order should be available just for registred user, like the "product comments" module. I'm not a programmer, I'm just a graphic designer and my skills with php are not so good, so I realy need your help. I tried to combine some php codes from the send to a friend module, "product comments", and the php from a php form generated with http://www.phpform.o...ilder/index.php , but was'n't a succes. Also nobody integrated a color picker in a order form, before, so I'm a dead end. Attached image you can also find it here: http://s9.postimage..../form_order.jpg I have untill now next files:http://dfiles.eu/files/jrgrtd3hu also they can be found also here: costomeorder module. At this stage I can't insert the HTML code, from "form.html" to "customizeorder.php". Also i have to insert 2 color picker, one in the right of "My own color" field, and another in the right of "Paint all product in this color" field. Another thing to do is that, when is clicked "Default dimensions" radio button, it will be have to deactivate the other option "Custom Dimension" with the 3 fields "Height", "Width", "Lenght". At this stage, this isn't done yet. "Autocomplete ID Product" field should be replaced with the product name and picture of the product for which you wish to customize (see the printscreen) http://s9.postimage..../form_order.jpg.
- 3 replies
-
- 1
-
-
- custom form
- form order
- (and 5 more)
-
Hey everyone! First off, let me say that Marek Mnishek is a GENIUS with his PS themes. He's CRAZY helpful, and just all around wonderful. Thanks for all of your help Marek! Now to my problem - my orders don't show the product image. Is there a toggle button somewhere that will turn that on? Thanks! ETA: Never mind. Figured it out! This ain't just a hat rack on these here shoulders! *snerk*
-
I want to change the notes about entering details in the instruction dialogue box on the order form. I found the page with the text for the instruction at themes/prestashop/order-address.tpl i edited the text, saved the edit, refreshed the loaded page and the edits have not appeared. Have i found the correct theme page to edit many thanks Jim