mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to add a new payment gateway?If they have an addon for WooCommerce then follow the below.
Payment Gateway plugins/add-ons are uploaded through plugins > Add New then upload/select it. Then WooCommerce > Settings > Payment Gateways.
If they do not then you will need to contact them to see if they do or find a developer/programmer that is able to make one for you.
Forum: Plugins
In reply to: [WooCommerce] Add woocommerce to existing siteTo add to this. Some themes already have WooCommerce support. One of the bigger issue is to look out for older themes that have not been updated in the last few months but claim WooCommerce Support.
This can cause everything to 500 errors due to changed functions etc. to unexpected behavior like two add to cart buttons showing up, buttons missing, layout issues etc.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce product split taxesI have not tested it but you should be able to do a tax class that includes both and give them the same priority. This would allow both tax rates on the same box.
Forum: Plugins
In reply to: [WooCommerce] Urgent!! product hide automaticallyIf you are using stock management and say you have 2 in stock. If someone puts 2 in a cart or 2 different people put 1 in a cart. There is a timer to “hold” that stock for that person. If the product is not purchased then that product gets added back stock wise.
Forum: Plugins
In reply to: [WooCommerce] recurring fatal errors on version 3.4.5Did you try changing the theme to Storefront or Twentyseventeen and seeing if that problem still exists?
Forum: Plugins
In reply to: [WooCommerce] problem with checkoutThat problem is not coming from WooCommerce. The issue is the plugin grigaswp pointed out.
Just because you updated WooCommerce and an issue occurs does not mean WooCommerce is the problem. Most plugins that add functionality or change existing functionality use action and filters provided by WooCommerce. If something there changes and the plugin that is making said change does not update as well, this is the result.
This generally comes from slow or bad plugin support. Sometimes its just one person had a need and published it and you need to reach out to them.
Forum: Plugins
In reply to: [Media Deduper] Delete rows from mysql when plugin deletedWhat about adding the option to the plugin to manually fire those from a settings/menu page? or additional option on the plugins page?
This would make it easier to pull off for someone that does not/is not comfortable directly running a query on the DB.
Forum: Plugins
In reply to: [WooCommerce] Outgoing Emails not going throughThis is generally a server related issue and not specific to WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] No one can place ordersServer where your site is hosted. If WooCommerce is sending them to PayPal but the information is not getting from PayPal to the site. There is something there stopping it. This could be anything from firewalls, server settings etc.
I’ve seen a mix of iThemes and Wordfence stop/block payments from coming back to the site.
Forum: Plugins
In reply to: [WooCommerce] No one can place ordersHave you checked your paypal account? I just tested this and I was able to get to paypal to login. If that is the cause and orders are not coming back to the site, you would need to check server settings to make sure information is getting sent back from paypal.
Forum: Plugins
In reply to: [WooCommerce] Products attributes are all goneDid WooCommerce update and a database update is pending?
Forum: Plugins
In reply to: [WooCommerce] Lightbox not working despite added codeI would say there is a good chance of it. Does it contain what versions those templates are from?
Depending on your host a lot offer some type dev environment or staging environment that you could copy the site to and test without chancing the live site.
if you know anything about doing local sites you could copy it and set it up there to test as well.
Forum: Plugins
In reply to: [WooCommerce] Lightbox not working despite added codeTaking at look at this. It looks like this is an issue with the theme. Can you supply the status page from Woo?
WooCommerce > Status and copy/paste that log here? I have a feeling the theme is overriding the template and removing what actually allows it to work.
Regardless if that function/filter is active and tells WooCommerce that it can do it. If the template has been either overridden or modified via actions/filters it simply will not function.
If you change your theme to say Storefront or Twentyseventeen does the lightbox work?
Forum: Plugins
In reply to: [WooCommerce] Force secure checkoutYou should be able to mark it resolved yourself.
Forum: Plugins
In reply to: [WooCommerce] “Calculate tax based on” dropdown not availableThanks @ryanr14 I really thought I pasted the link to the instructions for it.