PC Builder for BigCommerce – Build & Buy Custom Computers Online
At PapaThemes, we’re proud to introduce a game-changing feature in the Eyeva Theme for BigCommerce – the PC Builder for BigCommerce.
Whether you sell gaming PCs, professional workstations, or individual computer parts, this built-in computer builder tool empowers your customers to create fully customized PC configurations directly in your store. With no need for third-party apps, the PC Builder is designed to boost sales, enhance user experience, and set your BigCommerce store apart
…
15th Aug 2025
The Ultimate Guide to Showcasing Products by Category for All BigCommerce Themes
In today's digital marketplace, the way you display your products can make a significant difference in the customer's shopping experience. One effective strategy is showcasing
products by category on your homepage, a feature effortlessly achieved by using the free "Products Feed" widget included in PapaThemes Widgets App developed by Papathemes.
The "
Products Feed" widget is a user-friendly tool that allows you to organize and present your products by category. This functionality
…
23rd May 2023
Auto update quantity of products bought together according to the main product qty in Supermarket theme
Insert the code below to Storefront > Script Manager:<script>(function($) { $('body').on('change', '[data-also-bought-parent-scope] [data-quantity-change] input', function(event) { var qty = $(event.currentTarget).val(); $('[data-also-bought] [data-quantity-change] input').val(qty); }); $('body').on('click', '[data-also-bought-parent-scope] [data-quantity-change] [data-action]', function(event) { $(event.currentTarget).closest('[data-quantity-change]').find
…
9th Sep 2019
Identify which products bought together belong to the main product in Supermarket theme
Solution:Create a product option named Parent SKU:Edit the option set of your also bought together products and add Parent SKU option to option set. Set Required = No:Make sure your also bought together products has Parent SKU field:Now, view a product which has the also bought together products from store front. Verify it has Parent SKU option:Create a new script in Storefront > Script Manager, insert the code below:<script>(function($) { $('body').on('change', '[data-also-bought-ch
…
9th Sep 2019
BigCommerce Supermarket Theme Release Notes
Highly recommend making a backup copy of your current theme before updating to the newer version.
Please note that if your theme files have been modified, it cannot be updated automatically. Please contact us for a quote on manual updates.
August 2, 2024 - v7.0.7
Fix price not display on homepage for logged in customer if hide price from guest is enabled
Display login for pricing link on home page
July 12, 2024 - v7.0.6
Fix incorrect pri
…
15th Apr 2019