amwebch
Forum Replies Created
-
Hello,
I created a support ticket to keep certain info private.
Forum: Plugins
In reply to: [Woo Instant Notifications] Support for YITH WooCommerce Points and RewardsAs a side note (maybe it can be useful for other users, or maybe you can refine it and insert it in a future release), I now seem to have found a better way to display points, retrieving the customer ID from the order and fetching the points from that value, as follows:
$earned_points = $this->object->get_meta('ywpar_points_from_cart'); $order_customer_id = $this->object->get_customer_id(); $c = ywpar_get_customer( $order_customer_id ); $new_total_points = (int)$c->get_usable_points(); $this->placeholders['{yith_points}'] = 'Earned points: '.$earned_points.'<br/>Total points: '.$new_total_points
It is not perfect (e.g. it does not check if the YITH plugin is active, and texts cannot be translated), but at least it seems to work correctly.
Regards,
AronForum: Plugins
In reply to: [Woo Instant Notifications] Support for YITH WooCommerce Points and RewardsHi Georgi,
Thank you for your reply.
Is there any chance to add this as a feature request? Or having a quote for custom development (if you provide this service)?
Thank you and have a nice day.
Regards,
AronForum: Plugins
In reply to: [Woo Instant Notifications] Additional shortcodesHi Georgi,
Thank you for your reply.
Is there any chance to add this as a feature request? Or having a quote for custom development (if you provide this service)?
Thank you and have a nice day.
Regards,
AronForum: Plugins
In reply to: [Woo Instant Notifications] Additional shortcodesHi,
Do you have any update on this request?
Thank you in advance for your feedback.
Reards,
AronHi,
Do you have any update on this request?
Thank you in advance for your feedback.
Reards,
AronI am having issues migrating, too.
I tried twice, the second time I followed the progress instead of leaving everything run in the background: both progress bars goe up until 100% and then “Unfortunately, your migration has failed” appears, without any useful additional information…
My start server was reporting an issue with ModSecurity on the first attempt, so I disabled it, but it is still not working.
Are there any logs, server specifications, or any useful informtaion/guide of any sort to get my migration finally working?
Thank you in advance for your help.
Forum: Plugins
In reply to: [Automatic Upload Images] Plug-in not working with current versionI also tried to downgrade back to 5.6.3 (it’s marked as “Tested up to 5.6.3”), but it downloads only some very rare images and the more it runs the less images it appears to be downloading.
I activated debugging but nothing is showing up.
Do you have any suggestions on how to get it back to work? Or is an update planned in the near future?
Forum: Plugins
In reply to: [Automatic Upload Images] Plug-in not working with current versionFor me it is no longer working, too.
Do you plan to fix it soon?You can add the following in Autoptimize, under “Exclude scripts from Autoptimize” (if you already have other files/paths excluded, remember to separate it with a comma):
elementor/assets/js/
It’s not ideal, but it seems to work for now with Elementor Pro 3.1.2.
Maybe someone else is able to find the exact script that is causing issues, or maybe Elementor/Autoptimize will finally find a definitive solution to this issue…Add my vote to this idea.
Your plugin is still the best option I found until now for a simple out of the box accessibility solution. Having the icon always visible is a good fit for most cases, but in some particular cases a less obtrusive option is really needed.
Having the possibility to place the icon and/or a text link in a specific place with a shortcode would be a huge benefit.If there would be a temporary workaround it would also be really appreciated.
- This reply was modified 4 years ago by amwebch.
Hi @wpscripts,
Are there any time estimates on when the addon will be available? How “flexible” will the addon be (can we define many different zones and corresponding minimum orders and/or delivery costs)? Do you already have an estimate of the addon’s price?
My client needs to provide free delivery starting from a given minimum order amount, where the amount depends on the ZIP code (e.g. ZIP code near the location = lower minimum order, ZIP code farer away = higher minimum order).
Thank you in advance for your feedback.
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Pricing of extensionsHi @wpscripts,
I was looking for some pricing information and the only one I found is this thread.
Could you please provide some additional information on the addons, in particular:
- How are the licenses handled (one-time, yearly, other)?
- Once installed, can we use the automatic update feature of WordPress for the addons, or do we have to manually download and install them on each update?
I am looking for the available options for one of my clients, so I would like to have complete information (without having to set up a dedicated website first and install the plugin).
Thank you in advance for your feebdack.