Yes, you can the code should be similar to
{__("confirm_order")}(!) Not tested + value will not be saved in database
Thanks a lot it worked like charm :-)
Yes, you can the code should be similar to
{__("confirm_order")}(!) Not tested + value will not be saved in database
Thanks a lot it worked like charm :-)
Just replace
— {__("or")} —<div class="ty-control-group"> <label for="call_data_{$id}_email" class="ty-control-group__title cm-email">{__("email")}</label> <input id="call_data_{$id}_email" class="ty-input-text-full" size="50" type="text" name="call_data[email]" value="{$call_data.email}" /> </div>
with
{*— {__("or")} —<div class="ty-control-group"> <label for="call_data_{$id}_email" class="ty-control-group__title cm-email">{__("email")}</label> <input id="call_data_{$id}_email" class="ty-input-text-full" size="50" type="text" name="call_data[email]" value="{$call_data.email}" /> </div>
*}
Worked like charm :) <3
You are welcome :)
You are welcome :)
:-)
Dear Ecom labs, I just have one small request If you can assist.
when the user press submit button in buy with 1 click
can we create another pop-up message that says "Your order has been confirmed, we will call you shortly" ?
If I remember correctly, notification should be displayed out of the box. Just change text in translations
If I remember correctly, notification should be displayed out of the box. Just change text in translations
Yes Notification is showing, But Can I show a Pop up message also ?
Yes Notification is showing, But Can I show a Pop up message also ?
Yes, it can be created with custom modification
Dear members, is there a way that we can add more than one product in "buy now with 1-click" ?
Dear members, is there a way that we can add more than one product in "buy now with 1-click" ?
Unfortunately, there is no easy way to do it
Unfortunately, there is no easy way to do it
Ok ecom labs thanks for your response
Unfortunately, there is no easy way to do it
Dear eComlabs, Please tell me how can I add the country mandatory field in "Buy now with 1-click" fields
Dear eComlabs, Please tell me how can I add the country mandatory field in "Buy now with 1-click" fields
Try something like
{$countries = true|fn_get_simple_countries}{__("country")} - {__("select_country")} - {foreach from=$countries item="country" key="code"} {$country} {/foreach}
But value will not be saved in database. Additional changes in php controllers are required to do it
Try something like
{$countries = true|fn_get_simple_countries}{__("country")} - {__("select_country")} - {foreach from=$countries item="country" key="code"} {$country} {/foreach}But value will not be saved in database. Additional changes in php controllers are required to do it
Try something like
{$countries = true|fn_get_simple_countries}{__("country")} - {__("select_country")} - {foreach from=$countries item="country" key="code"} {$country} {/foreach}But value will not be saved in database. Additional changes in php controllers are required to do it
Can you please tell me where do I have to add this code? After which Line I have to add this?
Can you please tell me where do I have to add this code? After which Line I have to add this?
You can add it above the code for confirm order checkbox
Hello!
Maybe our addon One click order may be helpful for you.
You can check our demo - https://demo.retailfactory.ru/elektronika/igrovye-pristavki/aksessuary/dualshock-4/
That's good thanks, but you don't have a tip for my question ?
this field [s_city] is limited to 70 characters. how can i increase it ? sometimes customers write lengthy inquiries..
Thank you
---------------------------------------------------
----------------------------------------
Built-in call request form does not contain the city field. Do you use 3rd part addon?