EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for Spree and Multi-site Architecture for Ecommerce #311

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2010/05/spree-multi-store-architecture/ By Steph Skardal

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: hamid
date: 2010-07-09T08:08:27-04:00

Hi,

I am new to spree, and I am using spree and trying to embed "spree_multi_domain" I've implemented four steps successfully.

which are:

1) have basic spree running 2) script/extension install git://github.com/railsdog/spree-multi-domain.git 3) rake db:migrate 4) edit database 'stores', add one record with values (i am using mysql database and use dummy values for creating one store)

I didn't do these two steps because i already have three extension

1- site 2- spree_multi_domain 3- theme_my_theme

in my site i already have app/views/layouts/spree_application.html.erb\

I am using thin server, when I starts server then following error/warning come:

*Could not load extension from file: spree_multi_domain_extension

(Please tell me why it is coming, thanks)*

and secondly, neither i am getting Stores & Domains nor Stores (checklist at the bottom) in the admin pannel , i think there is some missing of any step or any thing.

8) Admin -> Configuration -> Stores & Domains to configure stores

9) Products -> Edit -> Stores (checklist at the bottom) to select which store each product belongs to.

please help me out, thank, very kind regards, Hamid Raza

phinjensen commented 6 years ago
original author: Steph Powell
date: 2010-07-09T11:11:54-04:00

Hi Hamid,

I believe a better venue for your comments is going to be the spree-user Google group (http://groups.google.com/group/spree-user). It will give the developers of the extension an opportunity to respond to your comments in addition to myself.

Thanks,

Steph

phinjensen commented 6 years ago
original author: Unknown
date: 2016-12-03T19:58:09-05:00

Sorry I'm starting to develop and I have doubts about multi store e-commerce. Do you know where I can find some information about it, and it's functionality