Hi,
I need to hide some fields in the Marketplace Display.
There are some fields that are not really applicable to the market in which I operate and some the users may not really be interested in answering as it has no implication on setting up their “stores” on the platform.
For example I am currently using the module for users to simply list their businesses and there is no need for “Require delivery date time” ,”Require pickup date time”, “Delivery options” and “Payment options”
Alternatively, can the backend of the module have an option to turn on/off particular fields.
I will your quick response.
Thanks
Kelvin
Hello kelvin,
To delete delivery and payment settings in market place module.
Paste below code in Editor -> design -> advance css section.
/*for deletion of delivery options*/ ion-view[state="marketplace-save-store"] div.list div[ng-if="$root.MARKETPLACE_settings.data_source_code !== 'booking_pro'"]{ display:none; } /*for deletion of payment options*/ ion-view[state="marketplace-save-store"] div.list div.item.item-divider.item-divider-custom{ display:none; } ion-view[state="marketplace-save-store"] div.list div[ng-repeat="(i, item) in store_data['payment_method_list'] track by $index"]{ display:none; }
Have a nice day!
Best Regards,
Support team.
Hello Kelvin,
Thanks for reaching out on Support!
I will forward your to query to our Team and will get back to you soon.
Have a nice day!
Best Regards,
Support team.