As a followup, NONE of the settings for INDEX LISTING work from the config sites. Anyone with ideas?
As a followup, NONE of the settings for INDEX LISTING work from the config sites. Anyone with ideas?
Hi all,
I am testing this mod for a new site and have it working with three shared sites. New install on 1.3.8.
The way I read the docs, the shopping cart should NOT be shared by default.
My cart is being shared, which will not work for my needs.
Any ideas?
The test site is here:
http://werdna.catplaques.com/index.p...703e205e1e06d9
If you begin an order with Store1, close Store1, and go to Store2, the previous cart appears when you login to Store2.
Please feel free to test and login. [email protected] pw=demo1
Thanks,
Jeff
I have multisite module installed but when i click tools> Multisite Tools, i get this message
Sorry, your security clearance does not allow you to access this resource.
Please contact your site administrator if you believe this to be incorrect.
Sorry for any inconvenience.
Tell me how do i get rid of it and solve this problem?
Fix Multisite Module
I have multisite module installed with 5 fronts. Everything is working fine except for the cat_filter. I had categories and they are not filtered to their respective fronts. Somebody please asap solve this problem for me. I have posted this project on Rentacoder. So anybody experienced with multisite please post a bid on RAC and get paid for this job.
Here is the link
http://www.rentacoder.com/RentACoder...uestId=1000944
Regards,
Usman
Hi,
I have been reviewing zen cart for use on my first site but there was one feature lacking which the multisite mod may be able to address but I'm not sure.
I want to create a site on a single url that has two shopping carts. I have two separate lists of products, each of which would link to its own shopping cart. They would operate as two separate sites except:
1- the user login would be shared; and
2- it would be possible to view the contents of each basket and checkout separately.
Do you think multisite could be used to achieve this?
Regards, Habib
Habib,
You say 2 separate lists of products. Does that mean 2 store fronts? It sounds like you only want to share the customer file.
If that's what you want, here is something you can try, without using the MultiSite Module.
Create 2 zen installs in 2 folders like www.mysite.com/store1 and www.mysite.com/store2
Create the tables for each site in the same database. Use a different prefix for each (like store1 & store2).
Edit store2/includes/database_files.php. Find the 2 lines
and change toHTML Code:define('TABLE_CUSTOMERS', DB_PREFIX . 'customers'); define('TABLE_CUSTOMERS_INFO', DB_PREFIX . 'customers_info');
Both sites will then use the same customer info and can log into either with the same ID. Everything else will be like 2 stores.HTML Code:define('TABLE_CUSTOMERS', 'store1_customers'); define('TABLE_CUSTOMERS_INFO', 'store1_customers_info');
It is important to keep a note of this change as this file cannot use the override system (from what I have been able to see) and you are changing a core file.
Disclaimer:
I am currently testing this and so far find no issues.
While I have been a programmer for 25 years, I am new to ZenCart, php and SQL.
Jeff
Ok I am still having this problem. I posted it earlier and found a temp fix, but the fix won't work this time around.
I have multiple sites.
I have products listed in my transportation.actionforms.ca site under the Miscellaneous category.
I want to link some of those products (the first 3 to be exact) to another site, business.actionforms.ca under Canada -> Tags
When I do it, the products are showing as linked and active in admin, but don't actually display on the site.
Any help would be appreciated
Thanks, Colleen
www.af-company.com
To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978
Okay... Somewhat up and running - where do metatags hide for these things? I'm seeing the primary stuff for the overall site... (being a little ambitious - I'm going to have about 15 "similar" stores pointed at one product set).
Just as a follow up on my previous Post.. I found this post from back in 2008 with the same problem but couldn't find any solution to that one either.
Anyone got any ideas with reference to the:
INDEX LISTING
Show New Products on Main Page 3
Show Featured Products on Main Page 1