shahzeen(woo-hc)
Forum Replies Created
-
I can understand your concern, generally we do not provide support for the custom coding like my colleague explain previously. however, making an exception. Could you please try to use the following custom CSS code.
.add_to_cart_button.wp-block-button__link:after {
content: '';
opacity: 0;
font-size: 0px;
}Please note that the code will work for all add to cart buttons on your sites. If it does not work I would suggest you:
- Joining our WooCommerce Slack community (it does have a developer channel where you can ask coding questions):?https://woo.com/community-slack/
- Hiring a developer.
I hope this helps.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce varations helpHi there!
You can create multiple variations and can add price for each variations without using any plugins. For example for each mat-size and thermostate you need to create the separate variation and need to set the price for each veriation. like I explain in this screenshot: https://go.screenpal.com/watch/cZ60ojnceFX
In my screenshot I have create the variation for green color and meduim size and set the price if use chose this veriation. similarly you can use mat-size and themostate type insteas of color and size. For omre details oyu cancn unse this article.
https://woocommerce.com/document/variable-product/
The final output will be like this
https://woocommerce.com/document/variable-product/#what-customers-see
I hope this helps.Forum: Plugins
In reply to: [WooCommerce] Issue with Product Variations Not Displaying in Cart and OrdersHi there!
I understand your frustration, and I’m happy to assist you in resolving the issue. To help me provide better support, could you please confirm if you’ve made any recent changes to your site, such as installing custom code or plugins, after which the issue occurred?If no changes were made prior to the issue, please let me know so we can further investigate the cause. For us to investigate this further, can you please try to switch to the?default Storefront theme?and only WooCommerce plugin is enabled and see if this resolves the issue?
If so, then this kind of problem is usually caused by your theme or a third-party plugin present on your site. We can run a conflict test to verify this. I’d recommend cloning your site to a staging environment and performing the tests described on this guide without modifying your live site or impacting customers. Many hosts provide staging facilities, so it’s worth checking in with them. It’s also possible to do it using the free WP Staging plugin.
If this was caused by a third-party plugin present on your site, it would be best to reach out to the developers for further assistance here.
Forum: Plugins
In reply to: [WooCommerce] can u make both express checkout on same lineHi there!
Generally we do not provide support for custom CSS Code. However, making an exception to align your express buttons on checkout page, you can use this following CSS code.@media only screen and (min-width: 60rem){
.woocommerce-checkout .wc-ppcp-express-checkout {
vertical-align: top !important;
}
}Issue regarding add some space between add to cart button and pay with link button you can use the following css code.
@media only screen and (min-width: 980px){
.single-product div#fkwcs_stripe_smart_button_wrapper {
margin-top: 10px;
}}I hope this helps.
Hi there!
I’ve reviewed the issue, and I can confirm that the bug has been resolved in the latest version of WooCommerce. You can verify this by visiting the following link: WooCommerce Pull Request #40473.For testing purposes, I activated the Storefront theme on my test site and added the Product Collection block. I didn’t encounter any bullet points on my site. I also checked your site and couldn’t see any bullet points with the products. Could you please share the exact page URL where you’re noticing the bullet points so I can investigate further?
Thank you for your cooperation and understanding.Forum: Plugins
In reply to: [WooCommerce] Trying to access array offset on falseHi there!
I understand you are experiencing an issue with a PHP warning in your WooCommerce installation. It seems that the issue is related to accessing an array offset on a boolean value in the?wc-template-functions.php
?file on line 1639. This could be caused by various reasons, including a missing thumbnail, custom CSS, or a collation-related issue.For us to investigate this further, can you please try to switch to the default Storefront theme and only WooCommerce plugin is enabled and see if this resolves the issue?
If so, then this kind of problem is usually caused by your theme or a third-party plugin present on your site. We can run a conflict test to verify this. I’d recommend cloning your site to a staging environment and performing the tests described on this guide without modifying your live site or impacting customers. Many hosts provide staging facilities, so it’s worth checking in with them. It’s also possible to do it using the free WP Staging plugin.
If this was caused by a third-party plugin present on your site, it would be best to reach out to the developers for further assistance here.
If this did not resolve the issue, please share your System Status Report, that will help us further troubleshoot.
You can find it via
WooCommerce > Status
. SelectGet system report
and thenCopy for support
. Once you’ve done that, you can paste it into your reply here.If you could also provide the?fatal error logs?(if any) under?
WooCommerce > Status > Logs
.
Let us know how it goes!Thank you for sharing the screenshot. I see that you’ve set the file download method to “Force Download.” For testing purposes, could you please change it to “X-Accel-Redirect/X-Sendfile,” as shown in the screenshot below:
https://go.screenpal.com/watch/cZ63IPVWS9s
For more details you can use this article.
https://woocommerce.com/document/digital-downloadable-product-handling/#protecting-your-uploads-directory
Let me know how that goes.Forum: Plugins
In reply to: [WooCommerce] Store Product BundleI understand your concern. I searched for a free plugin that meets your requirements, but unfortunately, I couldn’t find any.
You can implement that functionality with custom coding; however, we do not offer support for custom code. You may need to hire a developer or seek assistance from the community.
Here are some useful links:Thank you for your cooperation and understanding.
Forum: Plugins
In reply to: [WooCommerce] Unable to Update Product Variation Name in WooCommerceI understand your concern. To assist you more effectively, could you please share a screenshot of where you’re trying to change the product variation name?
In the meantime, please note that you can change the variation title by going to Products → Attributes. From there, click the edit button to update the variation title, as illustrated in the screenshot below:
https://go.screenpal.com/watch/cZ63lEVWSCOFor more details you can use this article.
https://woocommerce.com/document/managing-product-taxonomies/#how-to-add-edit-product-attributes
Let me know how that goes.Forum: Plugins
In reply to: [WooCommerce Square] Syncing Image Variations from Square to WooCommerceHi there,
I understand your client’s concern about variable product images not syncing from Square to WooCommerce. Currently, the integration only synchronizes specific product data, such as the product name, price, description, inventory count, and primary image, while variable images are not included in this sync. This means they won’t be added to the media library or the variable products.
For more details you can use this guide:
https://woocommerce.com/document/woocommerce-square/sync-settings/#product-data-synchronizationTo manage variable images in WooCommerce, your client will need to upload them manually.
You can also submit a feature request to address this limitation in future releases here:(https://woocommerce.com/feature-requests/square/#).
If you have any further questions, feel free to ask!
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Display products in specific order with shortcodeHi there!
I understand your concern with trying to display specific products in a custom order using SKUs. WooCommerce defaults to its own sorting, which can make it challenging to achieve the exact order you want.I suggest using the product IDs in your shortcode and sorting the products in ascending or descending order. This approach may help you achieve the desired display order more effectively.
For more details you can use this article.
https://woocommerce.com/document/woocommerce-shortcodes/products/Let me know if that works for you.