Post by oneduality » Fri Sep 05, 2014 4:19 am

We have a client who is setup with a multi-site opencart .. two stores, one for US and one for UK ..

The issue is they want to show estimated shipping time on the product page... "Ships within 1 week" ... etc

The problem is the shipping time varies between the US store and the UK store.. I was going to use the "Stock Availability" option to handle that but I obviously can't ..

Does anyone know of a mod that can handle this? I've seen some custom product field extensions but they don't seem to support multi-site setups..

I suggested using the product description area, but I don't think they are going to go for that..

Newbie

Posts

Joined
Sat Aug 09, 2014 4:04 am

Post by Cue4cheap » Fri Sep 05, 2014 7:05 am

Maybe have a check for what store it is then display? Something like:

if($this->config->get('config_store_id') == 2 ) {
Display for store 2
} else {
Display for the other store
}




Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am
Who is online

Users browsing this forum: No registered users and 11 guests