• Resolved hunchopreneur

    (@hunchopreneur)


    I am using Dokan Pro and I want to make it possible for realtime prices to be shown, that is, according to where the Customer is in relation to the Vendor location. For example, if the Customer is in the same city with the Vendor it shows a particular fee and if they are in separate cities it shows a different fee. I don’t want to use external carriers like FedEx as the deliveries are done by my company while the Vendors just sell.

    Is there a way to achieve this?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @hunchopreneur,

    The zone-wise shipping is a paid feature and unfortunately, we are unable to discuss the feature details in this support forum. Please contact through the website and our support team will help you with the details information you are seeking,

    Thank you ??

    Thread Starter hunchopreneur

    (@hunchopreneur)

    Oh ok, thanks Roshni for letting me know.
    Please I have another problem. Can You please check this page and tell me how to remove that menu or bread crumb above my Vendor page onemarketc.com/vendor

    Hello @hunchopreneur ,

    Let me explain how to remove those two items from the store page.

    1. The breadcrumb is coming from your theme. If you have a settings on your theme then you can disable that. Otherwise use this CSS to remove that from store page –

    .dokan-store section#tbay-breadscrumb {
        display: none;
    }

    2. The menu list is coming from widgets. Please remove the item from the store sidebar available in the Appearance > Widgets section.

    You can also use this CSS to hide the whole sidebar –

    .dokan-store div#secondary {
        display: none;
    }

    Thank you ??

    Thread Starter hunchopreneur

    (@hunchopreneur)

    @rur165 Thanks very much Rashed, that worked perfectly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Important! Override Delivery locations’ is closed to new replies.