🛒 Sales Mode – Add Product
The Local Store Sales Mode allows vendors/admins to create products that connect to their external landing pages, enabling full affiliate tracking, reporting, and a fast checkout experience without using a traditional cart.
You can create unlimited Sales Mode products, and the front side will automatically switch to a classified theme, designed for showcasing external product promotions.
🔁 Sales Mode vs. Cart Mode
The system supports only one active mode at a time:
-
Cart Mode: Built-in multi-product cart + checkout
-
Sales Mode: External landing + internal fast checkout (single product)
✅ Setup Instructions
Step 1: Enable Sales Mode
Navigate to:Admin > Local Store > Settings
→ Set mode to Sales Mode → Save.
Step 2: Add a New Product
Go to:Admin > Local Store > Classified Product
→ Click Add New Product and fill in the fields below.
🧾 Product Fields
-
Product Type: Physical, virtual, or downloadable
-
Product Promotion URL: Your external landing/sales page
-
Product Name / SKU / MSRP / Price / Quantity
-
Category / Description / Launch Date / Sale Duration / Sale Price
-
Show On Store / Show To Affiliates / Featured Product
-
Shipping & Country (optional)
-
Recurring Commission Setup
-
Check out Theme, Terms, Reviews, and Footer Pages
-
Commission Settings: Default or Custom
🔧 Integration With Landing Pages
You can connect any external page (even static HTML) by adding two things:
1. Integration Script
Paste this script once at the bottom of your landing page:
<script type="text/javascript" src="https://yourdomain.com/integration/general_integration"></script>
Replace
yourdomain.com
with your actual domain where the plugin is installed.
2. Buy Button Attribute
In your button element, add the following attribute:
AffTrackerProcutCampaign="UNIQUE-CODE"
Example:
<button AffTrackerProcutCampaign="dnZiTjVCMFFvS3BEU3p6QWhFMEdiUT09-MTA2">Buy Now</button>
The
AffTrackerProcutCampaign
value is generated per product when you create it in the admin area.
Notes:
-
The button must be visible and clickable (not behind other elements).
-
Avoid blocking the button’s click event with JavaScript or overlays.
Optional:
You can use a system-generated button like this:
<img AffTrackerProcutCampaign="UNIQUE-CODE" src="https://yourdomain.com/store/show_classified_buy_button/{product_id}/1">
🧠 Integration Logic (Business Overview)
Sales Mode links your landing pages to the affiliate system by embedding a single button attribute and one script. When the buyer clicks the button, the script captures the affiliate referral and product campaign ID, then redirects the user to a dedicated checkout page powered by the affiliate system, without a full cart.
The checkout is handled internally and supports full affiliate tracking, commission logic, and the following payment methods:
Supported Payment Methods:
Bank Transfer, Cash On Delivery*, Flutterwave, PayPal, PayPal Standard, Paystack, Razorpay, Skrill, Stripe, Xendit, Yappy, Yookassa, Toyyibpay, and API support for custom methods.
*Cash on Delivery is not available for the Deposit module.
This model gives you full control over your landing page and design while using the system’s secure backend for tracking, checkout, and commission handling.