Solved2.44K viewsCSS ( Look and Feel )country field
0

Hi,
Can you tell me, how it is possible to disable / hide or place a standard value on the “Country” Field in the checkout process in the ecommerce-pro modul? – Because we want to use this modul to create a local restaurant app. And it feels “like a joke” to ask the people, which are living only some minutes away, of they country.

Question is closed for new answers.
Selected answer as best

Hello slider1990,

Please copy & paste below CSS code to editor> colors section.

/hide country for delivery address on checkout page/
ion-view[state=”commercepro-sales-customer”] ion-list[ng-if=”settings.delivery_address.rule!=’hidden'”] .list label.item-input:last-child {
display:none;
}

/hide country for invoicing address on checkout page/
ion-view[state=”commercepro-sales-customer”] ion-list[ng-if=”settings.invoicing_address.rule != ‘hidden'”] .list label.item-input:last-child {
display:none;
}

Please let us know if you find any other issue. i will be happy to help you.

Have a nice day!

Best Regards,
Support Team.

Hello slider1990,

If the previous given solution doesn’t work, please try the following new code:

Please copy & paste below CSS code to editor> colors section.

ion-view[state=”commercepro-sales-customer”] ion-list[ng-if=”settings.delivery_address.rule!=’hidden'”] .list label.item-input:last-child { display:none; } ion-view[state=”commercepro-sales-customer”] ion-list[ng-if=”settings.invoicing_address.rule != ‘hidden'”] .list label.item-input:last-child { display:none; }

Have a nice day!

Best Regards,
Support Team.

0

Hello slider1990,

Thank you for reaching out on Support. I have forwarded your query to our CSS team. Our team will get back to you soon.

Have a nice day!

Best Regards,
Support Team.

Answered question
You are viewing 1 out of 2 answers, click here to view all answers.
Download your FREE cms now

on Combo Modules Purchase

20%

20%

on renewal of expired license

20%

20%

on renewal of active license

20%

40%

on renewal of combo active license

60%

Notes:
No coupon code is required. Applied automatically on the cart.
Combo offer is applicable on the purchase of 2 or more modules/renewal/both.
Terms and conditions apply.

Remove “Country” Field in Address and Invoice Area in Checkout process on ecommerce-pro

User ID : [email protected]
Pwd : 123456

March 29, 2024 4:30 am