cactusview
Forum Replies Created
-
I wish I could, but this was all so disturbing I immediately restored my site to a backup version prior to installing the plugin just in case. I do not wish to test again. If you’d like, you can re-create by just adding an item to cart, then from cart view try to go to checkout. That’s how the modal window popup showed on my end.
Forum: Plugins
In reply to: [WooCommerce] Prevent attributes from auto arranging in alphabetical orderYes I was afraid of that. Unfortunately my site could have thousands of products, so the number of possible combinations would be too large to make custom attribute sets.
I was hoping it might simply be one small section that could get commented out in the file, but if not and it needs a re-write as you suggest we’ll look into that.
Forum: Plugins
In reply to: [WooCommerce] Prevent attributes from auto arranging in alphabetical orderThanks Lorro, but I don’t think I’ve explained my situation well.
I have already set my ordering to Custom ordering but it doesn’t solve the problem.
Here is the scenario. Imagine I’m listing two sweaters.
Sweater #1 has a content blend of 70% wool and 30% cashmere. I want the first attribute value listed as Wool because there is a greater content of wool in my item. So my listed attribute values would be [Wool] [Cashmere].
Sweater #2 has 70% Cashmere and 30% Wool. In this case I’d want Cashmere to be the first listed attribute value. My attribute values should look like this: [Cashmere] [Wool].
So, in these two cases there is no appropriate custom ordering that would fulfill my request. The only way to do this is to eliminate the re-ordering of attribute values altogether.
As it is right now both will be re-ordered [Cashmere] [Wool], and so the plugin will send a value of Cashmere for both sweaters since it passes the value in position 1.
Does that help make more sense of the issue?
I have another site where my products are displayed, so on the listing site the ordering of attributes does not matter.
I found this file which seems to control the terms ordering:
woocommerce/includes/wc-term-functions.phpIf need be, I’m ok commenting out anything that would control the re-ordering for this specific case.
- This reply was modified 8 years, 2 months ago by cactusview.
- This reply was modified 8 years, 2 months ago by cactusview.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Duplicate causing errors – possible bugsHi:
After a lot of troubleshooting I figured out what was triggering the duplicate errors, it’s connected to not having page breaks in the form itself.
My form does not have page breaks. As soon as I added a page break to the form, I was able to duplicate a listing no problem.
I’d rather not use page breaks, so if there is a fix that doesn’t require adding a page break that would be ideal.
Thanks!
Just an update, I suppressed these on-page notices by changing my wp-config file debug settings. I replaced:
define(‘WP_DEBUG’, true);
with this:
ini_set(‘log_errors’,’On’);
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);Just FYI for anyone else who may have these notices pop up on the page and would rather see them in a log file. Thanks!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Duplicate causing errors – possible bugsHi:
Just an update. I tested if the problem would occur if I instead created a post rather than a product, it did.
I disabled all my plugins except for Gravity forms and sticky list, and switched to a basic theme (twenty fifteen). I set the form to create a post rather than a product.
The duplicate errors were still there. If I select duplicate, the original post was overwritten with the duplicated information.
I also created a brand new form (rather than using my old), same issue.
I’m running WordPress version 4.5.3, with gravity forms version 2.0.2
I also tested my gravity forms earlier version 1.9.17, same thing occurred.Forum: Plugins
In reply to: [Gravity Forms Sticky List] Duplicate causing errors – possible bugsI believe they are custom posts. The edit / view product feature works great.
I’d be happy to provide any other info you might need, and I really appreciate your help!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Duplicate causing errors – possible bugsJust wanted to clarify, in Problem 1 I am using the Sticky List duplicate feature, not Woocommerce duplicate.
Forum: Plugins
In reply to: [Media Library Assistant] How to display images based on Media Library tagsHi David:
Thank you for your fast response. I’ve gone over the topics and the instructions provided in the plugin, and find it might be a bit more complicated a task than I am comfortable with.
Do you have any recommendations of someone I could hire to set this up as I’ve described above? I’ve spoken with a few implementers and developers, but so far none of my contacts have the ability to tackle this.
Thanks again!
Amanda
Forum: Plugins
In reply to: [WooCommerce PayPal Pro Payment Gateway] FeesOk, I called them back. They once again were unaware, but I spoke with a supervisor and shared the link you provided and they said they’d honor the discount.
Looking forward to using the plugin!
Forum: Plugins
In reply to: [WooCommerce PayPal Pro Payment Gateway] FeesI called Paypal, the sales department said there was no discount and they never heard of any kind of discount or waived fee for Pro offered.
Is this for real? If so, is there someone specific we should contact? I’d love to use the plugin.
Thanks!
Forum: Fixing WordPress
In reply to: Create a custom Attribute filterStill wondering if anyone has any ideas about this. Thanks!
Forum: Fixing WordPress
In reply to: Help to create a custom Attribute filterstill looking for a solution, thanks!
Forum: Fixing WordPress
In reply to: Create a custom Attribute filterStill wondering if anyone has any ideas about this. Thanks!