Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure attribute values and map them to respective payment plan amounts. In the example below, the first id is 10790, which is the id for the adult option on the regular season pass - payment plan. To find that ID, go to the product editor, open product attributes, choose to edit the Age attribute, then edit the “Adult” value.  From this editing product modal get the ID of the attribute value from the url. paymentPrice defined is the payment plan amount for the adult pass (before add ons). (The total price of the pass MINUS the deposit amount) Deposit is the deposit amount for the adult pass (before add ons). Repeat for all attribute values that could alter the payment plan price.

  2.  Finally, configure which products the payment plan HTML widget will show on by updating the code in blue below with desired Aspenware commerce product ids In the example below, three product ids are configured, and these two products will display this widget on the PDP. To get the product ID, go to Catalog>Products>Edit product and get the ID from the URL like the example below. 

...

.

...

...