bestslopedesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Unable to insert download log entry in database.tannyr (@tannyr)
4 months, 2 weeks ago
Dropping the wc_download_log and re-activating woocommerce core plugin worked for us as well. We had also migrated to flywheel as well, from liquidweb. We also used migrate guru.Not sure why it worked though, the table prefix matched what I saw in woocommerce settings screen under database prefix. The table it created had the same prefix before as well.
This completely solved my problem!
Thanks, Guys!Hi, Priyanka.
Is it possible to simply hook into a usermeta field?
That would be the easiest, I think.We are using Paid Memberships Pro’s Registration Helper, and simply set up a custom text field inside a customizations plugin. Here’s how the field is set up:
$fields[] = new PMProRH_Field( 'field_rep', // input name, will also be used as meta key 'text', // type of field array( 'label' => 'Field Rep Assigned to Account' , // custom field label 'size' => 40, // input size 'class' => 'field_rep', // custom class 'profile' => true, // show in user profile 'required' => true, // make this field required 'levels' => array(1,3) // only level 1 & 3 has this field ) );
Thanks!
I should add that I was able to successfully download an .xml file from our dev site without issue using “save link as.” Thanks!
Hey. Thanks for the reply. So, I am trying to give an .xml file to our marketing crew, and if I try to right click / save link as, it downloads as zero bites.
Do you have any suggestions as to how I can generate a physical .xml file for them?
MUCH appreciated!
Forum: Plugins
In reply to: [Cloudflare] Compatibility with WP5Ditto that. Had a site inadvertently update to 5.0, and would love to get this going on that build.
Thanks!
Awesome. I’ll do that and post back here. Great support!
Caching was not enabled. They do have it, but it wasn’t enabled.
Hi, and thanks for the swift reply.
No caching plugins anywhere. Sorry, I should have mentioned that in my first post (I can see that’s a common issue).I’m stumped!
Thanks!