cancel
Showing results for 
Search instead for 
Did you mean: 

WEBSHOP Look and Feel

Former Member
0 Kudos

How does one modify the default look and feel of the webshop application?

What is the procedure for providing a custom theme?

Is there any documentation for the same?

Any info,code snippets,examples etc will be appreciated.

P.S. Points will be awarded for useful answers.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Stride,

Well the following are the style sheets used by the application(b2b or b2c).

Try to change the files gradually you will know how to make modifications. The whole application is majorly controlled by the first style sheet. so try to modify classes in that and you will find the respective changes.

1)/b2b/mimes/stylesheet_ie6.css

2) /b2b/mimes/b2b/stylesheet.css

3) /b2b/mimes/catalog/stylesheet.css

4) /b2b/b2b/css/ipc.css

5) /b2b/ipc/mimes/style/stylesheet.css

TO just get confirmed just see the source of the page after it is rendered. you can find the path to these over there.

Thanks for rewarding me. Are you working in B2B or B2C?

Regards,

Sateesh Chandra

Former Member
0 Kudos

I am working on b2b.

My observation is that the buttons on catalog and basket page get pushed

all the way below on resolutions of 10xx * 768.

With your experience on layouts i would like to discuss the issue with you

My email is kumar1801@yahoo.com

Regards

Stride

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Stride,

The layouts will change automatically as the stylesheets are used also different like the position of minibasket etc.

If you are using ISA5.0 you can change layouts easily by maintaining different stylesheets, as all are div's only. the CSS contain the position of each div pertaining to their class id.

Even you can controll buttons by stylesheets also. Sorry I cant give you any code regarding this.

Regards,

Sateesh Chandra.

Former Member
0 Kudos

Hi Sateesh

Thanks for all the info.

I now know how to call a new theme..

1.>

I still have not understood how do i go about creating my own theme?

2.>

Is that possible or do i need to use the SAP supplied themes only?

3.>

If one can create his own theme which all css files need to be recreated?

Former Member
0 Kudos

Hi,

Do the follwoing

/b2c/init.do?theme=winter

modfies the normal search Path /b2c/mimes/images/shopHeader.gif

to /b2c/winter/b2b/mimes/images/shopHeader.gif

provide this in the url as an additional parameter.

Regards,

Sateesh Chandra

Former Member
0 Kudos

Thanks Satish

The answer was indeed helpful.

The solution you suggested helps us modify the background image but how

do you modify the layout? like positioning of buttons etc?

Any clue on that one would really help.