farouk38
Ambassadors-
Content Count
32 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout farouk38

-
Rank
PrestaShop Apprentice
Profile Information
-
Location
algeria
-
First Name
farouk
-
Last Name
kouar
Recent Profile Visitors
584 profile views
-
Replace this in theme/address.tpl {if $field_name eq 'Country:name' || $field_name eq 'country' || $field_name eq 'Country:iso_code'} <div class="required form-group"> <label for="id_country">{l s='Country'} <sup>*</sup></label> <select id="id_country" class="form-control" name="id_country">{$countries_list}</select> </div> {/if} By this {if $field_name eq 'Country:name' || $field_name eq 'country' || $field_name eq 'Country:iso_code'} <div class="form-group"> <label class="hidden" for="id_country">{l s='Country'} <sup>*</sup></label> <select id="id_country" class="form-control hidden" name="id_country">{$countries_list}</select> </div> {/if}
-
For exemple for removing country Replace this in theme/address.tpl {if $field_name eq 'Country:name' || $field_name eq 'country' || $field_name eq 'Country:iso_code'} <div class="required form-group"> <label for="id_country">{l s='Country'} <sup>*</sup></label> <select id="id_country" class="form-control" name="id_country">{$countries_list}</select> </div> {/if} By this {if $field_name eq 'Country:name' || $field_name eq 'country' || $field_name eq 'Country:iso_code'} <div class="form-group"> <label class="hidden" for="id_country">{l s='Country'} <sup>*</sup></label> <select id="id_country" class="form-control hidden" name="id_country">{$countries_list}</select> </div> {/if}
-
I can`t remove country field from new registration form?
farouk38 replied to Detelin Markov 's topic in Core developers
Replace this in theme/address.tpl {if $field_name eq 'Country:name' || $field_name eq 'country' || $field_name eq 'Country:iso_code'} <div class="required form-group"> <label for="id_country">{l s='Country'} <sup>*</sup></label> <select id="id_country" class="form-control" name="id_country">{$countries_list}</select> </div> {/if} By this {if $field_name eq 'Country:name' || $field_name eq 'country' || $field_name eq 'Country:iso_code'} <div class="form-group"> <label class="hidden" for="id_country">{l s='Country'} <sup>*</sup></label> <select id="id_country" class="form-control hidden" name="id_country">{$countries_list}</select> </div> {/if} -
Where is email address for order entries and system notifications
farouk38 replied to codepage.net 's topic in General topics
You can get the new orders in Backoffice toolbars, From the shopping cart symbol. -
Good.
-
Check if the template exist in mail folder. Do you override order class or install new modules that hooks to order?
-
Where is email address for order entries and system notifications
farouk38 replied to codepage.net 's topic in General topics
The mails sent to the customer who make order not to the admin. -
Where is email address for order entries and system notifications
farouk38 replied to codepage.net 's topic in General topics
When a new order comes or globaly when an order status change prestashop check in order->status if you active email sending for this status, if yes prestashop get the template name and search in mails folder for this name, when getting the template, prestashop execute the function addwithmail in order class to send the appropriate mail to customer. -
Hello, Salamo 3likom This problem due to the $values['tax_incl'] contain also shipping value, so we must decrease the shipping value Prestashop => classes => PaymentModule.php => in if statement ligne 533 : change && $values['tax_incl'] > ($order->total_products_wt - $total_reduction_value_ti) && to && ($values['tax_incl']-$order->total_shipping_tax_incl) > ($order->total_products_wt - $total_reduction_value_ti) && Enjoy 😄
-
مرحبا هل تم حل المشكل؟ أنا ايضا تظهر لي الكتابة العربية على شل علامات إستفهام
-
Add barcode to PDF delivery slip / Invoice
farouk38 replied to haylau 's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Thank you it's working for me in prestashop 1.6 -
Affichage Code barre EAN13 sur bon de livraison
farouk38 replied to cybersteph 's topic in Recherche d'un module ou d'un thème
Salut, Je voudrai savoir comment vous avez fait pour l'appliquer sur la facture, et quelles sont les modifications coté TPL que vous avez fait . Est-ce-que les modifications que vous avez fait sont compatibles avec la version 1.6 de prestashop. -
[Module] Informations personnalisées sur facture
farouk38 replied to lbab 's topic in Modules et thèmes gratuits
Bonjour, Comment ajouter li code à barres au facture?- 4 replies
-
- facture pdf
- champs personnalisés
-
(and 1 more)
Tagged with:
