Ser1ous / commerce

Commerce for Evolution CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commerce

E-commerce solution for Evolution CMS.

Payment methods:

Bill
CloudPayments
LiqPay
Paymaster
PaynetEasy
PayPal
Robokassa
Сбербанк
Сбербанк кредит "Покупай со Сбербанком"
Stripe
Tinkoff
Центральная касса (нужен тестовый аккаунт для проверки)
WayForPay
Яндекс.Касса

Delivery:

Новая почта
СДЭК

Other:

Product Options
Coupons
Discounts
CBR Currency Updater
Dashboard

Add product to cart:

<form action="#" data-commerce-action="add">
    <input type="hidden" name="id" value="[*id*]">
    <input type="hidden" name="count" value="1">
    <input type="hidden" name="options[color]" value="White">
    <input type="hidden" name="options[services][]" value="Uplift">
    <input type="hidden" name="options[services][]" value="Assembling">
    <input type="hidden" name="meta[key]" value="value">
    <button type="submit">Add to cart</button>
</form>

<a href="#" data-commerce-action="add" data-id="[*id*]" data-count="2">Add to cart</a>

<a href="#" data-commerce-action="add" data-id="[*id*]" data-instance="wishlist">Add to wishlist</a>

<a href="#" data-commerce-action="remove" data-row="[*row*]">Remove from cart by row hash</a>

<a href="#" data-commerce-action="remove" data-id="[*id*]">Remove from cart by ID</a>

Show cart:

[!Cart
    &instance=`products`
    &theme=``
    &tpl=`tpl`
    &optionsTpl=`optionsTpl`
    &ownerTPL=`ownerTPL`
    &subtotalsRowTpl=`subtotalsRowTpl`
    &subtotalsTpl=`subtotalsTpl`
!]

Show currency selection:

[!CurrencySelect
    &tpl=`tpl`
    &activeTpl=`activeTpl`
    &outerTpl=`outerTpl`
!]

Show order form:

[!Order
    &formTpl=`formTpl`
    &deliveryTpl=`deliveryTpl`
    &deliveryRowTpl=`deliveryRowTpl`
    &paymentsTpl=`paymentsTpl`
    &paymentsRowTpl=`paymentsRowTpl`
    &reportTpl=`reportTpl`
    &ccSenderTpl=`ccSenderTpl`
!]

Payments settings:

Process: POST /commerce/<payment_code>/payment-process
Success: POST /commerce/<payment_code>/payment-success
Failed:  POST /commerce/<payment_code>/payment-failed

About

Commerce for Evolution CMS


Languages

Language:PHP 68.0%Language:Smarty 25.8%Language:JavaScript 5.2%Language:CSS 0.9%