Definition
The eCommerce Purchasing Component allows the user to make a purchase from the training product page. This component is located with data from the product purchasing database in order to help the user make a purchasing decision.
Usage
EOL'd, please use g34v0 instead.
v0
eCommerce Purchasing (EOLed)
The default version of the eCommerce Purchasing Component is used to make an online purchase of a training Instructor-led class. This component allows the user to pick a class date/location from a picklist and view several critical pieces of data that are needed to make an online purchase directly from the training product page. The purchase critical details that this page includes are Part Number (this can be localized), class duration, price, and a link that indicates the potential availability of alternate pricing (GSA, ?, Euros, etc.). This default version of the component includes several Call to Action buttons which are used to view location information and availability of the potential purchase as well the "Add to Shopping Cart" purchase action. Alternately the no options are available for a particular product from the picklist an alternate call to action of "View Product Description" can be used in place of the default Calls to Action. This component can include a Call to Action button in the case where the course options presented to the user do not meet the user's needs and there is an appropriate offline business process to support these customers. In the example shown this alternate action is "Request A Class".
In the case where more than one of these components are used on a particular page representing multiple products the product name can be used in place of the "Select a course" header which can link to the specific product page.
If no class schedules are available, or a class can not be found to match your schedule, you may request a class be scheduled.
No Templates Reference this
v0
x1
eCommerce Purchasing w/ Multiple Prices (EOLed)
Up to three prices may be shown with this component.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT -->
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="tablecaption2"><div class="headerpadding">
Select a course
</div></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Duration</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price A</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price B</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">SL-110</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">5 days</div></th>
<td id="t1c3" class="columncaption5" align="left"><div class="headerpadding"><b>$1595.00</b>  <span class="smaller"><a href="{linkplaceholder}">GSA Approved</a></span></div></td>
<td id="t1c3" class="columncaption5" align="left"><div class="headerpadding"><b>$1234.00</b>  <span class="smaller"><a href="{linkplaceholder}">GSA Approved</a></span></div></td>
</tr>
<tr class="grey1"><td colspan="4">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select multiple="multiple" size="8" style="width:100%;margin:8px 0px">
<option>-- Select a class from the list --</option>
<option>00-MON-2003 to 11-MON-2003(City)</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</td></tr>
<tr class="ltgrey">
<td colspan="4" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="defbutton" value=" Location Info » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
<input type="submit" border="0" class="defbutton" value=" Check Availability » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
<input type="submit" border="0" class="hotbutton" value=" Add to Shopping Cart » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</div></td>
</tr>
</table>
</td></tr>
</table>
</form>
<span class="sp10"> </span><br />
<span>If no class schedules are available, or a class can not be found to match your schedule, you may request a class be scheduled.</span>
<div align="right">
<form action="{linkplaceholder}" method="post">
<input type="submit" border="0" class="defbutton" value=" Request a class » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</form>
</div>
<span class="sp10"> </span><br />
<!-- END G12 ECOMMERCE PURCHASING COMPONENT -->
No Templates Reference this
v1
eCommerce Purchasing (EOLed)
This varition of the eCommerce Purchasing Component is used to display the needed data in order for the customer to make an online purchase of a Web-based training product. Unlike the default this variation does not require the user to select any data. The purchase critical data that is included in this variation is Part Number (this can be localized), duration of the Web-based product subscription, price, and a link that indicates the potential availability of alternate pricing (GSA, ?, Euros, etc.). This variation includes a single Call to Action button which is to make the online purchase.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 1 -->
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Subscription Duration</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price</div></th>
</tr>
<tr class="grey1">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">WJB-110-180</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">180 days</div></th>
<td id="t1c3" class="columncaption5" align="left"><div class="headerpadding"><b>$595.00</b> <span class="smaller"><a href="{linkplaceholder}">GSA Approved</a></span></div></td>
</tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="hotbutton" value=" Add to Shopping Cart » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</div></td>
</tr>
</table>
</td></tr>
</table>
</form>
<span class="sp10"> </span><br />
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 1 -->
No Templates Reference this
v1
x1
eCommerce Purchasing w/ Multiple Prices (EOLed)
Up to three prices may be shown with this component.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 1 -->
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Subscription Duration</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price A</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price B</div></th>
</tr>
<tr class="grey1">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">WJB-110-180</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">180 days</div></th>
<td id="t1c3" class="columncaption5" align="left"><div class="headerpadding"><b>$595.00</b> <span class="smaller"><a href="{linkplaceholder}">GSA Approved</a></span></div></td>
<td id="t1c3" class="columncaption5" align="left"><div class="headerpadding"><b>$600.00</b> <span class="smaller"><a href="{linkplaceholder}">GSA Approved</a></span></div></td>
</tr>
<tr class="ltgrey">
<td colspan="4" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="hotbutton" value=" Add to Shopping Cart » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</div></td>
</tr>
</table>
</td></tr>
</table>
</form>
<span class="sp10"> </span><br />
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 1 -->
No Templates Reference this
v2
eCommerce Purchasing (EOLed)
This varition of the eCommerce Purchasing Component is used to display the needed data in order for the customer to make an online purchase of a CD-ROM, Certification, or Consulting training product. Unlike the default this variation does not require the user to select any data. The purchase critical data that is included in this variation is Part Number (this can be localized), price, and a link that indicates the potential availability of alternate pricing (GSA, ?, Euros, etc.). This variation includes a single Call to Action button which is to make the online purchase.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 2 -->
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price</div></th>
</tr>
<tr class="grey1">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">CX-310-015</div></th>
<td id="t1c2" class="columncaption5" align="left"><div class="headerpadding"><b>$150.00</b></div></td>
</tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="hotbutton" value=" Add to Shopping Cart » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</div></td>
</tr>
</table>
</td></tr>
</table>
</form>
<span class="sp10"> </span><br />
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 2 -->
No Templates Reference this
v2
x1
eCommerce Purchasing w/ Multiple Prices (EOLed)
Up to three prices may be shown with this component.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 2 -->
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price A</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price B</div></th>
</tr>
<tr class="grey1">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">CX-310-015</div></th>
<td id="t1c2" class="columncaption5" align="left"><div class="headerpadding"><b>$150.00</b></div></td>
<td id="t1c2" class="columncaption5" align="left"><div class="headerpadding"><b>$180.00</b></div></td>
</tr>
<tr class="ltgrey">
<td colspan="4" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="hotbutton" value=" Add to Shopping Cart » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</div></td>
</tr>
</table>
</td></tr>
</table>
</form>
<span class="sp10"> </span><br />
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 2 -->
No Templates Reference this
v3
eCommerce Purchasing, no Purchase Option (EOLed)
This varition of the eCommerce Purchasing Component is used to display the needed data but does not allow for online purchase.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 COMPONENT V.3-->
<div class="g12">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Duration</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">VC-SL-425</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">4 days</div></th>
<th id="t1c3" class="columncaption4" align="left"><div class="headerpadding">$2,400.00</div></th>
</tr>
<tr class="grey1"><td colspan="3" style="padding:0px 10px">
<select size="4" style="width:100%;margin:8px 0px" name="item">
<option value="XXXX">-- Available class dates --</option>
<option value="CL|SL-425|SL-425|2400.0| |Architecting and Designing J2EE [tm] Applications - 6-Sep-2005 to 9-Sep-2005(BROM)|6-Sep-2005|9-Sep-2005|214802|Broomfield, Co|BROM|BROOMFIELD|CO|80021|US">6-Sep-2005 - 9-Sep-2005(Mst Virtual Site Co, Us)</option>
</select>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right"><div class="pad6">
<center><b>Please <a href="/training/contact_us/index.html">contact a Sun Training Representative</a> to order and coordinate the scheduling of this course.</b></center>
</div>
</td>
</tr>
</table>
</td></tr>
</table>
</form>
<div class="pad">If a class can not be found to match your schedule, you may request a class be scheduled.</div>
<div align="right">
<form action="{linkplaceholder}" method="post">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="processor" value="requestclass" />
<input type="hidden" name="course" value="Solaris 10 New Features for Experienced Solaris System Administrators (SA-225-S10)" />
<input type="hidden" name="product_code" value="SA-225-S10" />
<input type="submit" border="0" class="defbutton" value=" Request A Class » " name="request_a_class" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</form>
</div>
</div>
<!-- END G12 COMPONENT V.3-->
No Templates Reference this
v3
x1
eCommerce Purchasing, no Purchase Option, Multiple Prices (EOLed)
Up to three prices may be shown with this component.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 COMPONENT V.3-->
<div class="g12">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Duration</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price A</div></th>
<th id="t1c3" class="columncaption3" align="left"><div class="headerpadding">Price B</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">VC-SL-425</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">4 days</div></th>
<th id="t1c3" class="columncaption4" align="left"><div class="headerpadding">$2,400.00</div></th>
<th id="t1c3" class="columncaption4" align="left"><div class="headerpadding">$2,500.00</div></th>
</tr>
<tr class="grey1"><td colspan="4" style="padding:0px 10px">
<select size="4" style="width:100%;margin:8px 0px" name="item">
<option value="XXXX">-- Available class dates --</option>
<option value="CL|SL-425|SL-425|2400.0| |Architecting and Designing J2EE [tm] Applications - 6-Sep-2005 to 9-Sep-2005(BROM)|6-Sep-2005|9-Sep-2005|214802|Broomfield, Co|BROM|BROOMFIELD|CO|80021|US">6-Sep-2005 - 9-Sep-2005(Mst Virtual Site Co, Us)</option>
</select>
</td></tr>
<tr class="ltgrey">
<td colspan="4" align="right"><div class="pad6">
<center><b>Please <a href="/training/contact_us/index.html">contact a Sun Training Representative</a> to order and coordinate the scheduling of this course.</b></center>
</div>
</td>
</tr>
</table>
</td></tr>
</table>
</form>
<div class="pad">If a class can not be found to match your schedule, you may request a class be scheduled.</div>
<div align="right">
<form action="{linkplaceholder}" method="post">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="processor" value="requestclass" />
<input type="hidden" name="course" value="Solaris 10 New Features for Experienced Solaris System Administrators (SA-225-S10)" />
<input type="hidden" name="product_code" value="SA-225-S10" />
<input type="submit" border="0" class="defbutton" value=" Request A Class » " name="request_a_class" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</form>
</div>
</div>
<!-- END G12 COMPONENT V.3-->
No Templates Reference this
v4
eCommerce Purchasing, Single Schedulable Product Sold in Package (EOLed)
This variation of the eCommerce Purchasing Component is used to show product schedules, when products that have schedules are sold as part of a package.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 4 -->
<div class="g12 g12v4">
<form action="{linkplaceholder}">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="tablecaption2"><div class="headerpadding">
Select Date(s)
</div></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">PK-CERT-JA5B</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,700.00</div></th>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: SL-425</div></th>
<th id="t1c2" class="columncaption2" align="left"><div class="headerpadding">Duration: 5 days</div></th>
</tr>
<tr class="grey1"><td colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px">
<option>-- Available class dates --</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="defbutton" value=" View Center Info » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
<input type="submit" border="0" class="defbutton" value=" Check Availability » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="hotbutton" value=" Add To Shopping Cart » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</div></td>
</tr>
</table>
</td></tr>
</table>
</form>
<span class="sp10"> </span><br />
<span>If a class can not be found to match your schedule, you may request a class be scheduled.</span>
<div align="right">
<form action="{linkplaceholder}" method="post">
<input type="submit" border="0" class="defbutton" value=" Request A Class » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</form>
</div>
<span class="sp10"> </span><br />
</div>
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 4 -->
No Templates Reference this
v4
x1
eCommerce Purchasing, Multiple Prices, Single Schedulable Product Sold in Package (EOLed)
Up to three prices may be shown with this component.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 4 -->
<div class="g12 g12v4">
<form action="{linkplaceholder}">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="tablecaption2"><div class="headerpadding">
Select Date(s)
</div></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price A</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price B</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">PK-CERT-JA5B</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,700.00</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,800.00</div></th>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: SL-425</div></th>
<th id="t1c2" class="columncaption2" align="left" colspan="2"><div class="headerpadding">Duration: 5 days</div></th>
</tr>
<tr class="grey1"><td colspan="3">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px">
<option>-- Available class dates --</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="defbutton" value=" View Center Info » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
<input type="submit" border="0" class="defbutton" value=" Check Availability » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="hotbutton" value=" Add To Shopping Cart » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</div></td>
</tr>
</table>
</td></tr>
</table>
</form>
<span class="sp10"> </span><br />
<span>If a class can not be found to match your schedule, you may request a class be scheduled.</span>
<div align="right">
<form action="{linkplaceholder}" method="post">
<input type="submit" border="0" class="defbutton" value=" Request A Class » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</form>
</div>
<span class="sp10"> </span><br />
</div>
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 4 -->
No Templates Reference this
v5
eCommerce Purchasing, Multiple Schedulable Products Sold in Package (EOLed)
This variation of the eCommerce Purchasing Component is used to show product schedules, when multiple products that have schedules are sold as part of a package that is not available for online sale. If no dates are available for a component, the text "There are currently no scheduled dates for this course." may be inserted.
-- Select a class from the list --
2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)
30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)
-- Select a class from the list --
2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)
30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)
-- Select a class from the list --
2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)
30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 5 -->
<div class="g12 g12v5">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="tablecaption2"><div class="headerpadding">Select Date(s)</div></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">PK-VC-ES-5088</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,600.00</div></th>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-ES-346</div></th>
<th id="t1c2" class="columncaption2" align="left"><div class="headerpadding">Duration: 3 days</div></th>
</tr>
<tr class="grey1"><td colspan="2">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px" name="item">
<option value="XXXX">-- Select a class from the list --</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 2-Jun-2006 to 2-Jun-2006(US-LVC-BRL)|2-Jun-2006|2-Jun-2006|225853|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 30-Aug-2006 to 30-Aug-2006(US-LVC-BRL)|30-Aug-2006|30-Aug-2006|228005|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</form>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="action" value="add" />
<input type="submit" border="0" class="defbutton" value=" View Center Info » " name="viewcenters.x" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-ES-347</div></th>
<th id="t1c2" class="columncaption2" align="left"><div class="headerpadding">Duration: 1 days</div></th>
</tr>
<tr class="grey1"><td colspan="2">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px" name="item">
<option value="XXXX">-- Select a class from the list --</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 2-Jun-2006 to 2-Jun-2006(US-LVC-BRL)|2-Jun-2006|2-Jun-2006|225853|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 30-Aug-2006 to 30-Aug-2006(US-LVC-BRL)|30-Aug-2006|30-Aug-2006|228005|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</form>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="action" value="add" />
<input type="submit" border="0" class="defbutton" value=" View Center Info » " name="viewcenters.x" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-ES-348</div></th>
<th id="t1c2" class="columncaption2" align="left"><div class="headerpadding">Duration: 1 days</div></th>
</tr>
<tr class="grey1"><td colspan="2">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px" name="item">
<option value="XXXX">-- Select a class from the list --</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 2-Jun-2006 to 2-Jun-2006(US-LVC-BRL)|2-Jun-2006|2-Jun-2006|225853|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 30-Aug-2006 to 30-Aug-2006(US-LVC-BRL)|30-Aug-2006|30-Aug-2006|228005|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</form>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="action" value="add" />
<input type="submit" border="0" class="defbutton" value=" View Center Info » " name="viewcenters.x" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="ltgrey">
<td colspan="3"><div class="pad6">
<center><b>Please <a href="/training/contact_us/index.html">contact a Sun Training Representative</a> to order and coordinate the scheduling of this course.</b></center>
</div></td>
</tr>
</table>
</td></tr>
</table>
</div>
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 5 -->
No Templates Reference this
v5
x1
eCommerce Purchasing, Multiple Prices, Multiple Schedulable Products Sold in Package (EOLed)
Up to three prices may be shown with this component.
-- Select a class from the list --
2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)
30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)
-- Select a class from the list --
2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)
30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)
-- Select a class from the list --
2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)
30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 5 -->
<div class="g12 g12v5">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="tablecaption2"><div class="headerpadding">Select Date(s)</div></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price A</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price B</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">PK-VC-ES-5088</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,600.00</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,700.00</div></th>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-ES-346</div></th>
<th id="t1c2" class="columncaption2" align="left" colspan="2"><div class="headerpadding">Duration: 3 days</div></th>
</tr>
<tr class="grey1"><td colspan="3">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px" name="item">
<option value="XXXX">-- Select a class from the list --</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 2-Jun-2006 to 2-Jun-2006(US-LVC-BRL)|2-Jun-2006|2-Jun-2006|225853|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 30-Aug-2006 to 30-Aug-2006(US-LVC-BRL)|30-Aug-2006|30-Aug-2006|228005|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</form>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="action" value="add" />
<input type="submit" border="0" class="defbutton" value=" View Center Info » " name="viewcenters.x" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-ES-347</div></th>
<th id="t1c2" class="columncaption2" align="left" colspan="2"><div class="headerpadding">Duration: 1 days</div></th>
</tr>
<tr class="grey1"><td colspan="3">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px" name="item">
<option value="XXXX">-- Select a class from the list --</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 2-Jun-2006 to 2-Jun-2006(US-LVC-BRL)|2-Jun-2006|2-Jun-2006|225853|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 30-Aug-2006 to 30-Aug-2006(US-LVC-BRL)|30-Aug-2006|30-Aug-2006|228005|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</form>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="action" value="add" />
<input type="submit" border="0" class="defbutton" value=" View Center Info » " name="viewcenters.x" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-ES-348</div></th>
<th id="t1c2" class="columncaption2" align="left" colspan="2"><div class="headerpadding">Duration: 1 days</div></th>
</tr>
<tr class="grey1"><td colspan="3">
<form action="{linkplaceholder}" method="post">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px" name="item">
<option value="XXXX">-- Select a class from the list --</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 2-Jun-2006 to 2-Jun-2006(US-LVC-BRL)|2-Jun-2006|2-Jun-2006|225853|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">2-Jun-2006 - 2-Jun-2006(Est Virtual Site Ma, Us)</option>
<option value="PKG|PK-VC-ES-5088|PK-VC-ES-5088|ILT*VC-ES-346*VC-ES-346|ILT*VC-ES-347*VC-ES-347|ILT*VC-ES-348*VC-ES-348|WLS*WET-5088*WET-5088|TBT*WGS-PREX-346*WGS-PREX-346|TBT*WGS-PREX-347*WGS-PREX-347|TBT*WGS-PREX-348*WGS-PREX-348|TBT*WGS-PREX-5088*WGS-PREX-5088|##|2600.0| |Sun Fire(TM) T2000 Administration Course Package - 30-Aug-2006 to 30-Aug-2006(US-LVC-BRL)|30-Aug-2006|30-Aug-2006|228005|Est Virtual Site Ma, Us|US-LVC-BRL|BURLINGTON|MA|80021|US">30-Aug-2006 - 30-Aug-2006(Est Virtual Site Ma, Us)</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</form>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="hidden" name="country_code" value="US" />
<input type="hidden" name="action" value="add" />
<input type="submit" border="0" class="defbutton" value=" View Center Info » " name="viewcenters.x" onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
<tr class="ltgrey">
<td colspan="3"><div class="pad6">
<center><b>Please <a href="/training/contact_us/index.html">contact a Sun Training Representative</a> to order and coordinate the scheduling of this course.</b></center>
</div></td>
</tr>
</table>
</td></tr>
</table>
</div>
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 5 -->
No Templates Reference this
v6
eCommerce Purchasing, Single Schedulable Product Sold in Package, no Online Sale Capability (EOLed)
This variation of the eCommerce Purchasing Component is used to show product schedules, when products that have schedules are sold as part of a package and the product is not available for online sale.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 6 -->
<div class="g12 g12v6">
<form action="{linkplaceholder}">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="tablecaption2"><div class="headerpadding">
Select Date(s)
</div></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">PK-CERT-JA5B</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,700.00</div></th>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-DTJ-1000</div></th>
<th id="t1c2" class="columncaption2" align="left"><div class="headerpadding">Duration: 2 days</div></th>
</tr>
<tr class="grey1"><td colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px">
<option>-- Available class dates --</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="defbutton" value=" View Center Info » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
<input type="submit" border="0" class="defbutton" value=" Check Availability » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
</table>
</td></tr>
<tr class="ltgrey">
<td colspan="3"><div class="pad6">
<center><b>Please <a href="/training/contact_us/index.html">contact a Sun Training Representative</a> to order and coordinate the scheduling of this course.</b></center>
</div></td>
</tr>
</table>
</form>
<span class="sp10"> </span><br />
<span>If a class can not be found to match your schedule, you may request a class be scheduled.</span>
<div align="right">
<form action="{linkplaceholder}" method="post">
<input type="submit" border="0" class="defbutton" value=" Request A Class » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</form>
</div>
<span class="sp10"> </span><br />
</div>
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 6 -->
No Templates Reference this
v6
x1
eCommerce Purchasing, Multiple Prices, Single Schedulable Product Sold in Package, Online Sale Capability (EOLed)
Up to three prices may be shown with this component.
Copy the code below and paste into your text editor.
!!! WARNING !!!
THIS CODE IS EOL
THIS CODE IS ONLY SHOWN HERE FOR REFERENCE PURPOSES
AND MUST NOT BE USED IN NEW PROJECTS.
EXISTING PROJECTS USING THIS CODE MUST BE UPGRADED
TO USE CODE THAT IS CURRENT
===================================================
<!-- BEGIN G12 ECOMMERCE PURCHASING COMPONENT VARIATION 6 -->
<div class="g12 g12v6">
<form action="{linkplaceholder}">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="tablecaption2"><div class="headerpadding">
Select Date(s)
</div></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="dkgrey1" width="100%">
<tr><td>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<th id="t1c1" class="columncaption3" align="left"><div class="headerpadding">Product ID</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price A</div></th>
<th id="t1c2" class="columncaption3" align="left"><div class="headerpadding">Price B</div></th>
</tr>
<tr class="ltgrey">
<th id="t1c1" class="columncaption4" align="left"><div class="headerpadding">PK-CERT-JA5B</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,700.00</div></th>
<th id="t1c2" class="columncaption4" align="left"><div class="headerpadding">$2,800.00</div></th>
</tr>
<tr class="grey2">
<th id="t1c1" class="columncaption2" align="left"><div class="headerpadding">Class List for Product ID: VC-DTJ-1000</div></th>
<th id="t1c2" class="columncaption2" align="left" colspan="2"><div class="headerpadding">Duration: 2 days</div></th>
</tr>
<tr class="grey1"><td colspan="3">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
<td width="100%">
<select size="4" style="width:400px;margin:8px 0px">
<option>-- Available class dates --</option>
</select>
</td>
<td><img src="/im/a.gif" width="10" height="1" border="0" alt="" /></td>
</tr>
</table>
</td></tr>
<tr class="ltgrey">
<td colspan="3" align="right" nowrap="nowrap"><div class="pad6">
<input type="submit" border="0" class="defbutton" value=" View Center Info » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
<input type="submit" border="0" class="defbutton" value=" Check Availability » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" /><img src="/im/a.gif" width="5" height="1" border="0" alt="" />
</div></td>
</tr>
</table>
</td></tr>
<tr class="ltgrey">
<td colspan="3"><div class="pad6">
<center><b>Please <a href="/training/contact_us/index.html">contact a Sun Training Representative</a> to order and coordinate the scheduling of this course.</b></center>
</div></td>
</tr>
</table>
</form>
<span class="sp10"> </span><br />
<span>If a class can not be found to match your schedule, you may request a class be scheduled.</span>
<div align="right">
<form action="{linkplaceholder}" method="post">
<input type="submit" border="0" class="defbutton" value=" Request A Class » " onmouseover="this.style.color='#fbe249';" onmouseout="this.style.color='#FFF';" />
</form>
</div>
<span class="sp10"> </span><br />
</div>
<!-- END G12 ECOMMERCE PURCHASING COMPONENT VARIATION 6 -->
No Templates Reference this