Here you can find answers to frequently asked questions. Feel free to contact us if you can’t find answer to your question.
- Is user registration necessary? – No, if you skip entering “max deals per user” option. If you need that option then user registration is needed because we do not have reliable way to track number of deals per user.
- I want to instantly finish group buy deal. How can I do that? – You need to change end date timestamp to current time and group buy deal will be instantly finished.
- Can users create their own deals? – Basically yes, only users who can add new products can create deals. You can use multiple vendor plugin which will allow you to add users who will be able to create products (deals). You can use WooCommerce Product Vendors (there is no frontend submission for group buy / deals).
- Do you use cronjobs? Why do we use cronjobs? – Yes. Please check installation instructions. WordPress cronjob is run on every visit (page load), it’s fine for small and not so busy websites. But sometimes you do not have enough hits (visitors) and group buy will be finished when visitor loads page (and cronjob) instead on its end timestamp. That’s why we use real cronjobs – to make sure your group buy / deal will end on time. Also on busy websites you need to turn off WordPress cron and create cronjob for it to avoid cron being loaded on every hit and generating performance penalty.
- Where can I edit email templates? – Go to WooCommerce > Settings and click on Emails tab.
- Does this plugin work with caching plugins? – Yes, for example WP Super Cache and W3TC is working but we advise no caching for logged in users. If page cache is enabled some widgets will not work – like recently viewed deals. Once user is logged in and there is no caching anymore all widgets will be updated in real time. You can use CDN and browser caching. Our plugin demo website uses WP Super Cache with page and browser caching. All of our plugins have same requirements for caching as WooCommerce – check it here https://developer.woo.com/docs/how-to-configure-caching-plugins-for-woocommerce/
- Can I make theme with WooCommerce Group Buy and sell it on ThemeForest? – Sure, just purchase extended licence and you’re good to go. Since the current licenses do not deal with re-selling Items, Envato lets authors to decide whether they grant permission for bundling Items or not. We have the following conditions, and you need to follow them:
- You cannot redistribute the item “as-is”, even if you modify it or you make a derivative version for another platform
- You cannot offer the plugin as a stand-alone item
- You cannot include the plugin separately from your theme in the download package
- You cannot provide an Item Purchase Code for your customers – Since Envato doesn’t have a “multi-use” or transferable license, your customers are not entitled to receive an Item Purchase Code with your theme and use the plugin separately from your work.
- Updating the plugin is your own responsibility
- Since your customers cannot receive updates from us, you need to handle this on your own
- You need to handle related support requests after your customers or you can instruct them to buy regular licence and ask us for support directly via our CodeCanyon profile (we cannot provide free support for your customers)
- I can’t do anything because I get “out of stock message”? – group buy plugin needs inventory / stock to be enabled. If you have problems all issues should be fixed by upgrading to WooCommerce Group Buy v1.1.6
- How can I update plugin with new version? Is auto updating possible? – We suggest you to install Envato Marketplace (installation instructions can be found on plugin’s url) plugin for auto update plugin and themes purchased on Envato. Setup is easy. Manual updating can be done by downloading new version of plugin and overwrite old files with new ones or deleting old plugin and installing new one.
Note:
If you have modified plugin files (templates) then you need to be careful when updating so you don’t overwrite changes you made and that templates are inside child theme or theme woocommerce/ template folder.
- Does WooCommerce Group Buy work with WordPress import / export tools? – Yes, you can export and import deals with standard WordPress import / export tools that are located in Admin -> Tools menu.
- How can I enable user registration on login page? – You need to enable that feature in Woocommerce settings.
- I have installed your plugin but images are not aligned, buttons are too small / big, input fields needs to be smaller / bigger, can you help? – In short no.
It’s your duty to modify plugin template to match your style and theme. Themes can implement different ways how they customize pages and parts of Woocommerce. We cannot guarantee that our plugin will look same as in our demo for every possible theme out there. Web developing is more than getting a theme and couple plugins, enabling them and deliver web site. Our templates are coded by standards and they adhere to WordPress and WooCommerce template structure. That means that minimal intervention is needed from client side, but sometimes there is no way to avoid template changes. Some themes use similar structure and have minimal interventions in structure and our plugin looks good out of the box and some do not. It’s your task as web developer and client who purchased plugin to modify and customize plugin templates to match your own (or client’s) needs and styles. This is part of developing a web site. You cannot expect that everything will be perfect for every possible theme and plugin comibation out there or that we will do your job for you as part of support. We support plugin – we do not style and customize client’s sites. Thanks for understanding.
Note:
Right way to customize plugin’s templates is to copy contest of plugin_dir/groupby-for-woocommerce/templates/ directory to your_theme/woocommerce/ directory and do modifications there.
When you ask us for support make sure it’s not related to tasks we don’t do as part of support:
– style or customize your theme to do this or that
– provide support for bugs caused by 3rd party plugins or themes (we can pinpoint the problem)
– send you CSS or HTML code for modifying html elements
- Can users buy deals without signup / register first? – Yes, guest checkout is possible if you do not set “max deals per user” option. Otherwise (if you set it) it is impossible to have users purchase deals before they’re logged in because we can not count consistently their previously purchased deals only those in cart can be counted and we cannot check “max deals per user”.
- 3rd party plugin is causing problems? Its developers tell you that we need to fix our plugin?
Woocommerce extensions should be transparent – meaning one extension should work with another without introduction of special code that makes them compatible. Imagine what would happen and how much time we would need to spend if we would have to add a bit of compatibility code for every Woocommerce extension that’s out there – we would end up in huge plugin with tons of problems which would be problem to test and debug. That’s why we think every plugin developer should stick to Woocommerce coding standards and APIs (they’re there for that reason) and not require 3rd party developers to code something into their extensions / plugins so that it could work with theirs. - How can I translate plugin to my language? Do you have translations?
We only maintain english translation. We do not have resources to quality maintain other translations. Here are steps which can help you to traslate plugin or change some strings yourself:
- you will use file plugins/groupby-for-woocommerce/languages/wc_groupbuy.pot to create your translation
- you need to download and install Poedit https://poedit.net/download
- download wc_groupbuy.pot and open it with Poedit
- do your translations with Poedit
- when done save wc_groupbuy-en_GB.po, saving wc_groupbuy-en_GB.po will create wc_groupbuy-en_GB.mo
- you need to upload both files to /wp-content/languages/plugins/ and not to plugin directory because translations will be lost if you update plugin by deleting old one
Note:
In filename wc_groupbuy-en_GB.po suffix en_GB must match your language settings in WordPress, otherwise language will not be loaded. So for example you can have wc_groupbuy-en_AU.mo, wc_groupbuy-af.mo or wc_groupbuy-en_CA.mo, complete list of available suffixes are here https://make.wordpress.org/polyglots/teams/
- Order has been canceled but I still see same deals sold and status bar does not go back to previous or zero value. What should I do? This happens only if order was completed and then cancelled. In that case purchases have been logged and you need to go to edit product -> groupbuy History block and manually delete entries that have been cancelled.
- How I know that group buy / deal was success or fail? What to do when group buy deal is finished? Administrator should receive email notification in both cases. In wp-admin -> WooCommerce product list you will have icon depicting (in recent versions of WooCommerce you will need to use plugin called WooCommerce Product Type Column) active or finished group buy deal. Once group buy has finished go to that particular product (edit product) and find groupbuy history block where you will be able to see groupbuy history (purchases) and order number for each group buy purchase. If group buy has failed you will be able to refund money (if supported by your payment provider). Some screenshots are here. If you created group buy product from simple product make sure to be extra careful since refund feature will refund regular product orders too. We strongly suggest against converting regular product with orders to group buy!
- Does WooCommerce Group Buy and Deals work with your WooCommerce Simple Bulk Discount plugin? Yes, it works fine in combination with WooCommerce Simple Bulk Discount plugin.
- How can I add countdown timer / counter on all pages not only on single product page? There is setting for that – click “WooCommerce Settings” then “Group Buy Settings” tab and find option called “Group Buy deals time countdown”. Enable / disable it.
You can use this code https://pastebin.com/ifa8vZvh (obsolete) - I do not see group buy progress bar despite enabling it on single product page? End value on progress bar is missing? This happens when you don’t enter max number of deals. Just enter same number as min number if it is not different than minimal number of deals and that will sort these issues.
- Does Group Buy & Deals support product variations? No, variations are not supported. However if you want to have deal where you can choose color or other attribute you can use https://woocommerce.com/products/product-add-ons/
- Refund feature does not work? How can I tell if my payment gateway supports refunds? If you got this error: “Payment does not support refund” your gateway just does not implement refund feature. Here is link for more infos about how to check if gateway supports refund feature. Keep on your mind that for issuing refund you need to click on refund button in product details, there are not automatic refunds.
- I want to export order(s) data. How can I do that? – There are plugins that allow exporting of various order data as CSV file which you can then import to some other software you use for order management. We can suggest you to use Advanced Order Export For WooCommerce. These plugins work with custom product types which are used in this plugin.
- Do you recommend any credit / wallet plugin for WooCommerce that works with this plugin? – Yes, you can use TeraWallet plugin which adds new credit payment gateway and works with our plugin just fine. Users or admins can top up wallet credit balance with regular payment gateways or manually.
- Product type column vanished in WooCommerce product list, how can I get it back? – From WooCommerce 3.4.0 update, WooCommerce developers removed that column in product list (as a result of users’ feedback). There is way to restore it back using this plugin https://wordpress.org/plugins/woocommerce-product-type-column/
- I have manually refunded order but stock (progress bar) does not reflect this change? – When doing manual order refund please mark order as cancelled after refund. That will get group buy stock back.
- How can I add “Add to Cart” button for group buy / deals on shop page (product archive page)? – You can use this code snippet in your child theme’s functions.php file https://pastebin.com/XRF49HjV
-
List of Group Buy custom product metafields:
_groupbuy_dates_from _groupbuy_dates_to _groupbuy_participants_count _groupbuy_regular_price _groupbuy_max_deals_per_user _groupbuy_min_deals _groupbuy_max_deals _groupbuy_relisted _groupbuy_closed _groupbuy_started _groupbuy_has_started _groupbuy_fail_reason _groupbuy_participant_id _groupbuy_participants_count _groupbuy_order_hold_on -
List of Group Buy hooks / actions:
woocommerce_product_options_groupbuy woocommerce_groupbuy_do_relist wc_groupbuy_participate wc_groupbuy_cancel_participation woocommerce_refund_processed woocommerce_order_partially_refunded woocommerce_order_fully_refunded woocommerce_order_refunded woocommerce_groupbuy_do_extend woocommerce_groupbuy_started wc_groupbuy_close wc_groupbuy_fail wc_groupbuy_min_fail wc_groupbuy_won before_groupbuy_cron after_groupbuy_cron pre_get_groupbuy_search_form woocommerce_groupbuy_before_participate woocommerce_groupbuy_ajax_change_participate woocommerce_groupbuy_participate_future -
List of Group Buy filters:
woocommerce__groupbuy_history_data woocommerce_groupbuy_history_heading groupbuy_history_started_text groupbuy_history_starting_text woocommerce_order_fully_refunded_status default_groupbuy_orderby_options default_groupbuy_orderby wc_groupbuy_sale_flash time_text get_groupbuy_search_form woocommerce_groupbuy_badge
















