ERROR PRICE CHANGE (Weird)

I got this weird message after using my credit card to finish the payment.

I have tested with discount and without an the result is the same .

Any Idea?

Thanks

Hello Isaac,

I understand the challenges you’re facing with the custom nature of your products and the validation process. Here’s how we can address them:

  1. Product Validation with JSON Crawler:
    Snipcart uses a crawler to verify that product details haven’t been altered by the customer. Our standard approach uses an HTML crawler, but given your use of the JavaScript SDK and dynamic product URLs, this method falls short as it doesn’t capture the custom settings affecting the price.

    I recommend switching to our JSON crawler. This requires setting up your backend to expose a JSON object containing all the necessary fields Snipcart needs to validate each product. Ensure that the URL sent to your backend includes parameters that influence the product’s price, such as size, color, or any other custom attribute.

More details on setting up the JSON crawler can be found here:

Cheers,