DeeperLook
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Eway] Coupons/Promotional Codes…okay, so I was wrong, the Coupons Add-on doesn’t work for Recurring Payments, you need a product in your form which would in-turn be the equivalent to an initial payment.
Is there any chance a that plugin could be be alternated for the recurring payments, or even as part of the Paid Version you’re going to release?
Cheers.
Forum: Plugins
In reply to: [Gravity Forms Eway] Changing the Start Date for the Recurring PaymentsBrilliant, thanks mate!
Forum: Plugins
In reply to: [Gravity Forms Eway] Predefined Recurring Amount & Interval Type.Brilliant, thanks Ross.
Forum: Plugins
In reply to: [Gravity Forms Eway] Predefined Recurring Amount & Interval Type.Hi Ross,
I appreciate your guidance, I’ll shoot your a message regarding the JS Route. For a quick hack to get the ball rolling, in the class.GFEwayRecurringField.php file I’ve changed the value from:
$recurring_amount = empty($value[3]) ? ‘0.00’ : $value[3];
to
$recurring_amount = empty($value[3]) ? ‘100.00’ : $value[3];and added a readonly parameter to the input tag so that the user can’t change it:
$input .= “<input name=’gfeway_{$id}[{$sub_id}]’ id=’$field_id’ type=’text’ readonly=’readonly’ value=’$value’ class=’ginput_amount $class’ $tabindex $disabled_text />”;
Is okay to do so that I can have sales come in today and then, if you’re available next week, you can add the JS modification?
Thanks again for your support.
Forum: Plugins
In reply to: [Gravity Forms Eway] Predefined Recurring Amount & Interval Type.Hi Ross,
I’ve just looked at adding a hook but I can’t dynamically pre-fill the field because there is no checkbox for the ‘Allow field to be populated dynamically’ option that is necessary to allow this.
Is it possible to add one in?
Thanks.
Forum: Plugins
In reply to: [Gravity Forms Eway] Predefined Recurring Amount & Interval Type.Hi Ross,
Thanks for the response. I would definitely be the first person to purchase this non-free plugin, have you got a ball park date?
Also, in regards to the pre-filled recurring value JS script, is it possible to hire your team to quickly adjust this for me? eWay assured me this was possible and after waiting 3 weeks for them to finally process my application, I need to have this set up so I can continue with my business.Thanks mate, much appreciated.
Forum: Plugins
In reply to: [Gravity Forms Eway] Predefined Recurring Amount & Interval Type.Hi Ross,
Thanks for the reply. It seems like pre-filled recurring amounts would be a fairly requested feature. Is there any chance you’d have an example of the JavaScript needed for this?
Also, was I correct in assuming you just need to change:
$periods = array(‘monthly’);
to
$periods = array(‘quarterly’);for the Quarterly Interval to be only selectable?
Cheers.
Forum: Plugins
In reply to: [Gravity Forms Eway] Predefined Recurring Amount & Interval Type.I assume if we want to make the Interval Type quarterly only, we use this script: https://gist.github.com/webaware/10569363 and modify ‘monthly’ to ‘quarterly’? is there anything else in the file we need to change?
Thanks.
Forum: Plugins
In reply to: [Gravity Forms Eway] Hide Recurring End DateYeah I would love this added into the next update! Thanks!
Forum: Plugins
In reply to: [Gravity Forms Eway] Coupons/Promotional CodesAh, resolved. If anyone is looking for this, you’ll need to purchase the Coupons Add-on from Gravity Forms. https://www.gravityforms.com/add-ons/coupons/
Forum: Plugins
In reply to: [Gravity Forms Eway] Predefined Recurring Amount & Interval Type.Also, how can I change the start and end dates? It has got to be somewhere, I just can’t find it…
Hi dazzle99,
Add that code I posted into your child themes style sheet.
It should work.
Oh figured it out.
.gform_wrapper .gfield_required {
color: #790000;
margin-left: 4px;
display: none;
}Did you figure this out? I’m having the same issue?
Forum: Plugins
In reply to: [WooCommerce] Product Categories Widget Accordion Open On Page Load@bhj no sorry.