Page 82 of 224 FirstFirst ... 3272808182838492132182 ... LastLast
Results 811 to 820 of 2240
  1. #811
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    In regards to the post above, I forgot you will need to run a query on your database as follows:

    ALTER TABLE address_book ADD site_name varchar(30) NOT NULL DEFAULT 'no';


    Make sure to change address_book if you have a prefiix to your tables.

  2. #812
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I will post instructions for adding the site visibility to Customers in the admin tomorrow or the following day.

  3. #813
    Join Date
    Nov 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by cablesimple View Post
    stuff4Toys,

    The override system in ZenCart doesn't apply to the emails as of yet. I've come up with a couple solutions to use store custom graphics and to customize the variables that are used in the emails, but this does not allow you to use your own email template for each store. That being said it wouldn't be too difficult to hack that into the system. In case your interrested in my solutions though:

    For the "front-end" emails such as the welcome email, and order confirmation I used the technique I just posted to jkovar.

    For the order confirmations it's a bit more tricky. I posted a solution however in post#659 that works well for me.

    --------------------------------------

    Regarding your second post. I just tested out the meta_tags.php override and it's working fine on my sites. For a test, try setting the HOME_PAGE variables specifically and see if they change your homepage title/description/keywords.
    HOME_PAGE_TITLE
    HOME_PAGE_META_DESCRIPTION
    HOME_PAGE_META_KEYWORDS

    Stuff4toys,

    Can you explain what you mean with this, how can i check if the meta_tags.php work before putting my updated site online.

    Thanks

  4. #814
    Join Date
    Nov 2006
    Location
    8,600 ft in the Rocky Montains of Colorado
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    As I haven't received a response, I am posting again. Sorry if this is basic. I just haven't been able to figure it out.

    Hello,

    Has anyone been successful using the Multi Site module on a localhost or local host set up? There seems to be an issue because the domain is not www.site1.com but rather localhost/site1 and slashes cannot be used in file names (congfig_sites files). Has anyone worked this out? I have several live sites and I would much rather run this on my local host before uploading live.

    (When a make a file localhost_config.php, the template I am specifying loads, but only the header shows up.)

    I am using the latest version of Zen Cart and using a wampserver set up. I am using a fresh install as well. I can provide details if needed.

    Thank you!

  5. #815
    Join Date
    Mar 2007
    Posts
    250
    Plugin Contributions
    6

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by bliss72 View Post
    An update to my last post - I figured out a workaround for the Sideboxes not apprearing with multisite.

    In my case I found that the "classic" & "template_default" templates show the sideboxes for the site I was having problems with.

    I backed up my "classic" template. Copied my custom template files into includes/templates/classic - i.e. I copied my css files and images, etc into the classics folder and found that this worked.

    I know that there are corresponding "classic" folders in the site like in the modules. I tried creating my own custom folders with that, but I wasn't successful yet.

    I was also thinking about trying to install http://www.zen-cart.com/index.php?ma...roducts_id=260 to see if that would help with the "reset" sideboxes issue.

    There is also a line at the bottom of http://www.zen-cart.com/wiki/index.p...lates_-_Create that says - "You also need to copy the sidebox settings from the table layout_boxes; this can be done using the addon Import/export layout settings." The link there goes not seem to go to a downloadable product.

    If anyone has any ideas please let me know. I'll post any other good results as I find them.

    Lisa
    I've just upgraded to 1.3.8a multisite from 1.3.7 multisite, and also suffered the missing sideboxes issue, but just on the right hand side. I hit the reset button under the sideboxes admin, and this did not resolve. It was actually my wordpress sidebox that wasn't working properly and was affecting the whole column. FOr those who are having issues, try just enabling a very very basic sidebox first, disabling all others.

  6. #816
    Join Date
    Apr 2008
    Location
    South Florida
    Posts
    197
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Remember, you need to have a template for each store. You then need to go into admin and one at a time select the template as the active one and go into layout boxes config and set up your sideboxes. All sideboxes are off by default. You can then switch back to the default template. If you do not do this it is like having all your sideboxes off. I am guessing that is your problem.

    Steve

  7. #817
    Join Date
    Jul 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Out2lunch View Post
    I have half sorted it out, after making a stupid mistake, I didn't upload the correct /languages/english/html_includes/cws files.

    I am now getting the main page text but its not being formatted by the css, and is all starting from the left border of the background image.

    I get a few produces listed on the screen, but no images are coming up for them, and still no side box.

    Hi Everybody!

    Ok, so I think I'm having a problem similar to this one that has stumped me. I've installed zencart + multisite module on one of my domains before, and everything went smoothly.

    Now I'm trying to install it on a different domain, with a different hosting company (godaddy), and I've run into a peculiar error. I've got the multisite part up and running, but whenever I try and go to a store the css isn't being loaded. I've confirmed that it happens in Firefox, Safari, and IE.

    When I check the error logs in Firefox, I see:

    <path>/includes/templates/template_default/css/stylesheet.css was not loaded because its MIME type, "text/html", is not "text/css".

    Which has never happened to me before. I also found out that if I comment out the line

    include_once('includes/config_sites/sites_switch.php');

    in includes/configure.php everything seems to work fine (except the multisite aspect of course).

    I've gone through this thread looking for information, and the above post was the closest thing I could find. So I figured I toss the question out to people smarter than I:

    anyone know what is going on here?

  8. #818
    Join Date
    Jan 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Can this contribution be used to provide one centralised payment / checkout system for multiple stores?

    For example ...
    If you have say 5 stores all selling completely different products could you have?
    a) just one of them doing the checkout / payment for all the stores, or
    b) a new emtpy store acting purely as the checkout / payment system for all the stores?

    The object being to to use one merchant (card processing) account for all the stores instead of having to have one per store.
    All the stores are part of the same limited company just in different niches.

    Many thanks for any feedback.

  9. #819
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Thanks for the mod however i can't get it to work

    I get this error:

    Fatal error: require() [function.require]: Failed opening required 'includes/templates/template_default/common/html_header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/bin/gzip') in /home/public_html/store/index.php on line 43

    now i seem to have narrowed it down to one of the init_templates file as when i removed them, the site started working again.

    the ones here: includes\init_includes\overrides\init_templates

    can someone please guide me as to a solution as the file DOES exist in my template folder /includes/templates/MYTEMPLATE/common

    Thanks

    John
    Last edited by ethical; 17 Jul 2009 at 04:05 PM.

  10. #820
    Join Date
    Jul 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have fresh install of Zen Cart and installed the latest version of MultiSite Module on my local computer as a development version. To make sure I like it and it works as needed. I need the web addresses of the stores not to be different domain names altogether but the same domain names with a /NewName. Is this possible. Example below

    instead of www.cars.com I want www.stores.biz/cars www.stores.biz/shirts www.stores.biz/funny. Is this possible if so how.

    I am also getting the the domain localhost does not exist when I go to the following link http://localhost/ZenCart/.

    Any help would be appreciated.

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR