Set cross-selling settings
Last updated: 27-Sep-2021
Use the setCrossSellSettings method to customize the way your cross-sell campaigns are displayed in the shopping cart.
Parameters |
Type |
Required |
Description |
---|---|---|---|
displayShortDescription |
Boolean |
Optional |
Determines if the product short description is displayed next to the thumbnail or not. |
displayProductsMax |
Int |
Optional |
The maximum number of recommended products; We recommend adding a maximum of 3 products as cross-selling options. |
maxThumbSize |
Int |
Optional |
Maximum product thumbnail size. Must be any of [60, 80, 100, 150]. |
The response of the setCrossSellSettings method is the input object with the settings updated.
Request sample
<?php
require ('PATH_TO_AUTH');
try {
$sessionID = $client->login($merchantCode, $date, $hash);
$setCrossSellSettingResponse = $client->setCrossSellSettings($sessionID, (object)[
'maxThumbSize' => 60,
'displayProductsMax' => 5,
'displayShortDescription' => false,
]);
} catch (SoapFault $e) {
echo $e->getMessage();
}
Do you have a question? If you didn’t find the answer you are looking for in our documentation, you can contact our Support teams for more information. If you have a technical issue or question, please contact us. We are happy to help.
We’ll help you choose the right payment solution for your business, wherever you want to sell, in-person or online. Our team of experts will happily discuss your needs.