The latest update to Woocommerce (4.9) causes this plugin to break and throws, “Too few arguments to function WC_Emails” errors in the Woocommerce log.
A temporary solution that works:
Change “public function email_header( $email_heading, $email )” in \public_html\wp-content\plugins\woocommerce\includes\class-wc-emails.php
BACKUP THAT FILE BEFORE PROCEEDING
This fix is temporary; any future update to the Woocommerce plugin will overwrite this fix.
Change this at line 269:
public function email_header( $email_heading, $email ) {
wc_get_template(
'emails/email-header.php',
array(
'email_heading' => $email_heading,
'email' => $email,
)
);
}
To the old function before the woocommerce update:
public function email_header( $email_heading ) {
wc_get_template( 'emails/email-header.php', array( 'email_heading' => $email_heading ) );
}
Tested and working with Woocommerce 4.9 and Offers for Woocommerce 2.2.9.
The usual disclaimers apply – do this at your own risk, blah, blah, blah.
This should work until the Offers for Woocommerce developer comes up with a proper solution.
]]>Hi your plugin is flagged errors with the jquery muigrate plugin – saying code deprecated
2020-11-03 16:24:47 https://www.ourwebsite.co.uk/wp-content/plugins/offers-for-woocommerce/public/assets/js/public.js: jQuery.fn.load() is deprecated
I cannot upgrade to WordPress 5.6 without this being fixed
Thank you
Sarah
When we receive the admin notification for a new offer it has 3 buttons (Manage Offers, Approve Offer, Decline Offer).
“Manage Offers” button takes me to the right page (button works fine).
“Approve/Decline” buttons that are supposed to perform the task, they have a longer url than “Manage Offers”, including the parameters: “from_email_action=declineOfferFromGrid&ofw_from_email=true” and the targetId that is the post id again. But when I click on those buttons (already logged in as admin) the browser starts loading the page with that long url and then, suddenly, it redirects me to the “Manage Offers” page without any action taken on the referred offer.
Options selected in the plugin’s settings tab:
-Show on Shop Page
-Limit Offer Qty at Prod Stock Qty
-Default Exp Date = 30
-Require Log In
-Disable Coupons
-Disable for Sale Items
I want to make a site for people that want to get rid of their stuff, for free or for a little price (if someone is interested in paying something)
I need the offers to start from price 0 …and I need the option to accept various 0 price offers/bids from various people. This could happen in case of an item that is worthless (at least in money) but many people are interested in having it… And the seller can choose a buyer that he likes, or is nearer, or more in need, or whatever. Can your plugin have this feature/option? (at the moment it doesn’t, as I have already tested it) Maybe it’s just a simple hack, I don’t know.
Also, I would like to have multiple vendors. I have installed WC Marketplace. Will our plugin work with this? Or some other marketplace plugin…
Hi,
we also use the woocommerce force sells plugin. If we have a product with a force sell product attached and we accept an offer for this product the customer gets an error when clicking on the button in the mail.
Can you please fix that?
Edwin
]]>Hello,
When I counter an offer the customer does not receive an email letting them know I have countered. All the emails coming to my Gmail account are going through but not to my business email “[email protected]”. How can I make all the emails go through? I was using WP Mail SMTP and that was sending the emails through my personal Gmail account but everything was working correctly but there is an issue with the plugin.
Hi guys,
You may want to look into this bug –> https://recordit.co/eEJJgaTKvQ
‘Simple’ and ‘1-attribute-based variation’ listings have no problems but when it comes to ‘multi-attribute-variation’ listings, we have above issue.
Bug? Pls advise or patch asap. Thank you!
]]>How do I insert new lines or line breaks in the offer note area?
]]>Hi guys, I have a strange issue with the plugin “offers for woocomerce” it works perfect but when an offer is coming in my admin mail comes a notification from a mail from another web site that hosted to to the same server.
How can I change the notification mail adress send to admin?
Thank you for your help and your time
]]>Why this plugin has been closed and also removed from github? Is there an issue we should know about? Will it be discontinued?
]]>I’m currently experiencing an issue when people follow the “Click to Pay” link in emails, it does in fact take them to the cart where they can start the checkout process. However, the offers plugin will not allow for shipping calculation at that point. It only gives the option of local pickup. Is this intentional? Do we have to calculate and insert the shipping cost in the offer? If so this is very inconvenient.
How can I fix this issue? If you need access to our website, I can make credentials for you to use. The site is ccrind.com
]]>Even though the product’s custom fields are updated and the minimum offer percentage is enabled and set in product edit page, the customer can still send an offer nevertheless. I was expecting to see an error pop up.
Can you please check it?
I am actually interested in purchasing the extension for WC Vendors, but it makes me sad to see that the Standard version has so many bugs and inconveniences. The price would simply be too much, since I would need to pay some extra $ to have the essential parts fixed and improved.
]]>Hi,
I would like to suggest a feature.
As a premise, I think the whole purpose of an Offers plugin is to allow your market to tell you what your products are actually worth.
However, as a Shop owner, you might want to first test for a while if your price is ok as you set it on your own. Therefore, if, after a period of time from product publish date, the demand is low, then you might want to provide for buyers the option to offer a price, instead of lowering the price (which, again, would be set without being based on the actual market’s opinion).
Thus, I believe an option in the plugin’s settings to programatically enable offers for products where their publish date is older than [X] days, would be a very welcomed feature. Personally, I would highly need it.
Let me know what you think.
Mike
]]>Hi,
When bulk enabling/disabling offers for products where price is less/greater than, the considered “price” is the regular price, but shouldn’t it consider the sale price (if set)?
Let’s say I have a product priced like this: $100 $75. Well, if I want to bulk disable offers for products where price is less than $90 for example, the mentioned product will still have offers enabled, because its regular price is $100.
I think there should be added an if condition to the code in order to consider the sale price (if set), or simply to just consider the active price (which I think is get_price() ). I’ve tried to look into the code, but I couldn’t figure it out where to find the respective function (I’m a newbie in php).
]]>Hello..
Love your plugin!
I have settings set to show “highest offer” and “show pending offers to buyers” but, nothing is showing up?
Can you have a look at what might be the issue?
I can give you my login credentials if you need them?
Or, is there something you can tell me to check or to do that might work?
Thank you,
Adrien
I use an access manager app to restrict backend access for certain roles. I was hoping this would appear under the woocommerce part, but its not there. I have no problem accessing the offers with admin privileges, but how do I enable access to an editor role?
]]>Hello. None of my Make an Offer buttons are currently working and I can’t pinpoint the issue. They all show a message “Sorry, this product is unavailable. Please choose a different product.” Any idea how I can fix this?
I just now updated WordPress to 5.0.3 but Make An Offer was resulting in the same error message before this update. I am running WooCommerce 3.5.2. Offers for Woocommerce – Version 1.4.13
You can look here https://riotsound.com/product-category/faders-crossfaders/. Open any of the products that show Make An Offer and try clicking the button. You will get a notification “Sorry, this product is unavailable. Please choose a different product.”
Thanks for any advice.
]]>Hi,
Wonderful plugin, however I don’t seem to get it working. The button shows up both on the shop and product pages but:
1. Total amount box on the offer form isn’t functioning
2. New offers not getting delivered to WP/Woo backend
There are no errors whatsoever. Please assist.
BR,
Paul
Please see the video here:
https://youtu.be/DSVOiZFNE8A
The customer clicks on the make an offer button and instead of showing them the form, it jumps to the recent offers page.
1) Another person reported the same problem in the recent past.
2) I cannot reproduce it. I’ve even replaced the customers password hash in the DB with my own password hash and tried to reproduce it on the browser he is using (Firefox) and it works correctly.
3) Our client, the website owner gets several offers submitted every day, which means that it is working most of the time.
4) And even for this customer, it was working up to now (as you can see from the large number of recent offers shown in the video).
Please fix this. As you can expect, our mutual client would like the button to work correctly all the time.
Thank you!
]]>The make ofer button shows but does not take you anywhere?
what are the options to check that will make it work?
tried different browser
reset permalinks
logged out tried
logged in tried
adblock off
I have added MailChimp API, saved, it tells me that “You have not created any lists at MailChimp”
However I have about 6 lists created, some don’t have users yet but others do, I have attempted this with different API’s (generating new) and I can’t seem to get The Make Offer Plugin to find any lists?
I can confirm that Mailchimp is connected to the site as I’m able to pull data from the site through MailChimp…
What am I missing?
I have Enable MailChimp Clicked Save
I have MailChimp API Key Clicked Save
I have Checked Box Force MailChimp lists refresh Clicked Save
Nothing will show that I have any lists in MailChimp…
This seems like an absolutely incredible Plugin, I just can’t get this part working, but think what does work is Amazing, I’d just like to take full advantage of the MailChimp Integration as well.
Whenever you click add to cart on any product page an error comes up that the minimum price for the offer must be greater than 0… hover no one is using the offer system they are just clicking add to cart. The item still gets added to cart and the transaction go on without issue but just the warning come up when no one is using it.
]]>Hi, I installed your plugin but neither on the twenty nineteen WordPress theme, nor with the flatsome theme that I use it is showing up on the frontend… do I need to add any pages to the theme folder or what am I missing? on the product pages it is activated and I have tried deactivating all but the essential plugins with no success… appreciate any info. thanks.
]]>Once in a while I get this error whenever accessing anything in admin
/wp-admin/ – Uncaught Error: Call to a member function get() on null in /wp-includes/query.php:28
#0 /wp-content/plugins/offers-for-woocommerce/admin/class-offers-for-woocommerce-admin.php(965): get_query_var(‘post_type’)
#1 /wp-includes/class-wp-hook.php(286): Angelleye_Offers_For_Woocommerce_Admin->my_pre_get_posts(Object(WP_Query))
#2 /wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#3 /wp-includes/plugin.php(515): WP_Hook->do_action(Array)
#4 /wp-includes/class-wp-query.php(1634): do_action_ref_array(‘pre_get_posts’, Array)
#5 /wp-includes/class-wp-query.php(3230): WP_Query->get_posts()
#6 /wp-includes/post.php(1836): WP_Query->query(Array)
#7 /wp- in /wp-includes/query.php on line 28
I am using latest version as of today.
]]>I would like the user to be able to see a link to “Recent Offers” from the left navigation menu within the My Account Dashboard. Also within the drop down menu from the main menu of My Account.
At the moment the Recent Offers are only shown on the dashboard page.
Maybe all I need is the Account Endpoint url?
Thank you in advance.
Paul
Hello!
Just wanted to know if there is a bit of CSS you can give me that may adjust the hover box to allow the entire “Make Offer” button to show when someone hovers over it?
If you click that link.. you can see that when you hover over any of the products.. the “Make Offer” button gets covered up a little.
Any help would be greatly appreciated!
Thank you,
Adrien
Hello!
Love your work!
I’m curious to know if a Countdown timer can be added to a Counter Offer I send back to anyone that request to make me an offer?
Let’s say someone clicks the “Make Offer” button.. adds there information..and clicks “Submit Offer” once I get it.. in the Admin section.. is there a way to add a “Countdown Timer” to the Counter Offer I send back to the person who made the offer? If so.. It would be cool to have the Countdown Timer (1:00 hour) counting down in the Counter Email I send back.. that way.. they will have a sense of urgency to by before the Countdown Timer gets to zero!
I hope this makes sense!
What would I need to do to make this happen?
Thank you,
Adrien
Hi,
First time using this plugin, offer button won’t show.
But somehow, recently it just pop up.
I don’t even know why and what have I done to make it appear, but I am very delightful for that.
Another issue came up which when I add a new products, those button not shown again.
Could you show me how to fix it?
I am using it for my marketplace site that will launch in early 2019.
Please help
I am on WP 5.0 with storefront theme. When I check the On Exit Only checkbox – nothing happens on front and the console shows $.cookie is not a function for exit popup
about 40 times. On 1.4.13
I have been having issues with the counter offer emails landing in spam folder. The initial email after they submit an offer lands in the inbox fine but when I counter the offer, the next email lands in spam. I have considered altering the counter offer email template to see if that works, is there a way to do this? I did not want to edit the plugin code so I opted for support instead.
Thanks for the help
]]>