cancel
Showing results for 
Search instead for 
Did you mean: 

Enable accelerator + powertool store

Former Member
0 Kudos
469

Hi,

How should I activate the accelerator powertool store? It is for a development environment.

Thanks for your response

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you have commerce suite downloaded, let's say 5.2.

Go to \hybris\sampleconfigurations to find b2b_acc_standalone_extensions.xml to replace the content of your localextensions.xml (copy and rename or copy the content of the file to localextensions.xml).

ant clean all , start the server, initialize, then you get a clean powertool b2bacclerator

Or if you would like to keep your current extensions, just find out the differences between your current localextensions.xml with the b2b one, then add all the extensions that in b2b to your localextensions then ant all and update those extensions.
Former Member
0 Kudos

Ok thanks, that is working for me. However, I have the website running on a Demo Server and now I should change the powertools URL, because it has some .local URL that is not working on the server. Where can I change that URL?

Former Member
0 Kudos

Hello,

You should define the url mapping in config/local.properties

In your case, the original mapping is in yb2bacceleratorstorefront/project.properties

you can take a look at the file and there are some comments on the storefront url mapping

Answers (0)