jeffatrmc
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Altering the input field colorHi @mrclayton
This is awesome. However, I am not the greatest at writing PHP. Copy and pasting the code below didn’t seem to implement in my child theme functions.php file. Am I placing it in the wrong file or do I need to change some parameters outside of the color values to have this implement?
private function get_form_style() { if ( $this->is_custom_form_active() ) { $style = $this->get_custom_form()['elementStyles']; } else { $style = array( 'base' => array( 'color' => '#32325d', 'fontFamily' => '"Helvetica Neue", Helvetica, sans-serif', 'fontSmoothing' => 'antialiased', 'fontSize' => '18px', '::placeholder' => array( 'color' => '#aab7c4' ), ':focus' => array(), ), 'invalid' => array( 'color' => '#fa755a', 'iconColor' => '#fa755a', ), ); } return apply_filters( 'wc_stripe_cc_element_style', $style ); }
Let me know and I appreciate the help in advance.
Best,
JeffHi @mrclayton
Thank you again for all of your time and attempts. I tried reverting it to no avail like you thought so it seems completely unrelated to this plugin where the issue is coming from. I have reached out to my theme managers as I remember them making some changes so I hope I am able to make some headway there. I apologize for taking up your time but I greatly appreciate all of the help you have been.
Jeff
Hi @mrclayton
Thank you for taking some time to work with me and test I appreciate it even after my poor attitude yesterday.
I am unsure how to roll this back to a previous version. Is there an easy way to do it?
Also testing the rollback will take time as I will have to input a new account with a credit card and wait for the authorization to expire after 6 days. I am open to testing to see what is causing this issue. Let me know how to roll back and I will test and comment here after 6 days.
Again thank you for the help.
Best,
JeffSorry a bit tired and stressed today. I apologize for the assumption. It looks fine like normal when I view it in PHP I think. There is a picture attached below. It should be noted that I am no expert when it comes to php so I’m not sure when something is or isn’t broken. That being said it was working wonders for a while and has just now stopped functioning so I’m not sure what could be causing it. I haven’t changed anything with the site in a while.
https://drive.google.com/file/d/1L6IQq3ADxb0_zAB9e_Foy3ImLpr_v7NX/view?usp=sharing
Best,
JeffFor information, I am on version .13 now.
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] Batch buying funds for shipping labelsForum: Plugins
In reply to: [WooCommerce Shipping & Tax] Batch buying funds for shipping labelsHi @stuartduff
Is there any way to pull from a stamps account? Or is there another plugin you are aware of that might be able to accomplish this or one that meshes with this one to accomplish this?
Best,
JeffForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Item Meta DataHi @algolplus
This is good to know and close to what I was looking for. We have a lot of different products with different metadata sets. Instead of putting every possible metadata option in its own column(20+ columns), is there any way to have the system recognize and output the different metadata values in their own columns?
So for example, there would be three columns labeled Metadata 1, metadata 2, etc with the values of each metadata per product.
The P Order Item Metadata field already separates these metadata values by a | so I’m really wondering if there is any way to have them separated into different columns instead of just adding a | in between them.
Best,
JeffForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order NotesForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order NotesHi @algolplus
This is another great step. However, I now see that it is counting an “enter key” within a single order note as the beginning of a new note.
For instance when you send a note to a customer and start off with:
“Hello John,Your order has been…”
It thinks Hello John, is its own separate note instead of just the beginning of the complete note. Is there any way to adjust this so it doesn’t read an enter as a new note?
Best,
JeffForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order NotesHi @algolplus
This brings me to a follow up question. Is there any way to only export the most recent order note through misc settings? I tried unchecking export all order notes but it didn’t seem to change anything.
Best,
JeffForum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order NotesHi @algolplus
This is great. Is there any way to have individual order notes separated by “/”? Right now it pushes them together so it is hard to tell where one order note begins and where another ends.
Also, it puts all of the order notes in one section which will be covered up by other columns. Is there any way to have it create another row when the order notes section is too long?
Let me know what is possible.
Best,
JeffForum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Saving Credit CardsHi @mrclayton
Sorry for the delay. It took quite a bit of digging but I finally found the root cause. I’m not sure when it happened but wordpress stopped reading ‘ correctly so I had to fix it manually to get it working again. This was very strange.
Best,
JeffForum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Saving Credit CardsHi @mrclayton
Nothing has changed except for the updating of Plugins and the WordPress update. I do see a note in the 3.2.9 update that says “Added – new filter wc_stripe_force_save_payment_method”.
Does this not impact saving and encrypting credit cards? If not do you have any idea why they are not saving anymore?
Best,
JeffForum: Plugins
In reply to: [Facebook for WooCommerce] Product Sync Settings won’t saveSweet! Thank you @amandasjackson! Hopefully, it gets fixed soon.
Best,
Jeff