Search:

Type: Posts; User: Gerome

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Yes, you can do that with multisite.
  2. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    We didn't use the Zencart invoice system as we made our own.
    However, it should be something too hard to do since you can know where the orders are from from the orders table.
    I don't know if other...
  3. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Hi,

    I haven't post for a while here, this is mainly because I moved to another city (Edinburgh), I have a new job (PHP Developer for Tribalogic.net), I don't have internet at home yet and...
  4. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    you should do something like that instead:
    file includes/config_sites/www.exedy.sputcom2.co.uk_config.php


    $location = explode('/',$_SERVER['REQUEST_URI']);
    if($location[1]=='sports') {...
  5. Replies
    1
    Views
    1,106

    can I have an account for zen-cart wiki ?

    Can we use http://www.zen-cart.com/wiki/ for the Multisite module documentation ?

    So far, I do the technical support of this module a the forum thread, but it's getting very hard for the module...
  6. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    I added this code at the really bottom of easypopulate.php
    So everytime I use this easypopulate, set the master_categories_id to the new products.



    <?php
    $sql = "SELECT products_id FROM " ....
  7. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    You have to create a file includes/config_sites/antiekbeslag.nl_config.php
    This file has to contain all the different setting for your site;
    For exemple, you could have:


    $template_dir =...
  8. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    for the first site, make sure you start by a dash.

    Explode for "-site1-site2-site3-":


    $site_array=explode('-',trim($site_string,'-'));


    But of course you can do as you wish ...
  9. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Ok, we need something more structured to develop this module, its instructions, documentation and tips and advice before it becomes too complicate and confusing.

    I think that we should create a...
  10. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    You can Edit the file for each template from the admin section by changing the template from the admin section (this won't change the template front end) using Tools -> Templates Selection.

    Using...
  11. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Hi Jvoce,

    You still need to add that at the begining of your 'configure.php':


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


    Magnus,
  12. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    This is strange, this page work well for me.

    Could you check your file:
    includes/modules/pages/products_new/header_php.php

    Line 34 should be:


    $products_new_split = new...
  13. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Hi HiPCTech,

    Actually, stav signaled this problem last week before you and I fixed it in the version beta 0.4.1 that I released as soon as I heard from it.

    You can just swap your cat_filter.php...
  14. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Version 0.4 is released.

    It can be downloaded from here:
    http://www.medea.co.uk/dev/

    Last changes:
    - lots of minor bugs fixed
    - Admin tools in: Tools -> Multisite Tools allows an easy...
  15. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    - Same currency.
    - Multisite is not compatible with multi languages but will be in the next version (released tomorrow)
    - I think that different taxes should be compatible but I never tried to be...
  16. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    I just finished to work on an admin tool for the multisite module.

    You can visualised the categories for each sites and change them around from the admin section...

    You can find it here
    ...
  17. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    have you been into: Tools -> Layout Boxes Controller ?
    I can see two sideboxes in your site (categories and search..)

    basically the sideboxes setting is independant for each site. When you add a...
  18. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    This is why the categories doesn't filter properly.

    I have to review the queries in order to make it work with more than one language... I will hopefully have time to do that this week-end ...
  19. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Do you have multiple languages ?
  20. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    If you have a dedicated server, you have to activate the "wildcard", then any domain name going to your IP address will go to your main website.

    If not, then it not that easy. With 1and1 hosts, I...
  21. Replies
    2,220
    Views
    484,600

    Re: articles repeating themselfs...

    Well spotted. I know this problem, I just didn't have time to fix it. Basically, all I have to do is fix the query using the usual cat_filter() function...

    It will be done soon.
  22. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Products are currently filtered according to their master categories and not the products themselves...

    I was thinking to make something which would allow to simply change a category to different...
  23. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    I love it, that's really cleaver streetglow.
    I adapted it to go in the admin section.

    See the zip file...

    It should also be included in the next release Hopefully :)
    ...
  24. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    streetglow,

    thank you a lot for participating to the development of this module. I planed to make a new release, I will try to go though your code and see if I can integrate it within the new...
  25. Replies
    3
    Views
    897

    Web development Tools - FTP issues

    I work on few zen-cart shops and everytime I customize my a Zen-cart, I have the same problem;

    I always work on a local version of Zen-cart because I don't want to crash the one in production....
  26. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    If you execute this SQL query, you will see the constant name in the description of any settings from the admin config:



    UPDATE configuration
    SET configuration_description =...
  27. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    I never heard of that, is that a zen-cart feature that you find in the admin configuration ?
  28. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Hi Stav,

    Sorry to not replying quick enough, in fact, somebody noticed this error before you, and I have to say that I have been really busy the past few weeks and I didn't have time to release a...
  29. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    This is definitly possible, however, I never really had time to do it.

    constants define tables; you can override these constants (TABLE_CUSTOMERS, ...) from the confg files of your sites, and then...
  30. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    I never tried "Super Order". It should hopfully work. If it doesn't, it shouldn't too hard to patch it.
  31. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    when you open a product from the admin section, the first line is:
    "Product Master Category"
    It should usually be the Category where the product is. If it is "0", then it won't show with the...
  32. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Forum

    I not antirely sur why could be the reason of this problem. First, can you see the featured products in one of the categories of your shops ?

    It could be caused by having an "unknown"...
  33. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    I have to admit that I have never investigated yet this problem. Maynly because I don't have much time to do it now.

    The discount might be setup by constant ( I presume...) so, hopefully, you...
  34. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Don't do that !

    Instead, put two IPs to your server and one DNS on each IP, so you can have 2 SSL on the same server. And also one admin section...

    Anyway, people uses the Multisite with two...
  35. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    you can set the config of a specific shop by defining the constants in the yourshop_config.php file:

    As for the contact page, you have to define these 3 constants:

    ...
  36. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Live shops that use Multisite Module:
    www.bigdepot.co.uk
    navnav.co.uk

    by the way, if any of you have live shops that uses this module too, could you please let us know ?


    Thanks.
  37. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    SSL can be an issue, especially if you use the same IP for all your domain because SSL need an unique IP for each domains. It means that your server seting has to even more complicated...

    Another...
  38. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    At the end of includes/languages/english/meta_tags.php, you will find this line:



    define('FAVICON','favicon.ico');


    You will certainly have to overide this file for your template like that:...
  39. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    All you have to do is to settup your server in order to have http://site1.domain.com/index.php and http://site2.domain.com/index.php being the same file.

    I know that the host configuration can be...
  40. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    You have to make sure that you have this file:

    includes/init_includes/overrides/init_templates.php

    The only change of this file is to comment the part where the $template_dir is defined from...
  41. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    are you sure that you have
    define('SITE_NAME','agents.newmediastudio');
    in the config of one, and
    define('SITE_NAME','retail.newmediastudio');
    in the config of the other ?
  42. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    This is why this module is still a "Beta". It still need to be tested for compatibility with other modules.

    In fact, I have never used the "automatic update currency".

    Let us know if you can...
  43. Replies
    2,220
    Views
    484,600

    Re: Separate Shipping Fees and Minimum Orders per site

    1) Yes, the customers' table is the same for all the shops, it means that any account is the smae between the two. However, the basket is also shared, it means that you can actually buy products from...
  44. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Hi,

    Not yet but this is something that should be done in a short period of time.

    For now, I advice you to use WinMerge in order to compare your Zencart folder with the MODIFY_FILES folder and...
  45. Replies
    2
    Views
    1,375

    Re: Ultimate_SEO_URLs and 301 Redirect

    My version of SEO does it automatically, exemple:

    http://www.bigdepot.co.uk/index.php?main_page=index&cPath=30
    is redirected to
    http://www.bigdepot.co.uk/pressit-c-30.html

    Check the...
  46. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Thanks for both of you for helping the development of this module !

    I really appreciate this.
  47. Replies
    1
    Views
    1,444

    Re: Question about using Ultimate SEO URLs

    Yes, ultimate SEO keep the products ID and categories ID so if you change the name of a product or a category, the previous links will still work. This aspect is important when google can't spider...
  48. Replies
    2,220
    Views
    484,600

    Re: articles repeating themselfs...

    I personnally don't use the EZPages, instead of that, there is a way to add html pages to the template by only adding two files to zen-cart. for exemple, this is what I've done with this page:...
  49. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    The sidebox disappears because there is no document to display for the site. This is the normal behavior of this sidebox.



    As for multi domains issues, I use .htaccess in order to resolve this...
  50. Replies
    2,220
    Views
    484,600

    Re: MultiSite Module Support Thread

    Thanks for spotting this bug, I made a fix for the document sidebox bug:

    http://www.medea.co.uk/dev/fix_document_bug.zip

    Let me know if it works to your shop too, then I'll put it in a new...
Results 1 to 50 of 100
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR