HarryComa
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Still not working with ACF FieldsSame here, i just emailed their support with images and stuff. And i found this thread just now.
The last update a few days ago didnt help either.Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Quick buy 404 error@varunms Ahh, just noticed that too when i tried to quick-fix the plugin so it works again (it was my theme throwing that one). Sorry for the confusion! ??
Forum: Plugins
In reply to: [Quick Buy For Woocommerce] Quick buy 404 errorHave the same issue.
Got this in the error logs.add_to_cart_fragments is deprecated since version 3.0.0! Use woocommerce_add_to_cart_fragments instead.
Forum: Plugins
In reply to: [Woo Swish e-commerce] unable to set private key fileThanks for this, had the same problem and found out i had a extra row in the bottom of the .pem file. Took me hours to find that lol ??
Number of clicks (times added to a wishlist) a product have is saved in the database, but you have to code it yourself to fetch it.
But, only as long as its saved in a wishlist, if deleted the number is gone.Doing this myself right now, i had a idea of counting all inserts on a product and insert it as a custom_field in the product. And then just show the custom_field on the single product page.
The plugin needs to be updated to support WooCommerce 2.4
The Json error is one of the most common errors on old plugins with WooCommerce 2.4.x
2 solutions to make it work, revert back to older WooCommerce version, or hack the plugin yourself. I tried the last one but didnt get it to work completely.I gave up and went with WooThemes plugin instead, too much loss of orders.
Same here, came with 2.4.x WooCommerce update.
Forum: Plugins
In reply to: [Woocommerce osCommerce Import] Shows as 'Successful' but not importingPlease check your language settings in OSC.
I fiddled around with this plugin today and noticed its hard coded in the plugin only to look for language id 1.
Edit the woocommerce-osc-import.php file, search and replace all parts that say this
language_id=1
Change to your language id from OSC. (probably 2 if you have other than english)Forum: Plugins
In reply to: [WooCommerce] Checkout-missing proceed to pay buttonAllright, would be awsome if someone with this problem could try this…
Download the WooCommerce plugin once more.
Upload this folder from the fresh WooCommerce file and overwrite all files. Please, backup changes first!
wp-content\plugins\woocommerce\assets\js\frontendOnly the frontend folder, does it work for you guys now?
If i upload the files from my old store, payment options starts loading and then disappear.
If i upload the files form my new install, it works… For some time then the error comes back again.
Uploading the files from the new install again, get it going once again.Probably the error is somewhere else, but i dont have the knowledge to find where/what causing it.
This happens despite zero addons and running any theme for me, with just 2-3 demo products.
Forum: Plugins
In reply to: [WooCommerce] Checkout-missing proceed to pay buttonI also got the problem with the latest version.
This morning i got the error back again, on the newly installed shop. It doesnt help to inactivate addons, i had to insert a backup of the database to get checkout back again. Something is changing and gets broken, i dont know what…
Cleaning cache, sessions and stuff does not helpTrying to find whats causing this now, but there should be someone who had done this already?
Forum: Plugins
In reply to: [WooCommerce] Checkout-missing proceed to pay buttonI had the same issue, i made a new installation of WordPress and Woocommerce on a dev-url, then added all addons and configured the theme and addons like i had them. Then exported products and pictures, at last moved the new installation into production.
Now its working again.Maybe not a quick solution for big shops, but it worked for me!
I have tried to analyze the database for causes but no luck, i′m also using the same files for theme and theme customization from the “broken” version.Really strange issue i have seen alot of people encouter after upgrade.