kenil802
Forum Replies Created
-
Hi @kraptor,
Regarding the query, can you please inform us where exactly are you facing this error? It would be great if you can share the screenshot of the same so that we can try to replicate the issue on our site.
Please do the needful so that we can assist you in a better way.
Regards,
Kenil Shah- This reply was modified 5 years, 10 months ago by kenil802.
Hi @jerbnl,
Regarding the query, we have fixed Pay for Order Page issue where fees are not being calculated in the Pro version of the Payment Gateway Based Fees and Discounts plugin.
So, I recommend you to use the Pro version of the plugin if you want to work with this feature.
Please let us know if you have any further queries.
Regards,
Kenil ShahHi @gibbons1984,
Regarding the query, this is a known issue as many of the clients have reported the same issue. But we are unable to replicate the issue on our staging site.
However, I have added this issue on our development list and soon they will work on this to make it work.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Issue with Required FieldsHi @domainsupport,
I have tried to replicate your issue on our staging site, but I am unable to replicate it. To me, without entering the required field, the product does not add to the cart.
So, to troubleshoot the issue, can you please inform us which theme are you using on your site? If it is not the default theme (Storefront) then, please try activating the default theme on your site and then check whether it is working fine or not.
If the issue still exists, then try deactivating all the other plugins except for the WooCommerce and the Product Input Fields plugin and then check how it goes.
Please do let us know the results.
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Prices by User Roles for WooCommerce] wp all importHi @agamelas,
Sorry for the delay in response.
The custom meta keys are as below:
‘_alg_wc_price_by_user_role_regular_price_’ . $current_user_role
‘_alg_wc_price_by_user_role_sale_price_’ . $current_user_roleSo please check your keys accordingly.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Checkout Link on Email Not WorkingHi @octobertwo,
Sorry for the delay in response.
Thank you for sharing the email template code.
I have tried by adding the same email template code on our staging site and the cart link in the reminder email goes to the Cart page and it is working fine for us.
So, to troubleshoot the issue, could you please share your query by emailing us on “support at tychesoftwares dot freshdesk dot com” so that we can check and assist you in a better way.
Regards,
Kenil ShahHi @malakontask,
I see that you have created the ticket on our ticketing system, so we will communicate over there.
Regards,
Kenil ShahHi @seba000,
We have not yet made our Abandoned Cart Lite for WooCommerce plugin compatible with the Aelia Currency Switcher for WooCommerce plugin or any currency switcher plugin.
However, our Abandoned Cart Pro plugin is compatible with the Aelia Currency Switcher for WooCommerce plugin and Multi-currency switcher feature provided by WPML plugin. With these two plugins, the Abandoned Cart reminder email from our Pro plugin can be sent with the currency in which the user has abandoned the cart.
Also, if you are using any currency switcher plugin then our plugin will show the default currency in the reminder email.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] showing regular priceHi @mahdyhigh,
Sorry for the delay in response and thank you for appreciating our plugin.
Can you please try adding the below code in functions.php file and then check whether it solves the issue or not.
Code:
function regular_price ( $subtotal, $item, $order ) {
$product = $item->get_product();
$regular_price = $product->get_regular_price();
return $regular_price;
}
add_filter(‘wcdn_formatted_item_price’,’regular_price’,10,3);Please let us know how it goes.
Regards,
Kenil Shah- This reply was modified 5 years, 10 months ago by kenil802.
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Checkout Link on Email Not WorkingHi @octobertwo,
Regarding the query, for https//, could you please let us know whether you have added https:// in the email template while adding the merge tag? If yes, then please remove it and check whether the Checkout link and Cart link is receiving properly or not. We are sending the URL with https:// or with http:// based on the SSL settings.
Please check and let us know the result.
/moderated/
Regards,
Kenil ShahForum: Plugins
In reply to: [Product Input Fields for WooCommerce] Disable specific daysHi @lisannetest,
Sorry for the delay in response.
Regarding the query, can you please try by adding the below line of code to the following file: /includes/js/alg-datepicker.js after line 10 and check whether it is working or not.
beforeShowDay: jQuery.datepicker.noWeekends,
Please let us know how it goes.
Regards,
Kenil ShahHi @oscararroliga,
Thank you for appreciating our plugin.
Regarding the query, to include the print link in the emails, it is necessary for you to enable the option “Show print link in the customer emails” as shown in the screenshot: https://prnt.sc/sxsng6.
Please let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] small printer ?Hi @rising_card,
Sorry for the delay in response.
Regarding the query, yes, we do have options for different sizes of the paper. It is located under the More Settings tab when you click on the invoice button on the order page. Here are the screenshots for the same.
1) https://prnt.sc/sxrwr8
2) https://www.screencast.com/t/7ilslV1EyIztPlease let us know if you have any further queries.
Regards,
Kenil ShahForum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Duplicate Order NumbersHi @stevebgordon,
Regarding the query, could you please try importing with the default WooCommerce Order Import option on the Orders page and then whether it is working fine or not.
Please let us know how it goes.
Regards,
Kenil ShahHi @stefanaltius,
Regarding the query, currently, it is not possible from our plugin to disable the fees when the local pickup is selected.
Please let us know if you have any further queries.
Regards,
Kenil Shah