RobertGomez
Forum Replies Created
-
Forum: Plugins
In reply to: [Authorize.Net Payment Gateway WooCommerce Addon] CVC Not requiredYes, I think it would be good to have a setting to require the CVC code. I honestly thought it was required by default since there was no setting and it showed an asterisk on that field.
Thanks!
Forum: Plugins
In reply to: [Woocommerce Multiple Addresses] bulk import multiple addressesI would like to know this as well, I am importing some customers and would like to import their additional addresses. Adding a option to import a CSV file maybe and have it run through your script and allowing us to specify how to match the users, by email address would probably be the best bet. Then it could import the users and show any errors, maybe a dry run option? Just ideas!
Forum: Plugins
In reply to: [WooCommerce Upcoming Products] not displaying coming soonSearch for
// Our hooked in function $availablity is passed via the filter!
and replace
$button_label = WC_Admin_Settings::get_option( 'wup_button_label_txt', 'wup' );
with this:
$button_label = WC_Admin_Settings::get_option( 'wup_button_label_txt', 'Coming Soon' );
Hopefully this gets fixed soon as it has an admin screen where this is supposed to be set but it does not seem to be working for the latest version of woo.
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Getting a couple of warning messagesMarking as resolved! Thanks!
-RobForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Getting a couple of warning messagesThanks for the awesome support! the latest update fixes all my issues!
Thanks again!
-RobForum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Getting a couple of warning messagesThanks, I just submitted a ticket!
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Getting a couple of warning messagesOk, so no errors but now all my abandoned carts have an order total of $0 and it is not showing anything in the cart. How can they have an empty abandoned cart?
-Rob
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Getting a couple of warning messagesOh found an error message, when looking at an abandoned cart i am seeing:
Warning: Invalid argument supplied for foreach() in /home/dmyadmin/public_html/wp-content/plugins/woocommerce-abandoned-cart/woocommerce-ac.php on line 2091
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Getting a couple of warning messagesThe errors are gone and everything seems to be working correctly! Thanks!
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Getting a couple of warning messagespacobob at hotmail . c o m
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Custom Form Styling/HTMLJust used a JS script to move it. Marking resolved.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Rang SliderHmm, more complex that I can handle so marking resolved.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Custom Form Styling/HTMLHmm.. ok so I am following a little bit here, so when caldera_forms_render_field_structure_type-checkbox is used instead how do I restructure my fields? Can you give me an example?
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Rang SliderHow do I create my own field? Can I get an example or some solid direction? Like I said I am a noob, do you have a step by step on how to create and modify my own field? Is it like a custom field that I have to create in the functions.php or is it a setting I am missing somewhere in your plugin?
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Custom Form Styling/HTMLSorry I am a noob, not sure what you mean. How would i use that and where?