jalvkb
Forum Replies Created
-
Ok, Thanks a lot for the help @codeastrology ??
Hello,
Thanks for reply
Actually, in site, customer have different types of products(simple, group, external, variable, auction), When i add new product table, it will display simple+auction products (all products which are available in site), but i want to display only simple products
So can i do this ?
Thank you
Forum: Plugins
In reply to: [WooCommerce] WooCommerce In MultisiteHello @phillipwoo
Thanks for the help,
Finally, I have made testdrive site for one of wordpress plugin, Please have a look : https://testdrive.auctionplugin.net/
In which i have used mulitisite + woocommerce
Once you have logged into site, woocommerce pages(cart, checkout..), new products and its category are automatically added.If you feel anything wrong about woocommerce, Please let me know
Thank you.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce In MultisiteThanks @seank123 for the help.
I have to complete it in next few days so plugin supporter/plugin author, please reply ASAP.
Thanks
Forum: Plugins
In reply to: [WooCommerce] WooCommerce In MultisiteMy requirement is when new subsite is created, woocommerce setup will be automatically done.
I have following options :
1. If I don’t run woocommerce setup and hide that “Run store setup” notice, will woocommerce plugin work fine??
2. How can i do “store setup” programmatically, which variables i have to save in database, I know when we run “store setup”, woocommerce pages – Cart, My Account, Checkout, Shop are created. so i have to write code to create this pages ? or any other way is available ?
Thanks in advance
Ok, Thanks a lot for the help.
Hi,
Thanks for the reply
I used filter as you mentioned(wcfm_product_types) to add new custom product type, then i added new custom fields to product form and now i want to save that field’s data to my tables when form is submitted.
So using which hook, i can do this ?