Sizeform in the cart
This functionality consists of displaying our "What is my size?" button in the shopping cart (or a message with the recommended size) in case there are two garments with the same reference with several different sizes added to the cart.
This requires a little development in the shopping cart to be able to add our button:
- In case there were two sizes added to the cart of the same reference, these two elements should be grouped in one element (adding an informative text if deemed necessary) containing:
- The product reference (SKU) as a dataset (
data-sku="XXXXXX"
) - The url of the image that client wants to display in the Sizeform as a dataset (
data-url-image="xxxxxxxx"
) - An additional identifiable element where the client want to insert the button "What is my size".
- The product reference (SKU) as a dataset (
The client can check the result in some clients where this functionality has been implemented:
Note
It is recommendable that this development is completed in a test environment so as not to affect the production domain.
Do not forget to notify NaizFit when this little development has been completed, so that we can confirm with our technicians its correct integration and carry out this functionality implementation.