File: D:/HostingSpaces/PHerau/ha.health-science.be/wwwroot/Portals/4/Templates/ShopCart.page.template
<portal version="3.0"><description>ShopCart</description><tabs><tab><content>Shop - Cart</content><contentKey /><containersrc /><cultureCode /><description /><disabled>false</disabled><enddate>0001-01-01T00:00:00</enddate><issecure>false</issecure><visible>true</visible><keywords /><pageheadtext /><permanentredirect>false</permanentredirect><refreshinterval>-1</refreshinterval><sitemappriority>0.5</sitemappriority><skinsrc /><startdate>0001-01-01T00:00:00</startdate><name>Shop - Cart</name><title /><url type="Normal" /><tabpermissions><permission><permissioncode>SYSTEM_TAB</permissioncode><permissionkey>VIEW</permissionkey><allowaccess>true</allowaccess><rolename>All Users</rolename></permission><permission><permissioncode>SYSTEM_TAB</permissioncode><permissionkey>VIEW</permissionkey><allowaccess>true</allowaccess><rolename>Administrators</rolename></permission><permission><permissioncode>SYSTEM_TAB</permissioncode><permissionkey>EDIT</permissionkey><allowaccess>true</allowaccess><rolename>Administrators</rolename></permission></tabpermissions><tabsettings><tabsetting><settingname>CacheDuration</settingname><settingvalue></settingvalue></tabsetting><tabsetting><settingname>DoNotRedirect</settingname><settingvalue>False</settingvalue></tabsetting><tabsetting><settingname>LinkNewWindow</settingname><settingvalue>False</settingvalue></tabsetting><tabsetting><settingname>MaxVaryByCount</settingname><settingvalue></settingvalue></tabsetting><tabsetting><settingname>CacheProvider</settingname><settingvalue></settingvalue></tabsetting><tabsetting><settingname>IncludeVaryBy</settingname><settingvalue></settingvalue></tabsetting><tabsetting><settingname>CustomStylesheet</settingname><settingvalue></settingvalue></tabsetting><tabsetting><settingname>CacheIncludeExclude</settingname><settingvalue></settingvalue></tabsetting><tabsetting><settingname>AllowIndex</settingname><settingvalue>True</settingvalue></tabsetting><tabsetting><settingname>ExcludeVaryBy</settingname><settingvalue></settingvalue></tabsetting></tabsettings><panes><pane><name>ContentPane</name><modules><module><contentKey /><moduleID>585</moduleID><alignment /><alltabs>false</alltabs><border /><cachemethod /><cachetime>1200</cachetime><color /><containersrc /><displayprint>false</displayprint><displaysyndicate>false</displaysyndicate><displaytitle>true</displaytitle><enddate>0001-01-01T00:00:00</enddate><footer /><header /><iconfile /><inheritviewpermissions>true</inheritviewpermissions><iswebslice>false</iswebslice><modulepermissions><permission><permissioncode>SYSTEM_MODULE_DEFINITION</permissioncode><permissionkey>EDIT</permissionkey><allowaccess>true</allowaccess><rolename>Administrators</rolename></permission></modulepermissions><title>Text/HTML</title><startdate>0001-01-01T00:00:00</startdate><uniqueId>776683c9-a5b0-4af0-b781-767b55fa8543</uniqueId><visibility>Maximized</visibility><websliceexpirydate>0001-01-01T00:00:00</websliceexpirydate><webslicettl>0</webslicettl><cultureCode /><content type="DNNHTML" version="07.03.00"><![CDATA[<htmltext><content><![CDATA[&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-md-12&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;shop featured-boxes&quot;&gt;
&lt;div class=&quot;featured-box featured-box-primary align-left mt-sm&quot;&gt;
&lt;div class=&quot;box-content&quot;&gt;
&lt;table class=&quot;shop_table cart&quot; style=&quot;width: 100%;&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class=&quot;product-remove&quot;&gt;
&amp;nbsp;
&lt;/th&gt;
&lt;th class=&quot;product-thumbnail&quot;&gt;
&amp;nbsp;
&lt;/th&gt;
&lt;th class=&quot;product-name&quot;&gt;
Product
&lt;/th&gt;
&lt;th class=&quot;product-price&quot;&gt;
Price
&lt;/th&gt;
&lt;th class=&quot;product-quantity&quot;&gt;
Quantity
&lt;/th&gt;
&lt;th class=&quot;product-subtotal&quot;&gt;
Total
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&quot;cart_table_item&quot;&gt;
&lt;td class=&quot;product-remove&quot;&gt;
&lt;a title=&quot;Remove this item&quot; class=&quot;remove&quot; href=&quot;#&quot;&gt;
&lt;em class=&quot;fa fa-times&quot;&gt;&lt;/em&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-thumbnail&quot;&gt;
&lt;a href=&quot;Shop-Product-Sidebar&quot;&gt;
&lt;img alt=&quot;&quot; width=&quot;100&quot; height=&quot;100&quot; class=&quot;img-responsive&quot; src=&quot;{{PortalRoot}}img/products/product-1.jpg&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-name&quot;&gt;
&lt;a href=&quot;Shop-Product-Sidebar&quot;&gt;
Bag
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-price&quot;&gt;
&lt;span class=&quot;amount&quot;&gt;$299&lt;/span&gt;
&lt;/td&gt;
&lt;td class=&quot;product-quantity&quot;&gt;
&lt;div class=&quot;quantity&quot;&gt;
&lt;span type=&quot;button&quot; class=&quot;minus&quot; value=&quot;-&quot;&gt;&lt;em class=&quot;fa fa-chevron-down&quot; aria-hidden=&quot;true&quot;&gt;&lt;/em&gt;&lt;/span&gt;
&lt;input type=&quot;text&quot; class=&quot;input-text qty text&quot; title=&quot;Qty&quot; value=&quot;1&quot; name=&quot;quantity&quot; min=&quot;1&quot; step=&quot;1&quot; /&gt;
&lt;span type=&quot;button&quot; class=&quot;plus&quot; value=&quot;+&quot;&gt;&lt;em class=&quot;fa fa-chevron-up&quot; aria-hidden=&quot;true&quot;&gt;&lt;/em&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=&quot;product-subtotal&quot;&gt;
&lt;span class=&quot;amount&quot;&gt;$299&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;cart_table_item&quot;&gt;
&lt;td class=&quot;product-remove&quot;&gt;
&lt;a title=&quot;Remove this item&quot; class=&quot;remove&quot; href=&quot;#&quot;&gt;
&lt;em class=&quot;fa fa-times&quot;&gt;&lt;/em&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-thumbnail&quot;&gt;
&lt;a href=&quot;Shop-Product-Sidebar&quot;&gt;
&lt;img alt=&quot;&quot; width=&quot;100&quot; height=&quot;100&quot; class=&quot;img-responsive&quot; src=&quot;{{PortalRoot}}img/products/product-2.jpg&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-name&quot;&gt;
&lt;a href=&quot;Shop-Product-Sidebar&quot;&gt;
Casual Shoes
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-price&quot;&gt;
&lt;span class=&quot;amount&quot;&gt;$72&lt;/span&gt;
&lt;/td&gt;
&lt;td class=&quot;product-quantity&quot;&gt;
&lt;div class=&quot;quantity&quot;&gt;
&lt;span type=&quot;button&quot; class=&quot;minus&quot; value=&quot;-&quot;&gt;&lt;em class=&quot;fa fa-chevron-down&quot; aria-hidden=&quot;true&quot;&gt;&lt;/em&gt;&lt;/span&gt;
&lt;input type=&quot;text&quot; class=&quot;input-text qty text&quot; title=&quot;Qty&quot; value=&quot;1&quot; name=&quot;quantity&quot; min=&quot;1&quot; step=&quot;1&quot; /&gt;
&lt;span type=&quot;button&quot; class=&quot;plus&quot; value=&quot;+&quot;&gt;&lt;em class=&quot;fa fa-chevron-up&quot; aria-hidden=&quot;true&quot;&gt;&lt;/em&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=&quot;product-subtotal&quot;&gt;
&lt;span class=&quot;amount&quot;&gt;$72&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;cart_table_item&quot;&gt;
&lt;td class=&quot;product-remove&quot;&gt;
&lt;a title=&quot;Remove this item&quot; class=&quot;remove&quot; href=&quot;#&quot;&gt;
&lt;em class=&quot;fa fa-times&quot;&gt;&lt;/em&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-thumbnail&quot;&gt;
&lt;a href=&quot;Shop-Product-Sidebar&quot;&gt;
&lt;img alt=&quot;&quot; width=&quot;100&quot; height=&quot;100&quot; class=&quot;img-responsive&quot; src=&quot;{{PortalRoot}}img/products/product-3.jpg&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-name&quot;&gt;
&lt;a href=&quot;Shop-Product-Sidebar&quot;&gt;
Camera
&lt;/a&gt;
&lt;/td&gt;
&lt;td class=&quot;product-price&quot;&gt;
&lt;span class=&quot;amount&quot;&gt;$60&lt;/span&gt;
&lt;/td&gt;
&lt;td class=&quot;product-quantity&quot;&gt;
&lt;div class=&quot;quantity&quot;&gt;
&lt;span type=&quot;button&quot; class=&quot;minus&quot; value=&quot;-&quot;&gt;&lt;em class=&quot;fa fa-chevron-down&quot; aria-hidden=&quot;true&quot;&gt;&lt;/em&gt;&lt;/span&gt;
&lt;input type=&quot;text&quot; class=&quot;input-text qty text&quot; title=&quot;Qty&quot; value=&quot;1&quot; name=&quot;quantity&quot; min=&quot;1&quot; step=&quot;1&quot; /&gt;
&lt;span type=&quot;button&quot; class=&quot;plus&quot; value=&quot;+&quot;&gt;&lt;em class=&quot;fa fa-chevron-up&quot; aria-hidden=&quot;true&quot;&gt;&lt;/em&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=&quot;product-subtotal&quot;&gt;
&lt;span class=&quot;amount&quot;&gt;$60&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;actions&quot; colspan=&quot;6&quot;&gt;
&lt;div class=&quot;coupon mb-sm&quot;&gt;
&lt;input type=&quot;text&quot; name=&quot;coupon_code&quot; class=&quot;input-text mb-sm&quot; id=&quot;coupon_code&quot; placeholder=&quot;Coupon code&quot; /&gt;
&lt;input type=&quot;submit&quot; class=&quot;btn btn-primary mr-sm&quot; name=&quot;apply_coupon&quot; value=&quot;Apply Coupon&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;actions-continue&quot;&gt;
&lt;input type=&quot;submit&quot; value=&quot;Update Cart&quot; name=&quot;update_cart&quot; class=&quot;btn btn-primary&quot; /&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;]]></content></htmltext>]]></content><modulesettings /><tabmodulesettings /><definition>DNN_HTML</definition><moduledefinition>Text/HTML</moduledefinition></module><module><contentKey /><moduleID>586</moduleID><alignment /><alltabs>false</alltabs><border /><cachemethod /><cachetime>1200</cachetime><color /><containersrc /><displayprint>false</displayprint><displaysyndicate>false</displaysyndicate><displaytitle>true</displaytitle><enddate>0001-01-01T00:00:00</enddate><footer /><header /><iconfile /><inheritviewpermissions>true</inheritviewpermissions><iswebslice>false</iswebslice><modulepermissions><permission><permissioncode>SYSTEM_MODULE_DEFINITION</permissioncode><permissionkey>EDIT</permissionkey><allowaccess>true</allowaccess><rolename>Administrators</rolename></permission></modulepermissions><title>Text/HTML</title><startdate>0001-01-01T00:00:00</startdate><uniqueId>f44c42bf-049b-44ed-bc85-ead51b68a390</uniqueId><visibility>Maximized</visibility><websliceexpirydate>0001-01-01T00:00:00</websliceexpirydate><webslicettl>0</webslicettl><cultureCode /><content type="DNNHTML" version="07.03.00"><![CDATA[<htmltext><content><![CDATA[&lt;div class=&quot;shop&quot;&gt;
&lt;div class=&quot;featured-boxes&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-sm-12&quot;&gt;
&lt;h4 class=&quot;sidebar-heading center&quot;&gt;
Cart Totals
&lt;/h4&gt;
&lt;div class=&quot;featured-box featured-box-primary align-left mt-xlg&quot;&gt;
&lt;table class=&quot;cart-totals&quot;&gt;
&lt;tbody&gt;
&lt;tr class=&quot;shipping&quot;&gt;
&lt;th&gt;
Subtotal
&lt;/th&gt;
&lt;td&gt;
$431.00&lt;input type=&quot;hidden&quot; value=&quot;free_shipping&quot; id=&quot;shipping_method&quot; name=&quot;shipping_method&quot; /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;total&quot;&gt;
&lt;th&gt;
&lt;strong&gt;Total&lt;/strong&gt;
&lt;/th&gt;
&lt;td&gt;
&lt;strong&gt;&lt;span class=&quot;amount&quot;&gt;$431.00&lt;/span&gt;&lt;/strong&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;actions-continue pull-left&quot;&gt;
&lt;input type=&quot;submit&quot; value=&quot;Proceed to Checkout&quot; name=&quot;proceed&quot; class=&quot;btn btn-primary&quot; /&gt;
&lt;/div&gt;
&lt;/div&gt;]]></content></htmltext>]]></content><modulesettings /><tabmodulesettings /><definition>DNN_HTML</definition><moduledefinition>Text/HTML</moduledefinition></module></modules></pane></panes></tab></tabs></portal>