cancel
Showing results for 
Search instead for 
Did you mean: 

Each shop a different stylesheet

Former Member
0 Kudos

Hi,

we use crm 4.0 on a WAS 6.20.

We host two shops (SHOP01 & SHOP02) on the same server.

The shops can be reached with different url's:

http://host:port/b2c/b2c/init.do?shop=SHOP01 and

http://host:port/b2c/b2c/init.do?shop=SHOP02 .

Both shops use the same pages.

We'd like to have each shop to have it's own look and feel. Therefore we have created two different stylesheets.

What kind of code do we have to enter in the pages, so that the "system" knows which stylesheet it has to use for the selected shop.....

Regards,

Bas Masteling

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I was given the advise to implement the following code:

<link rel="stylesheet" type="text/css" href="<%=shop%>.css">

and named the stylesheets: SHOP1.css and SHOP2.css .

On the page it looks like:

<link href="<isa:mimeURL name="mimes/shared/style/<%=shop%>.css">" type="text/css" rel="stylesheet">

But the "system" does not know what to do with the <%=shop%>.

Any advise?

Regards,

Bas Masteling