Search the Community
Showing results for tags 'checkoutpage'.
-
Hey, i don't know prestashop very well but i'm working on it...i have this problem: i bought a module to insert custom fields in the checkout process and it works correctly. I'm having problems when I change/move the "default" checkout fields...I need: 1 - disable the field "create an account" in the first step of checkout. picture step1 2 - insert custom fields (created with the module I purchased) in the second checkout step. picture step2 My tests: 1 - in first step if I disable the "create an account" section from /classes/form/CustomerFormatter.php , the next step doesn't work, error 500 2 - in second step I should remove/replace the default "Azienda" field and replace it with the field I created with the purchased module. The field I create with the form works fine but always stays after the button. I attach some pictures and I hope someone can help me - PRESTASHOP 8.0.4
-
- checkoutpage
- checkout fields
-
(and 1 more)
Tagged with:
-
Hallo, Ich will mir einen Shop auf Prestashop Version 1.7.6.7 und teste zurzeit ein paar Grundeinstellungen. Da ist mir im Checkout gleich etwas aufgefallen. Und zwar habe ich den B2B-Modus aktiviert und nun wird im Checkout bei Persönlichen Daten nach Firma und Steuernummer optional gefragt. Im 2. Checkoutschritt(Adressen) wird nun auch wieder nach Firma und Steuernummer gefragt und die Daten(Firma & Steuernummer) die man bei den Persönlichen Daten hineingeschrieben hat werden nicht übernommen. Kann man die Firma und Steuernummer im Ersten Checkout Schritt(Persönliche Daten) deaktivieren oder ausblenden. Hab zu diesem Thema noch nichts gefunden und hoffe es findet sich eine Lösung. LG Franz.
-
Hi everyone, I would like some help please regarding my promo code box. My website URL is https://www.gr8-kitchenware.co.uk and I am using module PRSADD040 prestashop 1.7.5 On my site the box only appears if you click on the "have a discount code to use? click here" I would like for the box to always be visible please. I've attached screenshots of what the site currently looks like and how I would like it to permanently look without customers having to click. Many thanks!
- 2 replies
-
- promo code
- checkout
-
(and 1 more)
Tagged with:
-
Hello, I need help fixing a problem at my store, When the customer checks out and tries to enter their data to finalize the order, the customer's account goes down. I leave here an image with what I think is the problem, a logout link associated with the checkout, how can I solve this problem?
-
Hi, I am new to prestashop and i need an help in combining checkout page blocks. Like Personal Information and Addresses should be in one block Is thery any possible way to do it? What are the files or blocks i need to change. Please help me. Thanks in advance.
-
- checkout
- checkoutpage
-
(and 2 more)
Tagged with:
-
Hi, I am using Prestashop 1.7.6.4 and I am having issue with the checkout. In debug mode it keeps giving me this error again and again I have tried fresh install also. If anyone faced this issue kindly let me know. Its just not getting away. It happens when I click checkout. Kindly let know. Thank you
- 5 replies
-
- checkout
- checkoutpage
-
(and 3 more)
Tagged with:
-
Hola a todos: Cuando como cliente añado un articulo a mi carrito, y pulso sobre "pasar por caja" todo estupendo, pero cuando elijo mi dirección de envío y pulso sobre continuar para los siguientes pasos,,,la pagina no hace nada....se qda como si no hubiese elegido mi dirección y no DEJA CONTINUAR CON LA COMPRA...como se accede a las opiciones o se reestablece las configuraciones del checkout. Ya he borrado la caché desde Parámetros Avanzados y utilizado el modulo limpiador de LIMPIADOR DE PRESTASHOP.. clickeando en comprobar y corregir - LIMITACIONES DE LA ITNEGRIDAD FUNCIONAL Y LIMPIEZA DE DATOS y nada. mi versión es la 1.7.4.4. NO TENGO ACTUZALIZACIONES PENDIENTES DE MODULOS. Gracias a todos.
-
Hello All, I want to customize my checkout page when customer click on "Proceed to checkout". Right now there are 4 tabs showing. PERSONAL INFORMATION, ADDRESSES, SHIPPING METHOD & PAYMENT I want to add one more tab after ADDRESS tab and want to put some custom fields inside it. Please help me. Does it require to buy a module or extension or we can do code customization. Thanks in Advance.
-
- checkoutpage
- frontend
-
(and 2 more)
Tagged with:
-
Hallo zusammen, ich verwende die PrestaShop Version 1.7.4.3. Für das Tracking meiner Website verwende ich Google Analytics. In Google Analytics habe ich jetzt unter Zielvorhaben die Trichterfunktion für den Checkout erstellt. Dadurch kann ich feststellen, in welchem Schritt der Kunde evtl. im Checkout den Bestellprozess verlässt. Hier habe ich aber ein URL-Problem. Diese Checkout Schritte gibt es bei mir im Bestellprozess: 1. In den Warenkorb (URL: /warenkorb?action=show) 2. Adresse (/Bestellung) 3. Versand (/Bestellung) 4. Zahlungsmethode (/Bestellung) Für die Schritte 2 bis 4 ist die URL leider immer gleich. Somit kann mir Google Analytics nicht genau sagen, an welcher Stelle der Kunde abgesprungen ist. Kann ich für diese Schritte jeweils eine eindeutige URL verwenden, z.B. für die Adresse "/adresseingabe" etc. Oder gibt es dies schon in PrestaShop? Freue mich auf eure Rückmeldungen! Schöne Grüße von mir
-
- checkout
- checkoutpage
-
(and 3 more)
Tagged with:
-
Hi, I am working on Prestashop 1.7 and want to show my customer order total value along with order subtotal. I want to do this using module without modifying theme template file. Is there any way to append custom value in order total summary section. I want to also modify order total value based on some parameter using my module. How can we achieve this? I can place my customer value only in case when there is any hook but in order total summary section, there is no hook. Therefore, I am not able to find a way to put my custom content just order sub total summary section. Can anyone please help me on this??? How can we put our content on page using module if there is no display hook??
- 1 reply
-
- prestashop1.7
- checkoutpage
-
(and 1 more)
Tagged with:
-
Hi there, I want to make the city field in Registeration page to a Drop down menu with some cities that i want. Because I just want to sell my products in that cities only. So, hope someone will reply for my requirement. Thanks in Advance, Ananth.G
- 16 replies
-
- address
- addresspage
-
(and 4 more)
Tagged with:
-
Hi ....Please help me out with this problem In Checkout Page i have an option for selecting a carrier by radio button and based on click of radiobutton i.e., carrier options i would like to display seperate division for each ,so here i caught the id of the radiobutton and by using jquery i wrote this code. <script type="text/javascript"> $(document).ready(function() { $("#deliverydays").hide(); $("#delivery_option_{$id_address|intval}_0").click(function() { $("#deliverydays").hide(); }); $("delivery_option_{$id_address|intval}_1").click(function() { $("#deliverydays").show(); }); }); </script> <input id="delivery_option_{$id_address|intval}_{[email protected]} " class="delivery_option_radio" type="radio" name="delivery_option[{$id_address|intval}]" data-key="{$key}" data-id_address="{$id_address|intval}" value="{$key}"{if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key} checked="checked"{/if} /> in order-carrier.tpl file here i want show a division when id="delivery_option_{$id_address|intval}_{[email protected]} " where {[email protected]} is 1 and hide it in other cases. But it is working for both radiobuttons instead of one radiobutton. Awaiting Response! Thank you
-
- jquery
- checkoutpage
-
(and 5 more)
Tagged with:
-
Ciao a tutti, sto usando PS 1.4.8.3 Avrei bisogno di aggiungere un checkbox con validazione come termini e servizi sulla pagina checkout,che però per procedere con il pagamento bisogna accettare entrambi. Ho visto che le modifiche sono da fare su order-carrier.tpl e order-opc.js.Ho provato a duplicare e modificare il codice di queste parti ma la validazione non funziona qualcuno mi può aiutare? order-carrier.tpl: {literal} function acceptCGV() { if ($('#cgv').length && !$('input#cgv:checked').length) { alert(msg); return false; } else return true; } {/literal} poi {if $conditions AND $cms_id} <h3 class="condition_title">{l s='Terms of service'}</h3> <p class="checkbox"> <input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} /> <label for="cgv">{l s='I agree to the terms of service and adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(read)'}</a> </p> <script type="text/javascript">$('a.iframe').fancybox();</script> {/if} order-opc.js // TOS $('#cgv').click(function() { if ($('#cgv:checked').length != 0) var checked = 1; else var checked = 0; $('#opc_payment_methods-overlay').fadeIn('slow'); $.ajax({ type: 'POST', url: orderOpcUrl, async: true, cache: false, dataType : "json", data: 'ajax=true&method=updateTOSStatusAndGetPayments&checked=' + checked + '&token=' + static_token, success: function(json) { $('div#HOOK_TOP_PAYMENT').html(json.HOOK_TOP_PAYMENT); $('#opc_payment_methods-content div#HOOK_PAYMENT').html(json.HOOK_PAYMENT); $('#opc_payment_methods-overlay').fadeOut('slow'); } }); });
-
Hello, I'm using PS 1.4.8.3 I need to add another checkbox with validation like terms of service and in the checkout page.You have to click both to proceed with the payment. I tried to make some modifies but the validation doesn't work. Can someone help me? The code for the checkbox in order-carrier.tpl should be: {literal} function acceptCGV() { if ($('#cgv').length && !$('input#cgv:checked').length) { alert(msg); return false; } else return true; } {/literal} then {if $conditions AND $cms_id} <h3 class="condition_title">{l s='Terms of service'}</h3> <p class="checkbox"> <input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} /> <label for="cgv">{l s='I agree to the terms of service and adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(read)'}</a> </p> <script type="text/javascript">$('a.iframe').fancybox();</script> {/if} and in order-opc.js // TOS $('#cgv').click(function() { if ($('#cgv:checked').length != 0) var checked = 1; else var checked = 0; $('#opc_payment_methods-overlay').fadeIn('slow'); $.ajax({ type: 'POST', url: orderOpcUrl, async: true, cache: false, dataType : "json", data: 'ajax=true&method=updateTOSStatusAndGetPayments&checked=' + checked + '&token=' + static_token, success: function(json) { $('div#HOOK_TOP_PAYMENT').html(json.HOOK_TOP_PAYMENT); $('#opc_payment_methods-content div#HOOK_PAYMENT').html(json.HOOK_PAYMENT); $('#opc_payment_methods-overlay').fadeOut('slow'); } }); }); I tried to make some changes but without results thank you
- 1 reply
-
- checkbox
- checkoutpage
-
(and 1 more)
Tagged with: