Subscribe93.3K

How to Make Ecommerce Website – Sinhala Guide (2026)

,

Online භාණ්ඩ විකුණන Ecommerce වෙබ් අඩවියක් හදන හැටි මේ video එකෙන් ඉගෙන ගන්න පුළුවන්. මුල ඉදන් සරලව සම්පුර්ණ ecommerce store එක හදන හැටි මේ video එකේ පැහැදිලි කරනවා.

Theme Customizer Settings: Download

Page Section Templates: https://webdesignacademy.lk/website-templates/ecommerce-website-2026/

Swatches Styling
/* Variation Swatches Positining */
.single-product .cfvsw-swatches-container {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.single-product form.variations_form table.variations tr {
  flex-direction: row !important;
}
Swatches Position
add_filter('add_hook_custom_size_chart_position', function () {
    return 'woocommerce_after_variations_table';
});
Size Chart Position Change
add_filter('add_hook_custom_size_chart_position', function () {
    return 'woocommerce_after_variations_table';
});
Size Chart Color
/* Change size chart link color*/
.single-product .scfw-size-chart-link,
.single-product #chart-button.md-size-chart-btn {
  color: var(--theme-palette-color-2) !important;

}
New Products Shortcode
[products limit="7" orderby="date" order="DESC"]

Leave a Reply

Your email address will not be published. Required fields are marked *