avefalco
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] does Product Vendors allow commission per product?can there be an additional manual payout? by that i mean, can i add in another payout to specific vendor without preset on product? for example, after product A has been purchased, the commission is given to vendor A with 40% and the site gets 60%, can I then use that 60% and give it to another vendor?
Forum: Plugins
In reply to: [WooCommerce] does Product Vendors allow commission per product?can there be more than one vendor payout per product?
in addition, if I stopped annual payment, will I still be able to update the plugin without support?
Forum: Plugins
In reply to: [Form to Post] Submit as Post with custom field contentshi michael,
i am not a coder so would you give me a url of tutorial or example of code so i can edit it?
thanks a lot
Forum: Plugins
In reply to: [Form to Post] Submit as Post with custom field contentsHi Michael,
I read they link you have provided and searched this support forum; however i am still unclear.
say my cf7 is as follow:
Post Title [text* post_title] <br/> Post Content (required) <br/> [textarea* post_content] <br/> Country (required) <br/> [checkbox* meta_country "USA" "Canada" "China"] <br/> [submit "Post"] <br/>If i want the value of country be input in side the post_content, do i just add a “meta_” in front of the country field like the above code?
thanks