Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Membership subscription – payment mode WC Checkout
- This topic has 4 replies, 3 voices, and was last updated 5 years, 1 month ago by WCFM Forum.
- AuthorPosts
- September 11, 2019 at 3:36 pm #81181Sinisa BujanParticipant
Hi,
I have create group PAKET-S with different capabilityt (max. 10 product), create membership PAKET-S and add group PAKET-S.
My problem is that my membership plan PAKET-S have 4 different price (1month 220kn, 3month 540kn, 6month 800kn…).I have create WC Product and set that product is vabriale subscription, create 4 variation with different price and different time schedule but I see on checkout my membership price don’t have option to choose what price I want. Price is always what I set on billing details. What are the point of WC Product if price from that product is not real price what vendor must pay for subscription.
I will have 5 different group with 5 different membership and each membership have 4 different price. How can I create that?
Regards
- September 11, 2019 at 3:56 pm #81183EKParticipant
Interesting concept. We follow. 🙂
- September 15, 2019 at 1:08 am #81717WCFM ForumMember
Hi,
My problem is that my membership plan PAKET-S have 4 different price (1month 220kn, 3month 540kn, 6month 800kn…).
– Well, WCFM Membership not yet support such plan setup.
But we have this in plan and will add this option in coming version.
Thank you
- September 24, 2019 at 1:47 pm #83375Sinisa BujanParticipant
Hi,
do you have any news about my question for membership plan with different price?
How can I modify page where membership plan is displayed? I need create 20 different membership plan and for now theay all is in one row. My idea is to create 4 row, each row will be one membership plan (PAKET-S) and in that row i will have PAKET-S 1 month,PAKET-S 3 month, PAKET-S 6 month, PAKET-S 12 month. In that way I can have membership plan with different price.
Or you can tell me your idea how can I sell different membership plan for different period.
Regards
- September 26, 2019 at 11:31 am #83707WCFM ForumMember
Hi,
Add this CSS to your site –
#wcfm-main-contentainer .wcfm_membership_box_wrraper { width: width: 25% !important; } @media only screen and (max-width: 768px) { #wcfm-main-contentainer .wcfm_membership_box_wrraper { width: 100% !important; } }
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.