nathancoffey
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Order Email Not Being Sent or ReceivedWhere is the ‘edit page of that email template’ that you are referring to?
This is in the code that I have for jigoshop_emails.ph
/** * New order notification email template * */ add_action('order_status_pending_to_processing', 'jigoshop_new_order_notification'); add_action('order_status_pending_to_completed', 'jigoshop_new_order_notification'); add_action('order_status_pending_to_on-hold', 'jigoshop_new_order_notification');
but yes, the admin order notification email (the one that tells admin what product was purchased) is not being sent.
Forum: Plugins
In reply to: [Jigoshop] Order Email Not Being Sent or ReceivedCorrection: last correct order email i received was on November 12!
Forum: Plugins
In reply to: [Jigoshop] Checkout.js not refreshing/validatingIt’s been fixed thanks.
Forum: Plugins
In reply to: [Jigoshop] Newest update – missing Update Shopping TotalFor a quick fix I just used the code from the previous update, but the new code for /cart.php omits the entire capability of the Update Total button
Forum: Plugins
In reply to: [Jigoshop] Tax Being Charged Intermittently To States That Shouldn't Be TaxedI did have a fix for it, it involved tweaking the code to a specific PHP file.
I had a PHP guru take a look at the error code and he made some tweaks to ../wp-content/plugins/jigoshop/assets/js/checkout.js
Forum: Plugins
In reply to: [Jigoshop] Email notification issueYeah it looks like _emails.php is inactive. I will have to uninstall the entire plugin and reinstall (with newest version).
Forum: Plugins
In reply to: [Jigoshop] Email notification issueYeah Jigoshop, I think I’ve run into this problem now too. Please address.
Forum: Plugins
In reply to: [Jigoshop] When Redirected To Paypal Full Price of Item Cut In Halfwebsista – I’m now running version 1.11.4.
I had 1.11.5 briefly. Perhaps my Paypal issues aren’t the same as yours? I couldn’t find a single example of what I was experiencing in any search engine, so I’m not sure if my situation was unique or not, but for some reason 1.11.5’s ../template/gateways.paypal.php code was screwing up the orders of multiple items.
Forum: Plugins
In reply to: [Jigoshop] When Redirected To Paypal Full Price of Item Cut In HalfOk there is a bug in the latest version of Jigoshop. Paypal payments are going to be screwed up for all the customers.
I downgraded to the previous version of jigoshop and I no longer have whatever issue it was with paypal.
I highly recommend Jigoshop fix this issue before there are a lot of others who realize they’re losing money on purchases of multiple items.
Forum: Plugins
In reply to: [Jigoshop] When Redirected To Paypal Full Price of Item Cut In HalfThis still has nit been resolved. I have had a jquery expert looka t it and he says it is not a jquery issue but the issue resides with jigoshop PHP code. I’m afraid that after I updated to the latest version of Jigoshop yesterday in anticipation for our book sale something screwed up where a lady just ordered 5 books (should be $50) but was just charged $2 per book!!!!
HELP ME!!
Forum: Plugins
In reply to: [Jigoshop] Tax Being Charged Intermittently To States That Shouldn't Be TaxedUPDATE: I noticed that -at least in the latest JS version – if you have tax being billed to only one state (Idaho) and the user does not edit the CALCULATE SHIPPING dropdown – which is defaulted to Idaho, but just continues on to Checkout, then the 6% tax comes with the user to the Checkout page. Then if, on that page, the user edits his or her billing and shipping address (let’s say to a city in Utah), the 6% tax is STILL processed with their order.
This shouldn’t be allowed to happen.
Can we get the CALCULATE SHIPPING on the Checkout page instead? That way when they go to edit their billing or shipping address for the order then the tax would or would not be updated.
Right now it seems like there is a workaround for skimming having to pay tax on orders to Idaho: log in, fill out order form with state NOT Idaho, go to checkout page, change billing and shipping info to Idaho and Voila! you don’t have to pay tax on the order.
please fix this or let me know what I need to do, right away.
Thanks.
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Social Icons Not Displaying in WP 3.8I figured it out, not sure why by i had to unselect all social icons and then save then add each one, one at a time.