jgangso
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Overlapping text in PDFGreat, had the same issue and this fixed it. Just noting it here in case you want to check if there were something wrong in general with the last version.
Forum: Plugins
In reply to: [MultilingualPress] Copied photos are not appearLook here
This makes all images accessible from any installed site. It saves a lot of space because the images are only uploaded once.
Author of the Multisite Shared Media plugin here.
Glad to hear you find our plugin useful @terry789. ??
For future readers, I’d like to emphasize that @terry789 is not affiliated to the plugin, and in general we want to respect the open source spirit of www.ads-software.com and not promote our commercial products here.
Any support inquiries related to Multisite Shared Media plugin should be towarded to our plugin’s support site – not in this thread, which belongs to the great MultilingualPress plugin. ??
Thank you. Keep up the good work, authors of MultilingualPress. ??
Best regards,
Johannes / AikadesignForum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Not working with other YITH pluginsDo you see a fatal error in your php logs related to YIT_Pointer ?
This could probably be related: https://www.ads-software.com/support/topic/fatal-error-ajax-search-wishlist-zoom-magnifier/In short, the YITH plugins have a common framework on the background and currently they have problems getting along if one has more than one YITH plugin.
There is a fix from @yews-grigory in the above mentioned link which might be worth giving a try.
As Ksere says it would be great if we could hear something from the plugin author, and if this is going to be solved in the next update.
3 months later wondering the very same thing. Anything you could share with us @yithemes ? ??
Forum: Plugins
In reply to: [WooCommerce] Coupon Usage limit per user with Klarna CheckoutThanks for reply. Will debug further and try to narrow down the issue.
Best regards,
jgangsoForum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Split paymentThere is an idea on Woocommerce Idea Board for this, please go and give your vote:
https://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/8888710-split-tender-option-for-woo-pos-pluginsForum: Plugins
In reply to: [WooCommerce] Multiple payment types for a single orderHello,
This would be a valuable feature IMO, and there is an idea on Woocommerce Idea Board for this, please go and give your vote if you would like to see the feature implemented:
https://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/8888710-split-tender-option-for-woo-pos-pluginsForum: Networking WordPress
In reply to: WordPress MU cookie issueI just want to emphasize to future readers the importance of this link that kaplan shared:
https://www.ads-software.com/support/topic/howto-domain-mapping-without-a-plugin-instructions/In short, if you get this…
The constant “COOKIE_DOMAIN” is defined (probably in wp-config.php). Please remove or comment out that define() line.
…it means, you have most likely “WordPress MU Domain Mapping” plugin installed for Domain mapping. As Kaplan’s link points out (but I think it didn’t become clear enough) that plugin is no longer required in the newer WordPresses (as of WP 4.x).
- This reply was modified 8 years, 3 months ago by jgangso.
Forum: Reviews
In reply to: [WooCommerce - Table Rates] Lacks support for shipping classesI actually just now wrote a plugin that extends this plugin by not offering Table Rate Shipping in case the cart includes products that have shipping class defined. This way I can sell all normal items with Table Rate Shipping and I can use a different shipping method for all orders that include large items.
Feel free to ping me if anyone is interested in something similar.
- This reply was modified 8 years, 5 months ago by jgangso. Reason: plugin does not disable, but rather does not offer rates
Forum: Plugins
In reply to: [WooCommerce] Cannot add anything to shipping zonesThe issue got resolved by granting more permission for the DB user and then deactivating and reactivating.
Thanks for quick solution!
It might be worth a little notification in the UI if the table creation fails though. That would have saved you this trouble for instance. ??
Forum: Plugins
In reply to: [WooCommerce] Cannot add anything to shipping zonesI think I found the cause. A few WC tables are missing (seen in the wc-status page):
- woocommerce_sessions
- woocommerce_shipping_zone_methods
- woocommerce_payment_tokens
- woocommerce_payment_tokenmeta
I remember doing the Database upgrade process after WP 4.5.2 and WC 2.6 updated. Something has gone wrong there or what do you think?
How could I add the missing tables correctly?
Forum: Plugins
In reply to: [WooCommerce] Cannot add anything to shipping zonesForgot to mention steps to reproduce:
1. Woocommerce > Settings > Shipping
2. Select a Zone, Finland for instance
3. <no shipping methods defined>
4. Click Add shipping method and choose f. ex. Flat Rate and hit Add shipping methodIn my case I had the Table Rate Shipping plugin enabled before, but I have now deactivated it and will start using the built-in feature.
Forum: Plugins
In reply to: [WooCommerce] Cannot add anything to shipping zonesI’ve got the same issue. Deactivating & reactivating Woocommerce plugin didn’t help.
In the console I see a successful AJAX call:
REQUEST HEADERS:
POST /mydomain.fi/wp-admin/admin-ajax.php?action=woocommerce_shipping_zone_add_method HTTP/1.1 Host: localhost Connection: keep-alive Content-Length: 64 Accept: application/json, text/javascript, */*; q=0.01 Origin: https://localhost X-Requested-With: XMLHttpRequest User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Referer: https://localhost/mydomain.fi/wp-admin/admin.php?page=wc-settings&tab=shipping&zone_id=1 Accept-Encoding: gzip, deflate Accept-Language: fi-FI,fi;q=0.8,en-US;q=0.6,en;q=0.4 Cookie: [cookies removed]
RESPONSE HEADERS:
HTTP/1.1 200 OK Date: Tue, 21 Jun 2016 07:40:04 GMT Server: Apache/2.4.7 (Ubuntu) X-Powered-By: PHP/5.5.9-1ubuntu4.17 Access-Control-Allow-Origin: https://localhost Access-Control-Allow-Credentials: true X-Robots-Tag: noindex X-Content-Type-Options: nosniff Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Frame-Options: SAMEORIGIN Content-Length: 66 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: application/json; charset=UTF-8
RESPONSE BODY
{"success":true,"data":{"instance_id":0,"zone_id":1,"methods":[]}}