Hello
I have store since a year now and verry pleased.
But i have a new concept in mind, but dont know its possible, i see it on a few stores already.
http://coolblue.be
Example: I want an animal product shop, from dogs, cats, birds, reptiles, fish, rodents
So i want when they click on dogs they get url domain.dogs.com and when click on cats url domain.cats.com and etc...
But i want also that my theme color change on every main category, for this i want to use the VivaShop from energo.
Example: fish is url: domain.fish.com and theme color blue, for reptiles url: domain.reptiles.com and theme color green; etc...
But i also want that the customers stay with 1 account on all these stores and checkout.
Is that possible and how should i do it?
I was thinking for creating 6 stores in the admin and point them to the domain url, but there i'm stuck.
because the store is build on 1 domain. So i get all 404 pages.
Any info how to dot it would be helpfull.
I put some screens as example.
[attachment=10321:beam.png]
[attachment=10322:muur.png]
Kindley regards
beam.png
muur.png
First off, you would be better using sub-domains of a common domain to avoid any licensing/ssl issues. I.e. dogs.domain.com cats.domain.com or you could use domain.com/dogs (which I'm assuming you already have for your 'dogs' category). You will need a wildcard ssl to handle multiple subdomains.
You could then use.rewrite rules to have these use your existing store.
For your second desire of wanting each category to have a different color scheme, that's a bit more awkward to do since all the css is now combined. You could probably do it via jQuery to identify all the classes that you want to change the properties of, but that's going to take quite a bit of work and will really become trial by error. You could maybe do this in the layout for the category by applying a custom class to the grid and then have the appropriate css in place to change color for that class.
Hello
I have store since a year now and verry pleased.
But i have a new concept in mind, but dont know its possible, i see it on a few stores already.
http://coolblue.be
Example: I want an animal product shop, from dogs, cats, birds, reptiles, fish, rodents
So i want when they click on dogs they get url domain.dogs.com and when click on cats url domain.cats.com and etc...
But i want also that my theme color change on every main category, for this i want to use the VivaShop from energo.
Example: fish is url: domain.fish.com and theme color blue, for reptiles url: domain.reptiles.com and theme color green; etc...
But i also want that the customers stay with 1 account on all these stores and checkout.
Is that possible and how should i do it?
I was thinking for creating 6 stores in the admin and point them to the domain url, but there i'm stuck.
because the store is build on 1 domain. So i get all 404 pages.
Any info how to dot it would be helpfull.
I put some screens as example.
beam.png
muur.png
Kindley regards
Please contact sales@webkul.com for this feature customization. We will surely find a way to implement your idea.
If you setup each animal as a different storefront you can have different css per storefront by using something like:
\design\themes\responsive\templates\addons\my_changes\hooks\index\styles.post.tpl
{if $runtime.company_id == 1}
{style src="addons/my_changes/styles.less"}
{else}
{style src="addons/my_changes/styles_store2.less"}
{/if}
If you don't want to use the storefront as the trigger, you can probably setup something else based on the animal selection to be the trigger.
I think he wants to do this in 1 storefront.
But given that the css is combined, the above won't work unless you have the rebuild automatically option set which will kill performance of a production site.
I think he wants to do this in 1 storefront.
But given that the css is combined, the above won't work unless you have the rebuild automatically option set which will kill performance of a production site.
Thank you for replying all
Indeed 1 storefront for all categories.
sub-domains that should be ok to, but if i point the cats to the sub i should get a 404 page?
An other option is installing 6 stores but need 6 license on the correct url, so i can link each store to a different theme color, but then there is a problem whit 1account for each store and not for all.
And i can make 1 custom top bar fixed menu, so its looks like 1 store and not 6
But that is to much work.
Regards