hwsiew
Forum Replies Created
-
Hi, I have found the right hook. ‘vendor_commission_amount’ is the one.
Thanks
Hi, I have checked the hook and forum thread.
The hook you mentioned doesnt do the job as it is called only for the first item (each vendor) in an order. Multiple items for the same vendor will not work in this case.
And, I dont think modifying the source code of this plugin is a good idea as mentioned in the thread.
Thanks.
Hi, I logged into the demo website as admin, it doesnt allow me to configure the plugin under settings -> Offload S3.
My guess is all CDN plugin which rewrite media link will be affected using the frontend manager. Not tested yet, I might be wrong tho.
let me know if i can help 😉
Thanks
Hi, thank you for your reply.
I am just wonder is the ‘WP Offload S3 Lite’ activated and setup accordingly?
If not mistaken your demo website hadn’t setup ‘WP Offload S3 Lite’ to use AWS S3 & CDN yet. That is why the image url still refer to the host /wp-content.
To be precise, the problem occurs after ‘WP Offload S3 Lite’ is setup to use S3 & CDN which will replace image link to a CDN link.
Can you please try again.
Thanks for your support.
Hi, can you advise which hook/filter we can use?
Thanks
Alright, Thanks!
Hi @dualcube , thanks for the information.
One more question, i added a custom tab in vendor dashboard. I would like to save my custom options. I checked your documentation. There is one hook ‘settings_vendor_general_tab_new_input’ is this the one to save custom options. How should i save for different type of fields?
Thanks for your advice.
- This reply was modified 7 years, 10 months ago by hwsiew.
Hi, thank you so much for the link.
One more question, any hooks available in vendor registration/login page. For example is it possible to add a facebook login button to vendor registration page?
Thanks again.
HI Thank you for the reply.
I would like to get vendor related information, such as products, category tag and store information. Any how exactly the vendor information is stored in db? user meta or ?
Thanks once again.
Forum: Themes and Templates
In reply to: [OceanWP] Import/export Setting IssueHi, I see. If this is the case, is it possible to reset all settings first before importing the new settings? Or, i had checked the import json file, whether or not i can set the individual setting in the json file using set_theme_mod() programmatically?
Forum: Themes and Templates
In reply to: [OceanWP] How to enable Native Cart Popup?Hi, here is the website link. According to your website the native cart popup will be display when customer click the add to cart button. However, on my site the cart number did increase by one but the popup doesn’t show.
Thanks for your help
Forum: Themes and Templates
In reply to: [OceanWP] Menu cart dropdown is not properly displayHi, I attached a reference image below. When i hover over menu cart on my site, the cart dropdown is only visible partially.
I have the same issue. I guess this is due to the section template created using ‘Strech Section’ in elementor.
Any workaround for this issue?
Thanks
Forum: Plugins
In reply to: [One Click Demo Import] Post ID is not change after import?Further testing revealed that not the post id (<wp:post_id>) in .xml causing the problem. Instead, is the guid prevent the same demo to be imported twice. Is it safe to remove guid field in .xml?
Guid eg :
<guid isPermaLink=”false”>https://example.com/?page_id=19</guid>
Forum: Themes and Templates
In reply to: [OceanWP] Mobile Menu IssuesIt is resolved now! The problem was the caching issue. Thank you so much for the help from oceanwp! Awesome work!