rakshitsukanta
Forum Replies Created
-
I have faced similar issue when I have some single quotation (denoted as feet) inside attributes and my security plugin does not allowed to save the product. Please check if there is any similar issue.
Regards,
SukantaForum: Plugins
In reply to: [Notify Odoo] Need upgraded version to support Odoo v15Hello @pektsekye
Thank you very much for the Upgraded version.
I have checked the plugin and it is working good. ??There are 2 things I have noticed.
1. Order Date is matching but Time is different (see screenshot)
https://pasteboard.co/OwzzAffCAI8B.png
2. Shipping / Delivery Charges are not imported in Odoo (see screenshot)
https://pasteboard.co/WbceET7A0Bca.png
Is there any suggestion for the above?Regards,
SukantaIs it possible to add it as Code Snippet inside child theme? Because if you release updates, I have to manually edit it every time!
Ok problem is solved using custom Country State codes.
/** * Add or modify States add_filter( 'woocommerce_states', 'custom_woocommerce_states' ); function custom_woocommerce_states( $states ) { $states['IN'] = array( 'BH' => 'Bihar', 'ME' => 'Meghalaya', 'MI' => 'Mizoram', 'UT' => 'Uttarakhand' ); return $states; } */
Hello WC Lovers, if this was the solution I would not asked you or write a long description above. Please consider reading thoroughly before posting a reply.
Someone in this previous support request asked about the same and he figured out a way but unfortunately the code snippet provided by him is showing an error unexpected ‘–’ (T_STRING) . Also, you replied this:
When i try to add your code, this work only when i have 1 product in the order.
Your code do not work when different product are sell at the same time.– Are you talking about different products from different vendors? Or, multiple products from same vendor?
Please provide a solution.
We will need 4 of your paid plugins for our project and currently in doubt about your support. Previously support was excellent as your scripts but now a days we can see support is almost denying everywhere (Your fourm. here, FB Group and email responses). Are you guys going to end this project?
Reference link of complete overview of TCS rules can be found here for your understanding
https://taxguru.in/goods-and-service-tax/tax-collected-source-tcs-gst.htmlForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Disable a specific div in amp postsI had gone for option 2 and successfully able to hide these two div classes using the following code as below:
.mo-optin-success-msg { display: none; } .mo-optin-powered-by { display: none; }
Thanks for the help ??
Forum: Reviews
In reply to: [Elementor Addons by Livemesh] Free Version is not worthyHi,
Sorry, I was confused “post carousel” and “Post Blocks”. However free options are very limited.Please check your own website demo page with gtmetrix Livemesh Post Carousel page report on Gtmetrix
It is showing to serve scaled images which are coming from your posts carousel.