Sérgio L. a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [NSFW] [WooCommerce] Fix line with shipping costs in cartHi @pleazo,
Sorry to hear that it didn’t fully work. As @chiape suggested, you can try to increase the Cart’s Total width to accommodate everything in Elementor.
If you don’t know how to do this, I recommend you to ask in the Elementor support forum here:
https://www.ads-software.com/support/plugin/elementor/
Best regards,
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Call to undefined method Stripe GatewayHi @ramseyaw,
WP Memory Limit: 128 MB
We recommend a WordPress memory limit of 256 MB or greater. Read more on how to increase this value here:
https://woocommerce.com/document/increasing-the-wordpress-memory-limit/
Secure connection (HTTPS): ?
Your store is not using HTTPS. Many payment gateways require it and we strongly recommend that you activate it. Get to know more here:
https://woocommerce.com/document/ssl-and-https/
Also, can you please confirm if you sent those logs to the Elementor support team?
Best regards,
Forum: Plugins
In reply to: [WooCommerce] WC_Admin_Dashboard->sales_sparkline()Hi @raha1988ab,
Invalid argument supplied for foreach()
error? occurs when PHP’s built-inforeach()
tries to iterate over a data structure that is not recognized as an array or object.You need to add an additional check before the foreach() function to circumvent the error. There is an example here:
https://www.educative.io/edpresso/fixing-the-invalid-argument-supplied-for-foreach-php-error
I hope this information helps.
Best,
Forum: Plugins
In reply to: [WooCommerce] edit total price order manually woocommerceHi @venciewine,
Just to check if we are on the same page, you want to edit the total of the order by keeping the product price and not adding coupons, correct?
If so, unfortunately, this is not possible. The total amount of the order is automatically calculated based on the items in the order.
To change the total amount, besides the product price, you can add other products, fees, shipping, taxes or apply coupons. Get to know more here:
https://woocommerce.com/document/managing-orders/#viewing-and-editing-a-single-order
I hope this information helps.
Best,
Forum: Plugins
In reply to: [WooCommerce] Gateways Fees or DiscountsHi @jubilo,
To add a fee based on the Gateway, I recommend you to check this plugin:
https://woocommerce.com/products/payment-gateway-based-fees/
As for the discounts, you can check this third party plugin:
https://pt.www.ads-software.com/plugins/checkout-fees-for-woocommerce/
I hope this helps.
Best,
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Setup Wizard gets stuck at Store DetailsHi @todonotion,
Thanks for trying the suggestions.
403 () status means that your browser isn’t able to load the scripts up because your server isn’t allowing it. Can you please check this doc on how to fix file and folder permissions:
403 error is very vague but a possible cause could be a corrupt .htaccess file. Check your .htaccess file for anything strange. Make sure your server settings are not overriding the .htaccess file. Another possible cause could be changes to the server settings. I would definitely check this with your hosting provider.
Let us know how it goes.
Best,
Hi @harsh19mishra,
Thanks for confirming. Can you please try to do a conflict test?
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Check if the analytics show the taxes between February and May
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each until you find the one causing conflict.
You can find a more detailed explanation on how to do a conflict test here.
Let us know how it goes.
Best,Forum: Plugins
In reply to: [WooCommerce] WooCommerce Payments Currency ConversionHi @kateharris,
Thanks for sending the status.
Yes, I am using the WooCommerce Payments plugin. Should I direct this question to the WooCommerce Payments team instead?
WooCommerce Payments allows for “multi-currency”. You can check if this is enabled in
WooCommerce > Settings > Multi-currency
(Check this image)If it is, please delete the currencies you don’t want by clicking the trash bin.
If the option is not enable, then, you can get in touch with the WooCommerce Payments support team at https://www.ads-software.com/support/plugin/woocommerce-payments/
I hope this information helps.
Best,
Hi @harsh19mishra,
Can you please try to update the analytics data by heading to
Analytics > Settings,
and scroll down toImport Historical Data
. More information here:https://woocommerce.com/document/woocommerce-analytics/#analytics-settings__import-historical-data
If the taxes are still not showing in analytics report, can you find an order from this period and confirm that taxes were applied?
Best,
Forum: Plugins
In reply to: [WooCommerce] There has been a critical error on this website.Hi @mitesh15,
I can see that the site is working now and no “critical error” is showing.
Can you please confirm if you still have any issue?
Best,
Forum: Plugins
In reply to: [WooCommerce] Lightbox not working unless Logged InHi @derlfa,
Perfect! I’m glad you fixed it.
To figure out which one is causing the problem, reactivate them one by one, testing after each until you find the one causing conflict.
Best regards,
Forum: Plugins
In reply to: [WooCommerce] Product weightHi @wkmoms2020,
To better address your request, and because this topic is already closed, can you please open a new topic here:
https://www.ads-software.com/support/plugin/woocommerce/#new-topic-0
We will be waiting.
Best,
Forum: Plugins
In reply to: [WooCommerce] Editing the upsells widgetHi @carina117,
I’m not sure what’s the element you want to change, however, as the print screen you sent is from the Elementor plugin page, I strongly advise you co contact them here:
Also, as I mentioned in the other topic: If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools.com.
Best regards,
Forum: Plugins
In reply to: [WooCommerce] Format the additional product informationHi @carina117,
To target the font of the “additional product information” you can use
.woocommerce table.shop_attributes th
, for instance, to make it regular and not bold:.woocommerce table.shop_attributes th { font-weight: 100; }
Please note that we’re unable to offer further assistance for customizations in line with our Support Policy.
If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools.com. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).
I hope this information helps.
Best,
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Setup Wizard gets stuck at Store DetailsHi @todonotion,
Can you please go to
WooCommerce > Status > Log
, and check if you have any recent error log available there? If there is any, can you please share that with me to check this issue further?Also, If using Chrome, start the WooCommerce setup and in the window that gets stuck, click on the
mouse right-button > inspect
and check the Console tab for errors. These are usually shown in red. Other browsers should have similar tools, get to know more here:https://www.ads-software.com/support/article/using-your-browser-to-diagnose-javascript-errors/
We will be waiting.
Best,