Custom Code Methods
-
SmartCart.executeCustomCode ⇒
void -
Executes the custom code -- in case there is any JS that needs to be executed
-
SmartCart.injectCustomCodeBlocks ⇒
void -
Injects the custom code HTML into the DOM
SmartCart.executeCustomCode ⇒ void¶
Executes the custom code -- in case there is any JS that needs to be executed
SmartCart.injectCustomCodeBlocks ⇒ void¶
Injects the custom code HTML into the DOM
--- title: Custom Code Methods excerpt: '' deprecated: false hidden: true metadata: title: '' description: '' robots: index next: description: Return to the New Methods Overview Page to see other available methods. pages: - type: endpoint slug: smart-cart-methods title: Methods Overview - New --- <dl> <dt> <a href="#SmartCart.executeCustomCode">SmartCart.executeCustomCode</a> ⇒ <code>void</code> </dt> <dd> <p>Executes the custom code -- in case there is any JS that needs to be executed</p> </dd> <dt> <a href="#SmartCart.injectCustomCodeBlocks">SmartCart.injectCustomCodeBlocks</a> ⇒ <code>void</code> </dt> <dd> <p>Injects the custom code HTML into the DOM</p> </dd> </dl> <a name="SmartCart.executeCustomCode"></a> ## `SmartCart.executeCustomCode` ⇒ <code>void</code> Executes the custom code -- in case there is any JS that needs to be executed <a name="SmartCart.injectCustomCodeBlocks"></a> ## `SmartCart.injectCustomCodeBlocks` ⇒ <code>void</code> Injects the custom code HTML into the DOM