How to add WooCommerce Attachments on iBid Products & Auctions
Enabling the attachment field can be done from the Theme Panel – Shop & Auctions Settings: 1. Adding a PDF/Doc link to a product (admin […]
Enabling the attachment field can be done from the Theme Panel – Shop & Auctions Settings: 1. Adding a PDF/Doc link to a product (admin […]
From version 3.5 (see full changelog) of the iBid theme, we’ve introduced a new theme options panel named: Vendor Options. You can disable any of the […]
All the themes from our portfolio have the “Back to Top button” scrolling function. Usually, depending on the configuration of the theme, it is placed on […]
The following code will override the default condition fields (New/Used) and will add 10 different options to the condition dropdown: function ibid_override_simple_auction_condition_fields($auctions) { return array( ‘new’ […]
iBid has multiple header variants. Some of them come bundled with a complex search form (with categories dropdown) and some of them without categories dropdown. You […]
This small tutorial will help you understand how to enable Proxy Bidding on iBid (as a shop manager or admin). First of all, what is […]
Go to WooCommerce – Settings – Auctions and check or uncheck the Past auctions:
Go to the Theme Panel – Shop & Auctions Settings – Product Single and do the following modification: The current setup will be applied globally to […]
The following code extends auction end time on every bid placed if the last bid was placed on the last 60 seconds before the end time. […]
The goal is to modify the time format from this format: “10:45 am” to “10:45:30 am” from the auction bid history tab (using the iBid theme […]