WP Native
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout page only shows indexIt seems there are some issues with Stripe plugin. Disable the Stripe and see if that helps.
Cheers π»
Forum: Plugins
In reply to: [WooCommerce] Woocommerce B2bWell, Thereβs no end-to-end solutions within the WooCommerce ecosystem when it comes to B2B. However, like I said above it can be achieved by coupling with plugins, snippet etc. The best starting point would be to list down your specific requirements item by item and check whether something can be achieved or not.
Feel free to join WooCommerce community over the slack and I’d happy to further discuss on this.
@NazreenCheers π»
- This reply was modified 5 years, 6 months ago by WP Native.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce B2bHello @mennulao
This is a very broad question. But let me simplify the requirement and give you my answer for each.
1.Create customer groups and show different prices for each.
Yes. One way of grouping customers is by creating custom user roles and then assign prices against each customer groups (roles).
a. Create custom user roles (Plugin)
b. Product price by user role (Plugin)2. hide the prices and show them only to those who register
Yes. Possible. Copy this snippet from here
3. Switching users from one group to another.
Yes. Possible. This can be achieved by either creating a new user role or assigning to another existing user role.
You welcome.
Cheers π»Forum: Plugins
In reply to: [WooCommerce] Woocommerce B2bHello @mennulao
This is a very broad question. But let me simplify the requirement and give you my answer for each.
1.Create customer groups and show different prices for each.
Yes. One way of grouping customers is by creating custom user roles and then assign prices against each customer groups (roles).
a. Create custom user roles (Plugin)
b. Product price by user role (Plugin)2. hide the prices and show them only to those who register
Yes. Possible. Copy this snippet from here
3. Switching users from one group to another.
Yes. Possible. This can be achieved by either creating a new user role or assigning to another existing user role.
You welcome.
Cheers π»- This reply was modified 5 years, 7 months ago by WP Native.
Forum: Plugins
In reply to: [WooCommerce] Where the “Revisions” link has gone in product page?Yes. Revisions arenβt enabled by default for products. You may need to add the snippet or a plugin also could help on that.
Cheers π»
Forum: Plugins
In reply to: [WooCommerce] Icons became squaresHey,
It looks like the font family
fl-iconsis missing from your theme. install the below plugin to see if that helps:https://wordpress.org/plugins/font-awesome/
Cheers π»
Glad you found the culprits π
This could be a theme related issue. Add the following css in to your theme or child theme custom css. (Appearance > Customize > Custom css)
#flex-viewport{ height:auto!important; }Cheers π»
Forum: Plugins
In reply to: [WooCommerce] how to change the word “availability” in WoocommerceCould you provide a screenshot please?
Forum: Plugins
In reply to: [WooCommerce] Variation price not changingHave you added prices at variation level? If not, please add them as shown here.
https://docs.woocommerce.com/document/variable-product/#general
Cheers π»
Forum: Plugins
In reply to: [WooCommerce] Tamil Text not showing in Woocommerce MailAre you using product name in Tamil or? Sharing a snapshot would help to further look into this issue.
Cheers π»
Forum: Plugins
In reply to: [WooCommerce] disable/hide product image overlay showing out of stockHey @aristosv
Make sure that you have checked the “Hide out of stock items from the catalog” option under the WooCommerce > Settings > Products > Inventory.
Alternatively you could use this css snippet too
.woocommerce ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock { display: none!important; }Let me know if this helps.
Cheers π»- This reply was modified 5 years, 10 months ago by WP Native.
Hey @pomagaj
Take a look at these two plugins
https://wordpress.org/plugins/woo-product-gallery-slider/
https://wordpress.org/plugins/advanced-woocommerce-product-gallery-slider/Cheers π»
Forum: Plugins
In reply to: [WooCommerce] Shipping Zones as CitiesHey @syedaliazlan
You could do that simply by creating each state as a separate shipping zone.
Step 1:
Step 2:
You could configure each city as a flat rate or whatever you prefer.Cheers π₯
Forum: Plugins
In reply to: [WooCommerce] Can’t load products in woocommerce@michellekj Your server might not have enough resources to serve this query (If 100 results per page).
Try this out and let me know
https://humorkassen.dk/wp-admin/edit.php?post_type=product&posts_per_page=10Cheers π»