How to create a landing page with OpenCart, using OpenCart only? -


what if 1 want create landing page/home page opencart?

how supposed that?

a landing page or home page, using opencart , no other means.

--

clarification.

what meant of home page it's literal meaning in context of front-end webdev. meant is, page user redirected when access site's root domain.

i want design , create custom landing , home page. landing page has no product content.

it shall contain folowing;

  1. main navigation menu with, home, online shop, blog links.
  2. site name, site logo
  3. site name tagline.
  4. banner rotator cta button.
  5. footer, footer links privacy policy, , other common footer links.
  6. this home page/landing page/index page, different page main store section. on page, has home page link , store page link. on main nav of page, shall see home link , store link. clicking store link, shall take main store section , main nav shall show categories, store has.

to achieve requesting:

it shall contain folowing:
 1. main navigation menu with, home, online shop, blog links.
 2. site name, site logo
 3. site name tagline.
 4. banner rotator cta button.
 5. footer, footer links privacy policy, , other common footer links.

you have disable module displaying on homepage (categories, featured, bestsellers, latest, specials, etc.) and enable carousel module (or install 1 of desire) , place on content top position.

in case have these elements:

  • header (with site name, logo, main navigation)
  • your desired carousel/banner rotator
  • footer (with additional links)

is requesting?


edit 1: think homepage request kinda nonsense... why on earth have homepage link to homepage and store? understand have a website (presentation) blog , store both run within u subdirectory, having site www.site.com, blog @ www.site.com/blog/ , store @ www.site.com/store/. in case understand within main site (www.site.com) have homepage link /blog/ , /store/.

but if running only store @ domain (www.site.com) having additional homepage nonsense, create homepage described above (header + text , carousel content + footer)...


edit 2:

yes, that's main idea mydomain.com landing page/index page/home page. mytdomain.com/store, store section , blog section @ mydomain.com/blog.

in case create simple static html page contain static text , javascript carousel (banner rotator/slider). after have installed blog , store subdirectories create link both of them within static homepage lays in root of web folder , called index.html.

another way how achieve more effort have desired blogging system installed in root, editing it's homepage while having main blog on subpage , store within subdirectory. many people run wordpress/drupal installation @ www.site.com , opencart installation @ www.site.com/store/. within wordpress site can have subpage /blog/ post of blog posts...

so final solution?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -