1.64K viewsCSS ( Look and Feel )css
0

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

Answered question
0

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.

Answered question
0

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.

Answered question
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.

CSS to hide some field in Marketplace

User ID : [email protected]
Pwd : 123456

March 28, 2024 2:52 pm