I have set up a second store URL for a client, but what do you do about the order/invoice emails? How do you change them to reflect the second store but still maintain the originals for the first store? Thanks in advance.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
I thought so. Maybe you should add that option. You have orstoreurl in the includes, why not orstoreinvoice where you can put the information like the "old" days.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
If each store had its own vsadmin folder and the headers and footer were not defined in the database, would it pull the information from the includes.php file like it use to?
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
Looking at the database it would benefit to have extra fields for the order/invoice emails so they could be used with a second store as per the other fields in the emailmessages table. For example invoiceheader2, invoiceheader3, invoiceaddress2, invoiceaddress3 etc with a switch parameter in the includes
I've not looked but I don't think that's the case. The updatestore.php script moves the data from the includes.php to the fields in the database when you run it so I'm assuming the call will be to the database fields and no longer call the parameters in the includes.php file