edyou
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Conditional content showcase to taxanomy pagesIs there a way to showcase the conditional text on woo-commerce pages that matches particular names irrespective of whether it is a category or tag or shop page?
Let me know
Thanks.
Forum: Plugins
In reply to: [Custom Post Type UI] Conditional content showcase to taxanomy pagesadd_action( 'woocommerce_before_main_content', 'bbloomer_loop_cat' ); function bbloomer_loop_cat() { if ( is_product_category() ) { echo 'This will show on every Cat pages'; } else { echo 'This will show on all other Woo pages'; } }Hello Michael,
I used the above code to see if the custom taxonomy created by your plugin is a product category or something else.
Taxonomy created by your plugin is not a product category as it is giving “This will show on all other Woo pages”
Please help me with a suitable code. The above-provided codes are not working.
Thanks
Hello , hasan.
Cant i be able to delete any chart of accounts that i have created?
Think of scenario giving duplicate chart of accounts , if you can provide a delete option. it will be help ful.
Can you please comment upon back up part also please?
Forum: Plugins
In reply to: [Zephyr Project Manager] How can user / manager can access their dashboardsDear James,
Sent mail , please check.
Thank you.
Forum: Plugins
In reply to: [Zephyr Project Manager] How can user / manager can access their dashboardsHello , Can you please give some reply.
Forum: Plugins
In reply to: [Zephyr Project Manager] How can user / manager can access their dashboardsYes , Allow access checkbox is enabled for the users.
Forum: Plugins
In reply to: [Zephyr Project Manager] How can user / manager can access their dashboardsI have setup the permissions to above user roles. and also gave user , manager roles to two of the users of the website.
But when they login to their account , they are not able to see the project details.
How can they access backend? can you please elaborate.
Thank you.
Here is the link to see the photo.
https://wedevs.com/docs/dokan/vendor-guide/seller-dashboard/
Hi ,
Can you please tell how can I hide earnings details from the statistics of the vendor.
i.e sales, earnings, pageview, order dashboard.Thank you.
and w.r.to cash back and tax caln issues , i will contact woo-wallet plugin author.
Thank you.
I think this is something which you consider for further development.
because I think in many cases of its admin who is going to give discount , coupons to end customers. I feel your plugin will be even more great if you can insert a functionality where discount/cashback given by admin to customers to deduct from admin commission.
Thank you.
- This reply was modified 6 years, 9 months ago by edyou.
Hey,
Thanks for reply.
Above issues happen after enabling coupon creation to admin only.
Please do read my query once again.
Thank you.
May i know what needs to be changed there please.
Hi,
I have gone through your previous messages. but they are not working for me.
So i used following code to remove the contact details.
.profile-description{display:none}
But now i planning to remove entire store details not just contact details being displayed on store page.
So i am seeking your help to remove entire store details from side bar.
pls help us.
Thank you.