vernonwebsites
Forum Replies Created
-
thanks for this… I spent way too much time in this but when I get into something it’s hard to stop until I get it working. Lol
I actually switched to “COD” payment so now when the order is submitted it sends the processing email to the customer and new order email to the admin (as usual). I edited the email template for the text I needed in the email. (Mentioning the admin will contact them about shipping quotes)
Use is that some customers will order for shipping but the items to be shipped are all non standard types of items so automatic shipping quotes won’t work… The customer picks shipping, and when the new order comes in the admin contacts them with shipping options/quotes. When agreed, the admin then goes to the order and sets to on hold to be able to add the custom shipping amount. When the shipping is added the admin selects to send the customer the order information with the new total including shipping and the customer then pays through etransfer. Admin completed when the order is shipped.
Thanks for the clip, im sure this thread will be good for future reference. ????
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Trigger Renewal Manually for testingOk ignore, I see the create renewal option on the subscription….
Found the issue. It was a conflict for some reason with the plugin “Really Simple SSL”… I disabled it and the button started to work.
The Really Simple SSL plugin is EXTREMELY popular with over 5 million installs. Perhaps you should look into making your plugin compatible with it so that button works while the RSSSL plugin is installed. This is pretty much a bug in the Advanced Coupons coding.
For now, I have removed the RSSSL plugin. Thanks for getting back to me so quickly. That was great. ??Resolved this on my own.
For those who need to also remove the e-transfer info from the processing emails… (Why is this info in the processing email when this email goes out once you have marked the order as paid already right?)
I discovered on my own how remove the info from the processing email. Here is how you do it.
Open the file class-betpg-email-transfer-gateway.php in the plugin file directory and look for this:( $order->has_status( ‘on-hold’ ) || $order->has_status( ‘processing’ ) || $order->has_status( ‘pending’ ) ) ) {
Replace it with this:
( $order->has_status( ‘on-hold’ ) || $order->has_status( ‘pending’ ) ) ) {
Save the file and wha-la, no more info about e-transfers in the processing emails. Hope this helps you.
Ihave enabled the debug logging and nothing is showing and the log file is not being created, which I assume means no erors have been thrown so far.
Yes I have done the plugin thing (as mentioned in my very first post on this thread).
There are no entries on the log>error… in fact there is no error log to choose at all.
It only has problems when the woocommerce plugin is enabled. All server settings/memory/php are set as required and updated. I’ve been beating this to death this past week with Elegant Themes (divi) and my server tech crew. There is nothing we can see that is wrong with anything other than woocommerce….
Elegant themes (Divi) and my VPS provider have all gone through this now and all settings are verified correct.
The only way to get the visual editor to work on the home page is to disable Woocommerce.
Could someone contact me to maybe log in and check it out on your end? Thanks…
Just updated to 7.4 and there is no change. ?? I am in contact with Elegant Themes (Divi) as well on this now.
Wordpress and woocommerce are at the latest release versions.
Thanks @wfpeter
I just sent the diag file as you asked.
Didnt work either way… ??
Nope, no effect. ??
Forum: Plugins
In reply to: [Link Library] Add images to RSS FeedsSo what do you think the best way to do this is then? (To have all the sites in my group show the same links page)
Thank you for letting me pick your brain! haha
Forum: Plugins
In reply to: [Link Library] Add images to RSS FeedsThanks for the reply again.
I did some reading and it appears that if you use embedded enclosures it only shows a link to the image? I was hoping there might be some way to have the RSS send out the table code and images shown just as they are on my links page… Image on the left, linked title on the right… (All images can be just loaded from my site as fed.)
So any other site I add the RSS to, it will look the same as my links page, just on other sites. This would be a great feature for those like me who may want to add the same links page to multiple sites… for a links exchange group etc..
Thanks again!