Manjunathpmf
Forum Replies Created
-
Forum: Plugins
In reply to: [Instamojo for WooCommerce] Cannot install on WordPress MultisiteFIrst install Woocommerce plugin and then Woocommerce Instamojo Plugin.
Forum: Reviews
In reply to: [Instamojo for WooCommerce] Does not work on WP Multisite“Instamojo Plugin requires WooCommerce to be Installed First!”
The problem is not with multisite. The problem is you have not installed woocommerce plugin.
You must first install Woocommerce plugin and then Woocommerce Instamojo plugin.
You must have read the description properly instead of giving the plugin 1 star.
It’s okay. Thanks for the quick response. Good day ??
Forum: Plugins
In reply to: [Multilist Subscribe for Sendy] Not sending New Post Email NotificationsI have tested it again. But nothing happened. It still doesn’t send emails. Did you test this feature on any other website?
Thank you so much for your quick reply.
Both the solutions worked as I wanted. Thank you.
A very handy plugin. Keep up the good work. All the best:)I have modified the code like you mentioned above. But I am having a small issue.
The shortcode [woocommerce-my-downloads] works great and it displays one download per line. But the shortcode [woocommerce-my-downloads-button id=PRODUCT_ID] displays all downloads of the product in a single line. This makes the links appear very messy. Can you please show me a solution to fix this? Thank you.
Image: https://drive.google.com/file/d/0B1myJlOn-mMCMlZNb2hJSGxIOW8/view
Gave it a high 5 long back ??
Sorry! That was an issue with the WP Mail SMTP by WPForms plugin. I have replaced it with WP SES and now all mails are being sent in a second.
Thank you your quick response and for providing such an awesome plugin.- This reply was modified 7 years, 9 months ago by Manjunathpmf.
@peter Hardy-vanDoorn
Check if you are using any code in your theme’s functions.php to Hide Coupon fields.I was using the below code and that caused the problem after WC 3.0.1
function hide_coupon_field( $enabled ) { if ( is_cart() || is_checkout() ) { $enabled = false; } return $enabled; } add_filter( 'woocommerce_coupons_enabled', 'hide_coupon_field' );
Sorry, I thought the two plugins were from two different authors.
- This reply was modified 7 years, 11 months ago by Manjunathpmf.
I was using this particular snippet to Hide Coupon fields
function hide_coupon_field( $enabled ) { if ( is_cart() || is_checkout() ) { $enabled = false; } return $enabled; } add_filter( 'woocommerce_coupons_enabled', 'hide_coupon_field' );
Above code caused the issue after WC 3.0.1 Update.
Thanks Soft79 for the clue.
### WordPress Environment ### Home URL: https://store.pmfias.com Site URL: https://store.pmfias.com WC Version: 3.0.1 Log Directory Writable: ? WP Version: 4.7.3 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: – WP Cron: ? Language: en_US ### Server Environment ### Server Info: Apache/2.4.10 (Debian) PHP Version: 7.0.17-1~dotdeb+8.1 PHP Post Max Size: 10 MB PHP Time Limit: 60 PHP Max Input Vars: 2500 cURL Version: 7.38.0 OpenSSL/1.0.1t SUHOSIN Installed: – MySQL Version: 5.6.35 Max Upload Size: 10 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 3.0.1 WC Database Prefix: wp_ woocommerce_sessions: ? woocommerce_api_keys: ? woocommerce_attribute_taxonomies: ? woocommerce_downloadable_product_permissions: ? woocommerce_order_items: ? woocommerce_order_itemmeta: ? woocommerce_tax_rates: ? woocommerce_tax_rate_locations: ? woocommerce_shipping_zones: ? woocommerce_shipping_zone_locations: ? woocommerce_shipping_zone_methods: ? woocommerce_payment_tokens: ? woocommerce_payment_tokenmeta: ? MaxMind GeoIP Database: ? ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (23) ### Shield Security: by iControlWP – 5.8.1 Contact Form 7: by Takayuki Miyoshi – 4.7 Genesis Simple Hooks: by Nathan Rice – 2.2.0 Max Mega Menu - Pro Addon: by Tom Hemsley – 1.6.2.1 Max Mega Menu: by Tom Hemsley – 2.3.5 Pro Woo Quick View: by Arshid – 1.0.0 Redirection: by John Godley – 2.5 Responsive Accordion And Collapse: by wpshopmart – 1.8.9 Social Login Lite For WooCommerce: by phoeniixx – 1.4.5 SOFT79 Cart Links for WooCommerce: by Jos Koenis – 1.0.1 TinyMCE Advanced: by Andrew Ozz – 4.4.3 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.12.40 WooCommerce - Instamojo: by instamojo – 1.0.6 WooCommerce Amazon S3 Storage: by WooThemes – 2.1.3 – 2.1.4 is available WooCommerce Extended Coupon Features: by Soft79 – 2.4.0 Woocommerce Login / Signup Pro: by phoeniixx – 2.1.5 WooCommerce Sequential Order Numbers: by SkyVerge – 1.8.1 WooCommerce: by Automattic – 3.0.1 Yoast SEO: by Team Yoast – 4.5 WP Force SSL: by Kostas Vrouvas – 1.3 WP-Mail-SMTP: by Callum Macdonald – 0.10.1 WP-Optimize: by David Anderson Ruhani Rabin Team Updraft – 2.1.1 WP Rocket: by WP Rocket – 2.6.13 ### Settings ### API Enabled: ? Force SSL: ? Currency: INR (?) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 0 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) ### WC Pages ### Shop base: #4 - / Cart: #6 - /checkout Checkout: #6 - /checkout My account: #111 - /my-account ### Theme ### Name: Magazine Pro Theme Version: 3.1 Author URL: https://www.studiopress.com/ Child Theme: ? Parent Theme Name: Genesis Parent Theme Version: 2.4.2 Parent Theme Author URL: https://www.studiopress.com/ WooCommerce Support: ? Not declared ### Templates ### Overrides: –
Forum: Reviews
In reply to: [WP Force SSL & HTTPS SSL Redirect] Seems good, but not work with meIt could be due to caching or other issue. Plugin is absolutely fine.
Forum: Plugins
In reply to: [WooCommerce] How to skip “You cannot add another to your cart” ErrorThank you.
I have faced the same issue.