Did you ever find a solution to this? I am having the same problem
Printable View
Did you ever find a solution to this? I am having the same problem
I have everything working pretty good but can't seem to get the order_site to appear in the orders under admin on anything: Orders, Invoice or packing slip. Can anyone please give me assistance to how you achieved this to work successfully?
I can't seem to get the order_site to appear in the orders under admin on anything: Orders, Invoice or packing slip.
Yeah, that really stinks because it would be nice to track as it was suppose to.
1. ZC v13.5.1
2. iRobbo Template (bought 12leaves)
3. TyPackage v3.1.3
4. Edit Order v4.1.1 RC1
5. Super Orders v4.0.5a
6. Recover Cart Sales v4.0a
7. UPS United parcel for latest for ZC v1.5.1
8. Unltimate SEO v2.12
9. Wyzz WYSUWYG Editor
10. Simple Google Anyalytics v1.2.5c
11. Google Merchant Center v1.13.0
12. Sitemap XML v3.2.9
13. Display Logs v1.0.2
14. CKEditor V1.x.x
15. Image Check
16. Admin New Orders v1.1 RC1
17. Add Customers From Admin V2.0.4
18. Email Address Exporter for v1.5.1
19. Super Tracker v1.1
20. USPS v15 Rate4 2013-0127-r2013-0327
21. Multisite v1.0
@ design75
How is paypal supposed to be configured? I use Paypal express. There are 4 URLs linked to the multisite. Are there any special settings I need to pay attention to other then inserting one Paypal accounts API credentials?
I suspect I am getting paypal errors on checkout. I have not tested it again after I have put it online. It did work when I was installing it.
any input is appreciated.
Thanks. another questions I have concerns switching/using between urls for multisite:
question #1
http://www.mysite.com & http://mysite.com
<?php
$template_dir = "template_red";
define('SITE_NAME','template_red');
define('HTTP_SERVER', 'http://www.mysite.com');
//EOF
?>
I got through the hurdle of referencing the non "www." url by creating another config.php file:
<?php
$template_dir = "template_red";
define('SITE_NAME','template_red');
define('HTTP_SERVER', 'http://mysite.com');
//EOF
?>
Is this the correct way to do it?
question #2
I have 4 urls pointing to two templates namely using multiple (4) config.php files each url:
http://www.mysite1.com & http://mysite1.com & http://www.mysite1.net & http://mysite1.net pointing to one template
http://www.mysite2.com & http://mysite2.com & http://www.mysite2.net & http://mysite2.net pointing to another template
Will this cause errors? My sites seems to be slower than usual. Is this allowable? can you take a look for me at:
birthdaysextreme.com & .net and birthdayandmore.com & .net urls