How do I get the catalog search widget to function on my site that is not hosted on a NexpartB2C server?

Check the widget code and make sure you have these lines of code.

var sophioWHIVehicleBrake= new SophioAjaxCatalog.catalogCrumb();

sophioWHIVehicleBrake.lcreateSearchButton=false;

sophioWHIVehicleBrake.lVehicleOnly=true;

sophioWHIVehicleBrake.cApplicationName="defpage-widget";

sophioWHIVehicleBrake.cDomain="http://authorized-domain.com/";

sophioWHIVehicleBrake.setup('1','WHD' );


You will need to change the http://authorized-domain.com to your site's store address.  Additionally, the line below it refers to WHD which is the catalog supplier id we use.  If you are an OE customer you would enter either OEC or OEA.  If you are unsure what your catalog supplier id is you can find it in your store settings.

Was this answer helpful? 0 Users Found This Useful (1 Votes)