codeixer
Forum Replies Created
-
in the free version, you can’t separate it from deposit payment.
but in the pro version, you have an option the pay only the deposit amount.the free version is not working with the custom page made by elementor or other builders such as Divi ,beaver builder & wpbakery page builder. but the pro version works nicely with page builders.
Hi ,
please make sure the images are not wrapped with the <PICTURE> tag.
most probably it’s come from other plugins. might be a cache plugin.
so you can disable that then it will work.HI, your site is under construction mode. so we can’t see it.
Maybe your theme (or another plugin) is messing/conflicting with it?
To troubleshoot, disable all plugins but WooCommerce and also switch temporarily to “Twenty Twenty-One” theme – does it work?If yes, you have a conflict with your current theme or one of the plugins.
Hope this helps!
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce - Bayna] Remind customers to payit’s on our to-do list.
– Thank youHi Martin,
we will fix this issue in the next release but if you need a quick fix please email us at [email protected] and our team will help you on this issue ??
– ThanksHi @brandandpalms ,
you can use this code below into theme folder > functions.php file for resize the image sizeadd_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) { return array( 'width' => 150, 'height' => 150, 'crop' => 0, ); } );
Hi @kwyan ,
we’re working on recoding the deposit functionality and replace therecalculate_deposits_meta_data
with something else which is not related toproduct meta data
so that will not have any issue with translate this. at this moment if you translate the ‘Due Payment’ the calculation will not be working since that is actually a product meta key.Hi @carlogrs ,
we can’t see the product url. it’s asking for the login credentials.Hi @aglig ,
in the pro version we use custom hooks for sending an email notification for deposit orders.
so yes you can trigger your 2 documents.to know more about the pro version, please
fill up this form https://codeixer.com/contact-us/ and our support team will reply to you soon.
– Thanksplease email us at [email protected] with some screenshots of the backend and frontend
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce - Bayna] Strange … no effectit’s okay.
please free to ask anything in the support forum if you need any help ??Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce - Bayna] Strange … no effectHi @minutepapillon ,
did you fill-up the deposit fields from the product backend https://cln.sh/Ef1ujBHi @nealdekock ,
most probably session set for that product.(maybe you check to enable deposit for this product than uncheck that)
could you please try by using browser private mode?
Thank youcode snippet https://pastebin.com/aUvKcxdy