Search

Index

Revindex Storefront

Page action

Last updated on 2023-08-22 4 mins. to read

You can add a product to wish list, cart or checkout immediately by triggering an action over URL using the following query string name value pair on any page where the Product Detail module control is hosted. This is useful if, for example, you need to create a hyperlink that immediately sends the customer to checkout. 

Tell search bots not to index this link by adding the rel="nofollow" attribute to your anchor.

Name Value Required Description
rvdspact 1 Yes Perform “Add to Cart” action.
2 Yes Perform “Buy Now” action.
3 Yes Perform “Add to wish list” action.
rvdsfpvqty A valid quantity value No The product quantity to add. If not specified, the default quantity for the product will be used.
rvdsfpid A valid product ID Yes The ProductID of the product.
rvdsfpvid A valid product variant ID No The ProductVariantID of the product variant to add. If not specified, the default product variant will be triggered by the action.
rvdsfbkstartdate A valid start date for a booking product. No The booking start date and time expressed according to the portal time zone.
rvdsfbkstopdate A valid stop date for a booking product. No The booking stop date and time expressed according to the portal time zone.
rvdsfdfr Dynamic form result for custom fields.

Agree=true&Name=John
No The dynamic form result is a set of values used to populate the custom fields for a product or variant. Individual set of values should be delimited using the querystring format and escaped as needed.
rvdsfppartids List of ProductPartID

13|89|56
No List of ProductPartID separated by the pipe "|" delimiter used to indicate the product parts participating in a bundled product.
rvdsfppartsels True/false (1/0) to indicate which respective product part is selected.

1|0|1
No List of boolean values separated by the pipe "|" delimiter to indicate which participating product part is selected in a bundled product. To use the default selection, leave the value empty for that respective product part.
rvdsfppartqtys The quantity number for the respective product part.

1||2
No List of integers separated by the pipe "|"delimited to indicate the quantity set for the participating product part in a bundled product. To use a default quantity, leave the value empty for that respective product part.
returnurl Any URL No Redirect user back to the specified URL after adding a product to cart or to a wish list. You can use this parameter to add multiple products by chaining the different URLs together.
rvdsfrcart 1 No Reset shopping cart to empty before adding product to cart.
 
 
The booking start date and time should be expressed according to the portal time zone.
The booking start date and time should be expressed according to the portal time zone.

Comments

Joe May 31, 2016 11:58 AM
Is there any issue on this in V8.0?
Stephen Lim Jun 01, 2016 6:55 PM
Everything should work as expected. If you're having any issues, please post on our forum and see if others have encountered any issue.

Subtopics


Powered by Revindex Wiki