Sigmareef.com
Forum Replies Created
-
@alejoh Yo ayer lo reporté como bug en https://github.com/mercadopago/cart-woocommerce/issues/173 , a ver si ahí dan respuesta.
Estamos teniendo exactamente el mismo problema. ?Pudiste resolverlo @alejoh?
Forum: Plugins
In reply to: [Cloudflare] CloudFlare Plugin Settings Page Gone+1 Same issue
Forum: Plugins
In reply to: [WooCommerce] Customer Order Email Missing Product DetailsWe are running latest version. I Also notified the author, he wasn’t aware of this issue.
Forum: Plugins
In reply to: [WooCommerce] Customer Order Email Missing Product Detailsthanks MrPriori, being working on this issue for days!!! I cannot believe it was WooChimp x_x
Forum: Plugins
In reply to: [WP Hotel Booking] Authorize payment gateway not workingWe are having the same issue. We installed Authorize, we set API Login ID
and Transaction Key but when we select this method on the checkout, it does not redirect us to Authorize (https://test.authorize.net/gateway/transact.dll), it just saves the order and empty the cart.Forum: Plugins
In reply to: [WooCommerce] Set all products to ‘manage stock’ by default.This link has a solution that worked for me:
https://stackoverflow.com/questions/15908411/get-woocommerce-to-manage-stock-as-a-default
Forum: Plugins
In reply to: [WooCommerce] Set all products to ‘manage stock’ by default.I had the same problem today (we have +10000 products).
Found that some products with stock=1 where still available on the store and found this was the issue. I am currently searching for the same solution you are looking for but, meanwhile, this simple query may help you to update all products at once:
UPDATE
wp_postmeta
SETmeta_value
= ‘yes’
WHEREmeta_key
LIKE ‘_manage_stock’;If I found a way to set the “Manage stock” default to ON, I will post it here
Forum: Plugins
In reply to: [WooCommerce] ERROR: Anti-spam field was filled in.How to prevent browser from auto-complete this field?
Issue: https://github.com/woocommerce/woocommerce/issues/11839
Solution: Copy myaccount/form-login.php to your theme’s woocommerce templates. Edit the file, add autocomplete=”off” replace:
<form method=”post” class=”login”>with:
<form method=”post” class=”login” autocomplete=”off”>Forum: Plugins
In reply to: [WooCommerce] How to Hide Out of stock product from related product window?I am looking for the same solution as @bluantinoo, we want to include out of stock products on the catalog but hide them on related products (cross and up sells).
- This reply was modified 8 years ago by Sigmareef.com.
Forum: Plugins
In reply to: Woocommerce sell couponsI know it might be late to place a reply but I was looking for similar solution and found this one that might fit your needs:
https://codecanyon.net/item/woocommerce-pdf-vouchers-wordpress-plugin/7392046
Forum: Themes and Templates
In reply to: Site is infectedI am not the theme developer neither part of its team but I can tell this issue is not related to the theme.
Your website was hacked because you are running an outdated copy of WordPress (you are using 4.0.1 but current version is 4.1.1) and, may be, also outdated theme/plugins.
You will need to contact you webmaster and ask him/her to remove this code from your website and find which was the backdoor this hacker or bot used to hack you website.
Forum: Plugins
In reply to: [Yoast SEO] Fatal error: Class 'WPSEO_Options'I had version 1.7.3.1 running (I updated, found the problem and reverted to previous version) so, when I found version 1.7.3.3 available, I updated it using WordPress updater but it crashed again.
I deleted the wordpress-seo directory using FTP and uploaded v1.7.3.3 using FTP, now it does works!!!
Thank for this great plugin and fast support Yoast Team!
Forum: Plugins
In reply to: [Yoast SEO] Fatal error: Class 'WPSEO_Options'updated to version 1.7.3.3, problem still persists.
Forum: Plugins
In reply to: [Yoast SEO] Fatal error: Class 'WPSEO_Options'@tizz: well, sometimes, when you overrite a plugin, files get mixed and it can make the problem event worst (I would recomend to delete the plugin, you are going to upload all the files again so…)