Design75,
I’ve appreciated the work you’ve done on the multi-site mod. I’ve got some work for you. Message me ;)
Printable View
Design75,
I’ve appreciated the work you’ve done on the multi-site mod. I’ve got some work for you. Message me ;)
@Design75 can the control of which orders that are visible to an admin be customized? For example, an admin to store (A) can see store (A) orders, but no other store orders?
@Design75
Thank you for the work you started with our Multi-Store mod.
Have a major bug that is preventing any NEW customer accounts.
I believe I saw a posting somewhere by @Design75 that indicated that he was on holiday.
@Design75 - after the upgrade you did on our domain, there are several bugs that have come to light. One major bug is that seems to have disabled ALL of the CMS pages.
@Design75, I'm seeing the following block added to the base /includes/init_includes/init_sessions.php:
Could you explain the reason for that change? I've got a site running MSM that's having session issues.Code:// bof Multi site - Prioritise the GET variable over the cookie.
elseif(isset($_GET[session_name()])) {
zen_setcookie(session_name(), $_GET[session_name()], time()+$SESS_LIFE, '/', (zen_not_null($current_domain) ? $current_domain : ''));
if(isset($_COOKIE[session_name()])&&($_COOKIE[session_name()]!=$_GET[session_name()])) {
$_COOKIE[session_name()] = $_GET[session_name()];
}
}
//eof Multi site
Thanks, as always, for the quick response. I believe, and will know real-soon-now, that the session issue has to do with the site's setting for "Add period prefix" as the two sites are https://example.com and https://subdomain.example.com.
I must admit I never really used this function, and the code was already there when I took over management of the module.
FWY I am considering releasing my commercial Multi Store module as a free mod. This mod has many more possibilities, but is radical different in coding.