AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ISnipcartItem Properties

The ISnipcartItem type exposes the following members.

Properties


  Name Description
Public property Categories
Use this option to specify the categories this product belongs to. You can specify multiple categories
Public property CustomProperties
Gets the custom properties.
Public property Description
Use this attribute if you want to provide a short description of your product that your customers will see in the cart and during checkout.
Public property FileGuid
Use this attribute if your product is related to a digital good uploaded via our dashboard. You will find the file GUID in the dashboard once the digital good is created.
Public property HasTaxesIncluded
Set this flag to true if the taxes you defined are included in your product prices.
Public property Height
Use this attribute to specify item height. The item dimensions will be used when using integrated shipping providers and will be sent to the Shipping Webhooks API if defined. Please note that we are using centimeters as dimension unit and this attribute is required to use Australia Post.
Public property Id
This attribute is mandatory; it is your product's unique ID. If you are using a CMS , we suggest using the unique ID from your database. There are no constraints on Snipcart's side; you can use integers, GUID, strings, etc. This attribute will also be used to locate the element when crawling your webpage, to make sure the amount the customer is about to pay is correct and has mot been altered.
Public property ImageUrl
Use this if you want to provide your customers with a small thumbnail of your product in the cart. This must be an absolute URL. As this attribute is optional, if you do not provide it, no image will be displayed. Please note that the format is 50x50 in our default template.
Public property Length
Use this attribute to specify item length. The item dimensions will be used when using integrated shipping providers and will be sent to the Shipping Webhooks API if defined. Please note that we are using centimeters as dimension unit and this attribute is required to use Australia Post.
Public property MaxQuantity
Use this attribute if you want to set a maximum allowed quantity of your product. For example, if you set it to 5, your customers will not be able to add more than 5 occurrences of your product in their cart. This comes in handy if you have limited stocks of a product or if you wish to limit the quantity per customer. A good practice would be to set it to the quantity you have available in your inventory.
Public property Metadata
Using this option, you can define metadata on the item. The value must be a valid JSON object. Example usage: data-item-metadata='{"key": "value"}'.
Public property MinQuantity
Gets the minimum quantity.
Public property Name
This is another mandatory attribute; it simply is your product name. The product name will be displayed in the shopping cart and during the checkout process.
Public property PaymentInterval
Use this attribute if the item is a subscription plan, you can set the frequency of the payments using it. Possible values are: Day, Week, Month or Year.
Public property PaymentIntervalCount
When defining a subscription plan, you can use this attribute to set the interval count, for instance, if data-item-payment-interval="Month" and data-item-payment-interval-count="2", a payment will be taken every 2 months.
Public property PaymentTrial
Use this attribute if you want to offer a trial period to the customers purchasing the subscription plan. The value specified is the number of days the trial will last
Public property Price
Another mandatory attribute: the item price. You must provide a decimal number. Do not format the number you provide in this attribute. Use a simple decimal with a dot (.) as a separator. Simply define the price regardless of the currency you're using. If you are using our multi-currency feature, please follow this guide to define your prices correctly. Valid price: 10000.50 Invalid price: 10 000,50$
Public property Quantity
Use this option when you want to set a default quantity for the item that you are about to add. You can also update this value with Javascript if needed and Snipcart will automatically use the updated value. It can be useful when you want your customers to choose the quantity directly on your website.
Public property QuantityStep
By default the quantity of an item increments by 1. Use this attribute if you want to override it. For instance, if you set it to 2, the quantity will increment from 2 to 4 to 6.
Public property RecurringShipping
If you are selling a subscription plan and have shipping costs but you don't want to charge these fees on every invoice, only on the first, then set it to false. By default, this value is true.
Public property Shippable
When you set this attribute to false, the product will be flagged as an item that you do not ship. All shipping options will be removed from the cart if you only have non-shippable items in it. As soon as you add an item that is shippable, the shipping tab will show up.
Public property Stackable
When you set this attribute to false, adding the same product to the cart will result in two distinct items in the cart, instead of simply increasing the quantity. For instance, when your customers click twice on the same Buy button, they will have two entries of the product in their cart, instead of having a quantity of 2 for the same product. This is useful when you have a product with specific custom fields requiring different information for each occurrence. For instance, if you’re allowing your customer to engrave a message on your product, this will allow them to specify a different message for every item. When not defined, this property is considered to be true by default.
Public property Taxable
Set this option to false when you want to exclude this particular item from the taxes calculation. The default value is true.
Public property Taxes
Using this option, you can define which taxes will be applied on this particular item. It might be useful when you have some products that are exempted from a specific tax. The usage is data-item-taxes="TPS|TVQ". Each taxes are separated by a |. The value must be the same name that is defined in the dashboard. You can also use the unique ID that is generated by your tax rule, available in the URL when editing a tax in the dashboard. Note that the unique IDs will not be the same in Live and Test modes.
Public property Url
This attribute is very important. It must be the URL where we will find your Buy button. To make sure the price has not been altered during the checkout process, we will crawl this URL and look for the Buy button. It must be on the source of the page and not added dynamically with JavaScript. Important notice: For users with a single-page website, the data-item-url field should be filled with only your basic domain name, such as www.example.com, or with a simple slash bar /.
Public property Weight
This attribute is required only if you are using shipping rates from one of our supported shipping providers. Every provider requires the "package" weight to estimate the cost. Please note that we are using grams as weight units.
Public property Width
Use this attribute to specify item width. The item dimensions will be used when using integrated shipping providers and will be sent to the Shipping Webhooks API if defined. Please note that we are using centimeters as dimension unit and this attribute is required to use Australia Post.