• Resolved mystery8

    (@mystery8)


    Hi. When vendor wants to add virtual product they must go thru 2 step/page? How can we make the product creation page simpler (only 1 page)
    Currently it is 2 steps:
    1. Add product popup, click submit
    2. Resirect to edit product page, click submit.

    Why you make it 2 steps instead of 1?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @mystery8,

    In order to save the variations of the products, submitted data needs to be saved in each steps. What WooCommerce does is that, they have designed it within tabs therefore the data is saved within each steps. Unlike WooCommerce, there is no tabs in Dokan’s product create page, so we need these steps for saving the data. That’s why it is designed like that.

    I understand you may not like the design, so in order to make the product creation page within one step, you will require custom code.

    Thanks!

    Hello,

    Well, between WC Vendors, WC MArketplace, Product Vendors. Only Dokan does 2 step when “adding product”. Why all of them can do in just 1 step?

    Thread Starter mystery8

    (@mystery8)

    Hi @611shabnam please guide which file should be edited or give me the custom code if it possible. Thank you so much

    Hello @mystery8,

    Yes, I can provide you the file location.

    You have to find the file: wp-content/plugins/dokan-lite/templates/products/tmpl-add-product-popup.php for the product pop up and for the edit product page, the file is: wp-content/plugins/dokan-lite/templates/products/new-product-single.php.

    Thanks!

    I would agree. I find it super complicated for a vendor to setup their sore and add products. I would like to simplify the work for the vendor and me as admin will complete and create variations if there are any.

    1- How can I remove some of the complicated fields from the vendor form? Would it mess up woocommerce or if I already have products in the store?

    2- Can I add fields to the form that goes to a pop up with gravity form to submit some info? How can I edit/add links?

    3- On Settings> Store Settings: We removed social media fields, but the gamification bar still says add G+ for 2% more. How to change the logic of the progress bar to only account for actual fields we left?

    4- Can I disable the ability for them to add a banner for their stores? I want all banners to be standard to my site look and feel.

    Many tks

    Hello @bperd,

    1. It would be great if you can share with me a screenshot of the form you are talking about, is it the product upload form or the vendor registration form? Please let me know so that I can answer you properly.

    2. This will be possible by adding proper customization.

    3. If you just hide any field or tab that doesn’t meant the field or tab got out of it’s function, so it remains in the backend, which is exactly what is happening in this case. Although you have hidden the social profile tab, it is still present and therefore you will have to add proper custom code to stop the percentage of the store settings in the progress bar.

    4. Yes, you can do so by adding proper CSS, because any default functionality is unavailable to disable vendors’ ability to upload the banner.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add product is complicated…’ is closed to new replies.