Author: Rawi Rai
-
How to add “starting from” before the prices – bigcommerce stencil theme
Use Product sale badges to display text before price. Steven Webb (Customer) asked a question. Adding “starting from” before the prices Is it possible to add “Starting From” to my theme, i have multiple options that alter the price and it currently displays the lowest price so customers get annoyed when the price changes on selection…
-
How to make Bigcommerce Cornerstone logo and navigation same line.
copy and paste below CSS at theme.scss last line — video guide – https://sumnima.studio/bigcommerce-how-to-edit-theme-scss/ @include breakpoint("medium") { .header { display: block; &::after { content: ""; width: 100%; height: 1px; overflow: hidden; clear: both; display: block; } .header-logo { width: 200px; float: left !important; margin: 0px 1.5rem; .header-logo-image-container { min-height: auto; } } .navPages-container { float:…
-
Bigcommerce Change New Products Slider to a Grid like Featured Products.
[siteorigin_widget class=”WP_Widget_Media_Video”][/siteorigin_widget] copy and paste below code at /templates/components/products/new.html <h2 class="page-heading">{{lang 'products.new' }}</h2> <ul class="productGrid productGrid–maxCol{{ columns }}" data-product-type="products" data-list-name="New Products"> {{#each products}} <li class="product"> {{>components/products/card settings=../settings theme_settings=../theme_settings customer=../customer event="list" position=(add @index 1)}} </li> {{/each}} </ul> I don’t like the way the slider loads as it jumps when it loads. Plus I like the look…
-
How to use bigcommerce Using Script Manager
he BigCommerce Script Manager is a visual organization of scripts installed on your store. Any scripts applied by apps or created within the Script Manager are conveniently listed for easier management and access. This can help store owners see which scripts are installed on their site without having to search through several lines of code.…
-
increase logo size on mobile devices in Bigcommerce cornerstone light theme
Paste below SCSS at theme.scss last line. [siteorigin_widget class=”WP_Widget_Custom_HTML”][/siteorigin_widget]
-
How to Find and Edit the theme.scss File in BigCommerce Themes (Step-by-Step Guide)
To edit the BigCommerce Stencil theme.scss file and add new CSS, follow these steps: Follow our video guide for step-by-step instructions. Root theme.scss Fortune theme.scss
-
bigcommerce edit checkout text using checkout.js
please follow video with checkout json https://raw.githubusercontent.com/bigcommerce/checkout-js/master/packages/locale/src/translations/en.json
-
bigcommerce new features 2023
BigCommerc known for regularly updating their platform with new features and capabilities. Some potential areas where we could see improvements or new features from BigCommerce in 2023 could include: Enhanced AI and machine learning capabilities: BigCommerce could potentially integrate more AI and machine learning functionality to improve product recommendations, personalization, and fraud detection. Expanded multi-channel…