cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog's images path on B2B custom

Former Member
0 Kudos

Hi to all,
I create B2B custom and it works fine, but there is a behavior of B2B that I want change.

Currenly the src of catalog's images is:
<img alt="*************" src="/b2b/mimes/catalog/images/image.jpg"/>
and instead I want
<img alt="*************" src="/b2b_custom/mimes/catalog/images/image.jpg"/>

How can I do to change these path?

Best Regards,
Giampaolo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The path of catalog's images is definied on R/3 with T-Code CV02N.

I changed the path and now B2B works fine.

Answers (1)

Answers (1)

Private_Member_321544
Active Participant
0 Kudos

Hi Giampaolo,

I'm not sure if that is working, but you can try it:

- Go to http://yourserver:yourport/b2b_custom/admin/xcm/init.do

- Open Components -> Customer -> webcatalog

- Create a new webcatalog.

- Add there the imageserver http://yourserver:yourport/b2b_custom/mimes/catalog/images/

- Add this webcatalog to your shopconfiguration at "Application configurations --> customer".

- Reboot your system to assume the changes.

Im not sure if thats is working because the imageserver is on the local server. I've only tryed it with imageservers located on other servers.

When you store the images on the Netweaver server, each time you want to add a new picture, you have to open your Workspace, add the picture and have to deploy it.

Therefore in my point of view its easier when you store the pictures on an other http-server. Not on the Netweaver system itself.

Best regards,

Toni

Former Member
0 Kudos

Thanks Toni for your answer, but we already tried this way and nothing changed.

We put images into folder b2b_custom/mimes/catalog/images via FTP and it works fine with standard B2B.

Best regards,
Giampaolo