Dukaan Themes
  • Introduction to Dukaan Themes
  • Building your own custom theme
  • Getting the basics right
  • Making your first edit
  • Theme folder structure
  • How does it all work?
  • Nunjucks Templating Language
  • Basic code editing
    • Adding the HTML
    • Adding the CSS
    • Adding the Javascript
    • Adding Nunjucks
  • Customising Dukaan Templates
  • Dukaan Data
  • Advance code editing
    • Customising core functionality
  • Dukaan Functions
  • Integrating Dukaan Plugins
    • Wishlist plugin
    • Countdown timer plugin
    • Product scarcity plugin
  • Testing and Deploying Your Theme
  • Code Snippets
    • Changing text of Add to bag button
    • Adding shadow to product cards
    • Adding auto-scrolling text in homepage
Powered by GitBook
On this page
  • 😎 If you're not a coder
  • 🧑‍💻 If you're a coder
  • 🛠️ Cut the fluff and just show me how to deploy

Was this helpful?

Introduction to Dukaan Themes

NextBuilding your own custom theme

Last updated 2 years ago

Was this helpful?

Dukaan themes are a collection of templates, stylesheets, and scripts that determine the look and feel of your online store. They are built using a combination of HTML, CSS, JavaScript, and the Nunjucks templating language. Customizing your theme allows you to create a unique shopping experience tailored to your brand and audience.

😎 If you're not a coder

We recommend that you learn about the basics of HTML, CSS, JS (can also skip this if you're really good at Googling ) and then start with the tutorial from the .

🧑‍💻 If you're a coder

Brush up on your HTML, CSS & JS skills and top it with some Nunjucks. If you're not aware of Nunjucks worry not we have covered the basics of it here in the .

🛠️ Cut the fluff and just show me how to deploy

You can directly learn about deploying your changes .

😉
next chapter
Nunjucks chapter
from this chapter