Setting

Updating Quantity There are 2 modes in this extension to update product quantity. Standard Mode In this mode, you edit the quantity field directly. Addition Mode In this mode, the value entered will be added to the existing quantity levels. To enable the addition mode, enable “Add Quantity Mode“ Validation by Ordered Product Option If […]

Short-codes

{server_date} Server Date {store_name} Store Name {store_email} Store Email {store_url} Store URL {email_subject} Email Subject {product_link} Product Link {product_image} Product Image {product_options} Product Options (Table format) {name} Product Name {model} Product Model {sku} SKU {upc} UPC {price} Price (unformatted) {quantity} Main Quantity

Installation

Login to admin Go to Extensions > Installer Upload huntbee_lowstockmanager.ocmod.zip Click on the Install Button for HuntBee – Low Stock Manager (as shown in the screenshot below) Go to Extensions > Modules. Find Low Stock Management and click on the install button. Then click on the edit button Choose and select settings as per your […]

About the extension

Low Stock Alert Manager / Low Stock Management Purpose of this Extension Whenever an order is placed by the customer, it subtracts the product quantity of the ordered product. This extension will send an alert email to the admin (or any email address or addresses you specify in the setting) whenever the product quantity reaches […]

Displaying additional product table columns

Create OCMOD like the one shown below. <?xml version=”1.0″ encoding=”utf-8″?> <modification> <name>PDF INVOICE Customization</name> <version>2.1.4</version> <author>HuntBee OpenCart Services</author> <link>https://www.huntbee.com</link> <code>huntbee_pdf_invoice_custom</code> <file path=”admin/controller/extension/hbapps/hb_pdfinvoice.php”> <operation> <search><![CDATA[array(‘image’,’model’,’sku’,’upc’,’ean’,’jan’,’isbn’,’mpn’,’weight’,’dimension’,’quantity’,’item_price’,’item_tax’,’price’)]]></search> <add position=”replace”><![CDATA[array(‘image’,’model’,’sku’,’act_size’,’upc’,’ean’,’jan’,’isbn’,’mpn’,’weight’,’dimension’,’quantity’,’item_price’,’item_tax’,’price’)]]></add> </operation> </file> <file path=”catalog/model/extension/module/hb_pdfinvoice.php”> <operation> <search><![CDATA[$productinfo[‘sku’],]]></search> <add position=”after”><![CDATA[‘act_size’ => $productinfo[‘act_size’],]]></add> </operation> <operation> <search><![CDATA[array(‘model’,’sku’,’upc’,’ean’,’jan’,’isbn’,’mpn’,’weight’,’dimension’,’quantity’,’item_price’,’item_tax’,’price’)]]></search> <add position=”replace”><![CDATA[array(‘model’,’sku’,’act_size’,’upc’,’ean’,’jan’,’isbn’,’mpn’,’weight’,’dimension’,’quantity’,’item_price’,’item_tax’,’price’)]]></add> </operation> <operation> <search><![CDATA[$language->get(‘text_pdf_sku’),]]></search> <add position=”after”><![CDATA[‘act_size’ => $language->get(‘text_pdf_act_size’),]]></add> </operation> </file> <file path=”catalog/language/en-gb/extension/module/hb_pdfinvoice.php”> <operation> <search><![CDATA[$_[‘text_pdf_sku’] ]]></search> […]

Order Update

Reference: https://developers.klaviyo.com/en/docs/guide-to-integrating-a-platform-without-a-pre-built-klaviyo-integration Event will be triggered when you update the order status. Select the order status in the module setting for the relevant event trigger

Update Newsletter Subscription

Whenever the customer updates the newsletter preference, event will be passed to klaviyo to update. Reference: https://developers.klaviyo.com/en/reference/subscribe Choose the preferred Opt-in option in Klaviyo Newsletter List Setting