Module: ๐๐ก๐จ๐ฉ๐ฉ๐ข๐ง๐ ๐๐๐ซ๐ญ
Introduction
Enhance your online shopping experience with our powerful , ๐๐ก๐จ๐ฉ๐ฉ๐ข๐ง๐ ๐๐๐ซ๐ญ plugin for DLE. Seamlessly integrated into your DataLife Engine website, this plugin revolutionizes the way you manage your online store. From streamlining checkout processes to providing comprehensive inventory management, ๐๐ก๐จ๐ฉ๐ฉ๐ข๐ง๐ ๐๐๐ซ๐ญ empowers you to take your e-commerce business to new heights.
Features
Transform your DLE website into a dynamic e-commerce platform with ๐๐ก๐จ๐ฉ๐ฉ๐ข๐ง๐ ๐๐๐ซ๐ญ. Discover the power of seamless integration, intuitive features, and unparalleled support. Elevate your online store and unlock its full potential with ๐๐ก๐จ๐ฉ๐ฉ๐ข๐ง๐ ๐๐๐ซ๐ญ today!
For proper operation, please indicate in the admin panel from the beginning additional fields that ensure the display of the price and the poster.
Install
Change the template in your templates folder 'CART'
Start Use
In | Code |
---|---|
main.tpl |
{cart} - Display all the necessary scripts for the plugin
to work
|
In templeta files you need |
{cart_count} - Display the number of items in the cart
|
cart/paymethods | Edit the payment methods |
cart/paymethods/paypal.tpl | style: {
layout: 'horizontal',
color: 'gold',
shape: 'rect',
label: 'installment',
height: 40
},
Change the Paypal button style if you want Reference |
Module tags
Template File | Tag | For | Extra |
---|---|---|---|
In all templates files | {currency} |
Display the currency symbol | COUNTRY CURRENCY CODES - Change the currency if you want in admin panel , set only currency code |
Your_template/cart/cart.tpl | [cart] ... [/cart] |
Display the cart | None |
Your_template/cart/cart.tpl | {cart_items} |
Display the cart items | None |
Your_template/cart/cart.tpl | [discount] [/discount] |
Display the discount form | None |
Your_template/cart/cart.tpl | [discountuse]...[/discountuse] |
Show what code the user is using when use show | None |
Your_template/cart/cart.tpl | {discountuse} |
Show what code the user is using | <button class="remove-dis" data-item-id="{discountuse}"
data-action="deldiscount"</button> Use if yot want to unset the discount |
Your_template/cart/cart.tpl | {subtotal} |
Display the subtotal of the cart | None |
Your_template/cart/cart.tpl | {discount} |
Display the discount of the cart | None |
Your_template/cart/cart.tpl | {tax} |
Display the tax of the cart | More Info of VAT |
Your_template/cart/cart.tpl | {total} |
Display the total of the cart | None |
Template File | Tag | For | Extra |
Your_template/cart/cart_items.tpl | {title} |
Display the title of the product | None |
Your_template/cart/cart_items.tpl | {price} |
Display the price of the product | None |
Your_template/cart/cart_items.tpl | {img} |
Display the poster of the product | None |
Your_template/cart/cart_items.tpl | {link} |
Display the full link of the product | None |
Your_template/cart/cart_items.tpl | {id} |
Display the ID of the product | None |
Template File | Tag | For | Extra |
Your_template/cart/checkout.tpl | [checkout] ... [/checkout] |
Show the checkout page | None |
Your_template/cart/checkout.tpl | [billaddres] ... [/billaddres] |
Display the bill address | If you want don't use bill address turn off this function in admin panel |
Your_template/cart/checkout.tpl | [new] ... [/new] |
Display the bill address | Show form if user don't have address Tags |
Your_template/cart/checkout.tpl | [validation] ... [/validation] |
Your text inside if the user already has an bill address | Form input name's Show |
Your_template/cart/checkout.tpl | [pay] ... [/pay] |
Show Example | None | Your_template/cart/checkout.tpl | [discount] [/discount] |
Display the discount form | None |
Your_template/cart/checkout.tpl | [discountuse]...[/discountuse] |
Show what code the user is using when use show | None |
Your_template/cart/checkout.tpl | {discountuse} |
Show what code the user is using | <button class="remove-dis" data-item-id="{discountuse}"
data-action="deldiscount"</button> Use if yot want to unset the discount |
Your_template/cart/checkout.tpl | {subtotal} |
Display the subtotal of the checkout | None |
Your_template/cart/checkout.tpl | {discount} |
Display the discount of the checkout | None |
Your_template/cart/checkout.tpl | {tax} |
Display the tax of the checkout | More Info of VAT |
Your_template/cart/checkout.tpl | {total} |
Display the total of the checkout | None |
Template File | Tag | For | Extra |
Your_template/cart/empty.tpl | None | In this template, you can display a message when the cart is empty. | None |
Template File | Tag | For | Extra |
Your_template/cart/invoice.tpl | [invoice] ... [/invoice] |
Display the invoice page. | None |
Your_template/cart/invoice.tpl | {order_id} |
Display the order id. | None |
Your_template/cart/invoice.tpl | {name} |
Display buyer's Full Name. | None |
Your_template/cart/invoice.tpl | {date} |
Display the date. | None |
Your_template/cart/invoice.tpl | {paymant} |
Display the paymant method. | None |
Your_template/cart/invoice.tpl | {product} |
Display the product's. | None |
Your_template/cart/checkout.tpl | {subtotal} |
Display the subtotal of the checkout | None |
Your_template/cart/checkout.tpl | {discount} |
Display the discount of the checkout | None |
Your_template/cart/checkout.tpl | {tax} |
Display the tax of the checkout | More Info of VAT |
Your_template/cart/checkout.tpl | {total} |
Display the total of the checkout | None |
Template File | Tag | For | Extra |
Your_template/cart/order.tpl | [order] ... [/order] |
Display the order page | None |
Your_template/cart/order.tpl | {name} |
Display buyer's Full Name. | None |
Your_template/cart/order.tpl | {email} |
Display buyer's email | None |
Your_template/cart/order.tpl | {phone} |
Display buyer's phone number | None |
Your_template/cart/order.tpl | {product} |
Display product list | None |
Your_template/cart/order.tpl | {date} |
Display the order date | None |
Your_template/cart/order.tpl | {active} |
Display the order status | None |
Your_template/cart/order.tpl | {price} |
Display the order price | None |
Your_template/cart/order.tpl | [pay] ... [/pay] |
Display paymethod form if user want to pay |
{payment_methods} - Display payment methods |
Your_template/cart/order.tpl | [payok] ... [/payok] |
Write the payment success message | None |
Template File | Info | Use this tag | Extra |
Your_template/cart/userinfo.tpl | In this template, you can display order list in user profile page. |
|
None |
Template File | Tag | For | Extra |
Your_template/cart/user.tpl | {id} |
Order Id | None |
Your_template/cart/user.tpl | {date} |
Order Date | None |
Your_template/cart/user.tpl | {products} |
Product List | None |
Your_template/cart/user.tpl | {paymethod} |
Payment Method | None |
Your_template/cart/user.tpl | {status} |
Order Status | None |
Your_template/cart/user.tpl | {delivery} |
Delivery Method | None |
Your_template/cart/user.tpl | {invoice} |
Link to invoice | None |
Your_template/cart/user.tpl | [pay] ... [/pay] |
If Order status is Pending , display pay link | None |
Your_template/cart/user.tpl | {pay} |
Link to pay | None |
Payment Methods
In | Tag | For |
---|---|---|
cart/paymethods | [paypall] ... [/paypall] |
Shows if the user has chosen the payment method: Paypal |
cart/paymethods | [bank] ... [/bank] |
Shows if the user has chosen the payment method: Bank card |
cart/paymethods | [transfer] ... [/transfer] |
Shows if the user has chosen the payment method: Transfer |
cart/paymethods | {total} |
Order total price |
cart/paymethods | {order} |
Order Id |
cart/paymethods/paypal.tpl | style: {
layout: 'horizontal',
color: 'gold',
shape: 'rect',
label: 'installment',
height: 40
},
|
Change the Paypal button style if you want > All Reference |
We will be integrating more payment methods in the near future. wait for the update
Tag use in news templates
Tag | For | Extra |
---|---|---|
[addcart] ... [/addcart] |
Generates a link to add a product to the cart | If you want to change style of the button . use
addToCartBtn in your css file |
[open] ... [/open] |
This tag allows you to see information after purchase | None |
[close] ... [/close] |
Using this tag allows you to display information if the user has not yet purchased the product or has canceled the purchase | None |
[open] ... [/open]
And [close] ... [/close]
are used only
in showfull.tpl
Copyright ยฉ Ticcix. All rights reserved.