├── README.md
├── install.txt
├── license.txt
└── upload
├── .htaccess.txt
├── admin
├── config-dist.php
├── controller
│ ├── analytics
│ │ └── google_analytics.php
│ ├── captcha
│ │ ├── basic_captcha.php
│ │ └── google_captcha.php
│ ├── catalog
│ │ ├── attribute.php
│ │ ├── attribute_group.php
│ │ ├── category.php
│ │ ├── download.php
│ │ ├── filter.php
│ │ ├── information.php
│ │ ├── manufacturer.php
│ │ ├── option.php
│ │ ├── product.php
│ │ ├── recurring.php
│ │ └── review.php
│ ├── common
│ │ ├── column_left.php
│ │ ├── dashboard.php
│ │ ├── filemanager.php
│ │ ├── footer.php
│ │ ├── forgotten.php
│ │ ├── header.php
│ │ ├── login.php
│ │ ├── logout.php
│ │ ├── menu.php
│ │ ├── profile.php
│ │ ├── reset.php
│ │ └── stats.php
│ ├── customer
│ │ ├── custom_field.php
│ │ ├── customer.php
│ │ └── customer_group.php
│ ├── dashboard
│ │ ├── activity.php
│ │ ├── chart.php
│ │ ├── customer.php
│ │ ├── map.php
│ │ ├── online.php
│ │ ├── order.php
│ │ ├── recent.php
│ │ └── sale.php
│ ├── design
│ │ ├── banner.php
│ │ ├── language.php
│ │ ├── layout.php
│ │ └── theme.php
│ ├── error
│ │ ├── not_found.php
│ │ └── permission.php
│ ├── event
│ │ └── theme.php
│ ├── extension
│ │ ├── analytics.php
│ │ ├── captcha.php
│ │ ├── feed.php
│ │ ├── fraud.php
│ │ ├── installer.php
│ │ ├── modification.php
│ │ ├── module.php
│ │ ├── openbay.php
│ │ ├── payment.php
│ │ ├── shipping.php
│ │ ├── theme.php
│ │ └── total.php
│ ├── feed
│ │ ├── google_base.php
│ │ ├── google_sitemap.php
│ │ └── openbaypro.php
│ ├── fraud
│ │ ├── fraudlabspro.php
│ │ ├── ip.php
│ │ └── maxmind.php
│ ├── localisation
│ │ ├── country.php
│ │ ├── currency.php
│ │ ├── geo_zone.php
│ │ ├── language.php
│ │ ├── length_class.php
│ │ ├── location.php
│ │ ├── order_status.php
│ │ ├── return_action.php
│ │ ├── return_reason.php
│ │ ├── return_status.php
│ │ ├── stock_status.php
│ │ ├── tax_class.php
│ │ ├── tax_rate.php
│ │ ├── weight_class.php
│ │ └── zone.php
│ ├── marketing
│ │ ├── affiliate.php
│ │ ├── contact.php
│ │ ├── coupon.php
│ │ └── marketing.php
│ ├── module
│ │ ├── account.php
│ │ ├── affiliate.php
│ │ ├── amazon_login.php
│ │ ├── amazon_pay.php
│ │ ├── banner.php
│ │ ├── bestseller.php
│ │ ├── carousel.php
│ │ ├── category.php
│ │ ├── ebay_listing.php
│ │ ├── featured.php
│ │ ├── filter.php
│ │ ├── google_hangouts.php
│ │ ├── html.php
│ │ ├── information.php
│ │ ├── latest.php
│ │ ├── laybuy_layout.php
│ │ ├── pp_button.php
│ │ ├── pp_login.php
│ │ ├── sagepay_direct_cards.php
│ │ ├── sagepay_server_cards.php
│ │ ├── slideshow.php
│ │ ├── special.php
│ │ └── store.php
│ ├── openbay
│ │ ├── amazon.php
│ │ ├── amazon_listing.php
│ │ ├── amazon_product.php
│ │ ├── amazonus.php
│ │ ├── amazonus_listing.php
│ │ ├── amazonus_product.php
│ │ ├── ebay.php
│ │ ├── ebay_profile.php
│ │ ├── ebay_template.php
│ │ ├── etsy.php
│ │ ├── etsy_product.php
│ │ ├── etsy_shipping.php
│ │ ├── etsy_shop.php
│ │ └── fba.php
│ ├── payment
│ │ ├── amazon_login_pay.php
│ │ ├── authorizenet_aim.php
│ │ ├── authorizenet_sim.php
│ │ ├── bank_transfer.php
│ │ ├── bluepay_hosted.php
│ │ ├── bluepay_redirect.php
│ │ ├── brick.php
│ │ ├── cardinity.php
│ │ ├── cheque.php
│ │ ├── cod.php
│ │ ├── eway.php
│ │ ├── firstdata.php
│ │ ├── firstdata_remote.php
│ │ ├── free_checkout.php
│ │ ├── g2apay.php
│ │ ├── globalpay.php
│ │ ├── globalpay_remote.php
│ │ ├── klarna_account.php
│ │ ├── klarna_invoice.php
│ │ ├── laybuy.php
│ │ ├── liqpay.php
│ │ ├── nochex.php
│ │ ├── paymate.php
│ │ ├── paymentwall.php
│ │ ├── paypoint.php
│ │ ├── payza.php
│ │ ├── perpetual_payments.php
│ │ ├── pp_express.php
│ │ ├── pp_payflow.php
│ │ ├── pp_payflow_iframe.php
│ │ ├── pp_pro.php
│ │ ├── pp_pro_iframe.php
│ │ ├── pp_standard.php
│ │ ├── realex.php
│ │ ├── realex_remote.php
│ │ ├── sagepay_direct.php
│ │ ├── sagepay_server.php
│ │ ├── sagepay_us.php
│ │ ├── securetrading_pp.php
│ │ ├── securetrading_ws.php
│ │ ├── skrill.php
│ │ ├── twocheckout.php
│ │ ├── web_payment_software.php
│ │ └── worldpay.php
│ ├── report
│ │ ├── affiliate.php
│ │ ├── affiliate_activity.php
│ │ ├── affiliate_login.php
│ │ ├── customer_activity.php
│ │ ├── customer_credit.php
│ │ ├── customer_login.php
│ │ ├── customer_online.php
│ │ ├── customer_order.php
│ │ ├── customer_reward.php
│ │ ├── marketing.php
│ │ ├── product_purchased.php
│ │ ├── product_viewed.php
│ │ ├── sale_coupon.php
│ │ ├── sale_order.php
│ │ ├── sale_return.php
│ │ ├── sale_shipping.php
│ │ └── sale_tax.php
│ ├── sale
│ │ ├── order.php
│ │ ├── recurring.php
│ │ ├── return.php
│ │ ├── voucher.php
│ │ └── voucher_theme.php
│ ├── seller
│ │ ├── seller.php
│ │ └── seller_group.php
│ ├── setting
│ │ ├── setting.php
│ │ └── store.php
│ ├── shipping
│ │ ├── flat.php
│ │ ├── free.php
│ │ └── pickup.php
│ ├── startup
│ │ ├── error.php
│ │ ├── event.php
│ │ ├── login.php
│ │ ├── permission.php
│ │ ├── router.php
│ │ ├── sass.php
│ │ └── startup.php
│ ├── theme
│ │ └── theme_default.php
│ ├── tool
│ │ ├── backup.php
│ │ ├── error_log.php
│ │ └── upload.php
│ ├── total
│ │ ├── coupon.php
│ │ ├── credit.php
│ │ ├── handling.php
│ │ ├── klarna_fee.php
│ │ ├── low_order_fee.php
│ │ ├── reward.php
│ │ ├── shipping.php
│ │ ├── sub_total.php
│ │ ├── tax.php
│ │ ├── total.php
│ │ └── voucher.php
│ └── user
│ │ ├── api.php
│ │ ├── user.php
│ │ └── user_permission.php
├── index.php
├── language
│ └── en-gb
│ │ ├── Thumbs.db
│ │ ├── analytics
│ │ └── google_analytics.php
│ │ ├── captcha
│ │ ├── basic_captcha.php
│ │ └── google_captcha.php
│ │ ├── catalog
│ │ ├── attribute.php
│ │ ├── attribute_group.php
│ │ ├── category.php
│ │ ├── download.php
│ │ ├── filter.php
│ │ ├── information.php
│ │ ├── manufacturer.php
│ │ ├── option.php
│ │ ├── product.php
│ │ ├── recurring.php
│ │ └── review.php
│ │ ├── common
│ │ ├── dashboard.php
│ │ ├── filemanager.php
│ │ ├── footer.php
│ │ ├── forgotten.php
│ │ ├── header.php
│ │ ├── login.php
│ │ ├── menu.php
│ │ ├── reset.php
│ │ └── stats.php
│ │ ├── customer
│ │ ├── custom_field.php
│ │ ├── customer.php
│ │ └── customer_group.php
│ │ ├── dashboard
│ │ ├── activity.php
│ │ ├── chart.php
│ │ ├── customer.php
│ │ ├── map.php
│ │ ├── online.php
│ │ ├── order.php
│ │ ├── recent.php
│ │ └── sale.php
│ │ ├── design
│ │ ├── banner.php
│ │ └── layout.php
│ │ ├── en-gb.php
│ │ ├── en-gb.png
│ │ ├── error
│ │ ├── not_found.php
│ │ └── permission.php
│ │ ├── extension
│ │ ├── analytics.php
│ │ ├── captcha.php
│ │ ├── feed.php
│ │ ├── fraud.php
│ │ ├── installer.php
│ │ ├── modification.php
│ │ ├── module.php
│ │ ├── openbay.php
│ │ ├── payment.php
│ │ ├── shipping.php
│ │ ├── theme.php
│ │ └── total.php
│ │ ├── feed
│ │ ├── google_base.php
│ │ ├── google_sitemap.php
│ │ └── openbaypro.php
│ │ ├── fraud
│ │ ├── fraudlabspro.php
│ │ ├── ip.php
│ │ └── maxmind.php
│ │ ├── localisation
│ │ ├── country.php
│ │ ├── currency.php
│ │ ├── geo_zone.php
│ │ ├── language.php
│ │ ├── length_class.php
│ │ ├── location.php
│ │ ├── order_status.php
│ │ ├── return_action.php
│ │ ├── return_reason.php
│ │ ├── return_status.php
│ │ ├── stock_status.php
│ │ ├── tax_class.php
│ │ ├── tax_rate.php
│ │ ├── weight_class.php
│ │ └── zone.php
│ │ ├── mail
│ │ ├── affiliate.php
│ │ ├── customer.php
│ │ ├── forgotten.php
│ │ ├── return.php
│ │ ├── seller.php
│ │ └── voucher.php
│ │ ├── marketing
│ │ ├── affiliate.php
│ │ ├── contact.php
│ │ ├── coupon.php
│ │ └── marketing.php
│ │ ├── module
│ │ ├── account.php
│ │ ├── affiliate.php
│ │ ├── amazon_login.php
│ │ ├── amazon_pay.php
│ │ ├── banner.php
│ │ ├── bestseller.php
│ │ ├── carousel.php
│ │ ├── category.php
│ │ ├── clerkcart.php
│ │ ├── ebay_listing.php
│ │ ├── featured.php
│ │ ├── filter.php
│ │ ├── google_hangouts.php
│ │ ├── html.php
│ │ ├── information.php
│ │ ├── latest.php
│ │ ├── laybuy_layout.php
│ │ ├── pp_button.php
│ │ ├── pp_login.php
│ │ ├── sagepay_direct_cards.php
│ │ ├── sagepay_server_cards.php
│ │ ├── slideshow.php
│ │ ├── special.php
│ │ └── store.php
│ │ ├── openbay
│ │ ├── amazon.php
│ │ ├── amazon_bulk_linking.php
│ │ ├── amazon_bulk_listing.php
│ │ ├── amazon_links.php
│ │ ├── amazon_listing.php
│ │ ├── amazon_listingsaved.php
│ │ ├── amazon_settings.php
│ │ ├── amazon_stockupdates.php
│ │ ├── amazon_subscription.php
│ │ ├── amazonus.php
│ │ ├── amazonus_bulk_linking.php
│ │ ├── amazonus_bulk_listing.php
│ │ ├── amazonus_links.php
│ │ ├── amazonus_listing.php
│ │ ├── amazonus_listingsaved.php
│ │ ├── amazonus_settings.php
│ │ ├── amazonus_stockupdates.php
│ │ ├── amazonus_subscription.php
│ │ ├── ebay.php
│ │ ├── ebay_edit.php
│ │ ├── ebay_import.php
│ │ ├── ebay_links.php
│ │ ├── ebay_new.php
│ │ ├── ebay_newbulk.php
│ │ ├── ebay_orders.php
│ │ ├── ebay_profile.php
│ │ ├── ebay_settings.php
│ │ ├── ebay_subscription.php
│ │ ├── ebay_summary.php
│ │ ├── ebay_syncronise.php
│ │ ├── ebay_template.php
│ │ ├── ebay_usage.php
│ │ ├── etsy.php
│ │ ├── etsy_create.php
│ │ ├── etsy_edit.php
│ │ ├── etsy_links.php
│ │ ├── etsy_listings.php
│ │ ├── etsy_settings.php
│ │ ├── fba.php
│ │ ├── fba_fulfillment.php
│ │ ├── fba_fulfillment_list.php
│ │ ├── fba_order.php
│ │ ├── fba_settings.php
│ │ ├── openbay_itemlist.php
│ │ └── openbay_order.php
│ │ ├── payment
│ │ ├── amazon_login_pay.php
│ │ ├── authorizenet_aim.php
│ │ ├── authorizenet_sim.php
│ │ ├── bank_transfer.php
│ │ ├── bluepay_hosted.php
│ │ ├── bluepay_redirect.php
│ │ ├── brick.php
│ │ ├── cardinity.php
│ │ ├── cheque.php
│ │ ├── cod.php
│ │ ├── eway.php
│ │ ├── firstdata.php
│ │ ├── firstdata_remote.php
│ │ ├── free_checkout.php
│ │ ├── g2apay.php
│ │ ├── globalpay.php
│ │ ├── globalpay_remote.php
│ │ ├── klarna_account.php
│ │ ├── klarna_invoice.php
│ │ ├── laybuy.php
│ │ ├── liqpay.php
│ │ ├── nochex.php
│ │ ├── paymate.php
│ │ ├── paymentwall.php
│ │ ├── paypoint.php
│ │ ├── payza.php
│ │ ├── perpetual_payments.php
│ │ ├── pp_express.php
│ │ ├── pp_express_order.php
│ │ ├── pp_express_refund.php
│ │ ├── pp_express_search.php
│ │ ├── pp_express_view.php
│ │ ├── pp_payflow.php
│ │ ├── pp_payflow_iframe.php
│ │ ├── pp_pro.php
│ │ ├── pp_pro_iframe.php
│ │ ├── pp_standard.php
│ │ ├── realex.php
│ │ ├── realex_remote.php
│ │ ├── sagepay_direct.php
│ │ ├── sagepay_server.php
│ │ ├── sagepay_us.php
│ │ ├── securetrading_pp.php
│ │ ├── securetrading_ws.php
│ │ ├── skrill.php
│ │ ├── twocheckout.php
│ │ ├── web_payment_software.php
│ │ └── worldpay.php
│ │ ├── report
│ │ ├── affiliate.php
│ │ ├── affiliate_activity.php
│ │ ├── customer_activity.php
│ │ ├── customer_credit.php
│ │ ├── customer_online.php
│ │ ├── customer_order.php
│ │ ├── customer_reward.php
│ │ ├── marketing.php
│ │ ├── product_purchased.php
│ │ ├── product_viewed.php
│ │ ├── sale_coupon.php
│ │ ├── sale_order.php
│ │ ├── sale_return.php
│ │ ├── sale_shipping.php
│ │ └── sale_tax.php
│ │ ├── sale
│ │ ├── order.php
│ │ ├── recurring.php
│ │ ├── return.php
│ │ ├── voucher.php
│ │ └── voucher_theme.php
│ │ ├── seller
│ │ ├── seller.php
│ │ └── seller_group.php
│ │ ├── setting
│ │ ├── setting.php
│ │ └── store.php
│ │ ├── shipping
│ │ ├── flat.php
│ │ ├── free.php
│ │ └── pickup.php
│ │ ├── theme
│ │ └── theme_default.php
│ │ ├── tool
│ │ ├── backup.php
│ │ ├── error_log.php
│ │ └── upload.php
│ │ ├── total
│ │ ├── coupon.php
│ │ ├── credit.php
│ │ ├── handling.php
│ │ ├── klarna_fee.php
│ │ ├── low_order_fee.php
│ │ ├── reward.php
│ │ ├── shipping.php
│ │ ├── sub_total.php
│ │ ├── tax.php
│ │ ├── total.php
│ │ └── voucher.php
│ │ └── user
│ │ ├── api.php
│ │ ├── user.php
│ │ └── user_group.php
├── model
│ ├── catalog
│ │ ├── attribute.php
│ │ ├── attribute_group.php
│ │ ├── category.php
│ │ ├── download.php
│ │ ├── filter.php
│ │ ├── information.php
│ │ ├── manufacturer.php
│ │ ├── option.php
│ │ ├── product.php
│ │ ├── recurring.php
│ │ ├── review.php
│ │ └── url_alias.php
│ ├── customer
│ │ ├── custom_field.php
│ │ ├── customer.php
│ │ └── customer_group.php
│ ├── design
│ │ ├── banner.php
│ │ └── layout.php
│ ├── extension
│ │ ├── event.php
│ │ ├── extension.php
│ │ ├── modification.php
│ │ └── module.php
│ ├── feed
│ │ └── google_base.php
│ ├── fraud
│ │ ├── fraudlabspro.php
│ │ ├── ip.php
│ │ └── maxmind.php
│ ├── localisation
│ │ ├── country.php
│ │ ├── currency.php
│ │ ├── geo_zone.php
│ │ ├── language.php
│ │ ├── length_class.php
│ │ ├── location.php
│ │ ├── order_status.php
│ │ ├── return_action.php
│ │ ├── return_reason.php
│ │ ├── return_status.php
│ │ ├── stock_status.php
│ │ ├── tax_class.php
│ │ ├── tax_rate.php
│ │ ├── weight_class.php
│ │ └── zone.php
│ ├── marketing
│ │ ├── affiliate.php
│ │ ├── coupon.php
│ │ └── marketing.php
│ ├── openbay
│ │ ├── amazon.php
│ │ ├── amazon_listing.php
│ │ ├── amazonus.php
│ │ ├── amazonus_listing.php
│ │ ├── ebay.php
│ │ ├── ebay_product.php
│ │ ├── ebay_profile.php
│ │ ├── ebay_template.php
│ │ ├── etsy.php
│ │ ├── etsy_product.php
│ │ ├── fba.php
│ │ ├── openbay.php
│ │ ├── order.php
│ │ └── version.php
│ ├── payment
│ │ ├── amazon_login_pay.php
│ │ ├── bluepay_hosted.php
│ │ ├── bluepay_redirect.php
│ │ ├── brick.php
│ │ ├── cardinity.php
│ │ ├── eway.php
│ │ ├── firstdata.php
│ │ ├── firstdata_remote.php
│ │ ├── g2apay.php
│ │ ├── globalpay.php
│ │ ├── globalpay_remote.php
│ │ ├── laybuy.php
│ │ ├── paymentwall.php
│ │ ├── pp_express.php
│ │ ├── pp_payflow_iframe.php
│ │ ├── pp_pro_iframe.php
│ │ ├── realex.php
│ │ ├── realex_remote.php
│ │ ├── sagepay_direct.php
│ │ ├── sagepay_server.php
│ │ ├── securetrading_pp.php
│ │ ├── securetrading_ws.php
│ │ └── worldpay.php
│ ├── report
│ │ ├── activity.php
│ │ ├── affiliate.php
│ │ ├── coupon.php
│ │ ├── customer.php
│ │ ├── marketing.php
│ │ ├── product.php
│ │ ├── return.php
│ │ └── sale.php
│ ├── sale
│ │ ├── order.php
│ │ ├── recurring.php
│ │ ├── return.php
│ │ ├── voucher.php
│ │ └── voucher_theme.php
│ ├── seller
│ │ ├── seller.php
│ │ └── seller_group.php
│ ├── setting
│ │ ├── sellersetting.php
│ │ ├── setting.php
│ │ └── store.php
│ ├── tool
│ │ ├── backup.php
│ │ ├── image.php
│ │ └── upload.php
│ └── user
│ │ ├── api.php
│ │ ├── user.php
│ │ └── user_group.php
├── php.ini
└── view
│ ├── image
│ ├── Thumbs.db
│ ├── checkmark.png
│ ├── logo.png
│ └── payment
│ │ ├── 2checkout.png
│ │ ├── Thumbs.db
│ │ ├── amazon.png
│ │ ├── authorizenet.png
│ │ ├── bluepay.jpg
│ │ ├── brick_pw_logo.png
│ │ ├── cardinity.png
│ │ ├── eway.png
│ │ ├── eway_au.jpg
│ │ ├── firstdata.png
│ │ ├── g2apay.png
│ │ ├── globalpay.png
│ │ ├── klarna_banner.gif
│ │ ├── laybuys.png
│ │ ├── liqpay.png
│ │ ├── nochex.png
│ │ ├── paymate.png
│ │ ├── paymentwall_logo.png
│ │ ├── paypal.png
│ │ ├── paypoint.png
│ │ ├── realex.png
│ │ ├── sagepay.png
│ │ ├── secure_trading.png
│ │ ├── skrill.png
│ │ ├── worldpay.png
│ │ └── wps-logo.jpg
│ ├── javascript
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ └── bootstrap.min.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ └── npm.js
│ ├── common.js
│ ├── font-awesome
│ │ ├── css
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── less
│ │ │ ├── animated.less
│ │ │ ├── bordered-pulled.less
│ │ │ ├── core.less
│ │ │ ├── fixed-width.less
│ │ │ ├── font-awesome.less
│ │ │ ├── icons.less
│ │ │ ├── larger.less
│ │ │ ├── list.less
│ │ │ ├── mixins.less
│ │ │ ├── path.less
│ │ │ ├── rotated-flipped.less
│ │ │ ├── spinning.less
│ │ │ ├── stacked.less
│ │ │ └── variables.less
│ │ └── scss
│ │ │ ├── _animated.scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _spinning.scss
│ │ │ ├── _stacked.scss
│ │ │ ├── _variables.scss
│ │ │ └── font-awesome.scss
│ ├── jquery
│ │ ├── datetimepicker
│ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ ├── bootstrap-datetimepicker.min.js
│ │ │ └── moment.js
│ │ ├── flot
│ │ │ ├── API.md
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── FAQ.md
│ │ │ ├── LICENSE.txt
│ │ │ ├── Makefile
│ │ │ ├── NEWS.md
│ │ │ ├── PLUGINS.md
│ │ │ ├── README.md
│ │ │ ├── build.log
│ │ │ ├── examples
│ │ │ │ ├── ajax
│ │ │ │ │ ├── data-eu-gdp-growth-1.json
│ │ │ │ │ ├── data-eu-gdp-growth-2.json
│ │ │ │ │ ├── data-eu-gdp-growth-3.json
│ │ │ │ │ ├── data-eu-gdp-growth-4.json
│ │ │ │ │ ├── data-eu-gdp-growth-5.json
│ │ │ │ │ ├── data-eu-gdp-growth.json
│ │ │ │ │ ├── data-japan-gdp-growth.json
│ │ │ │ │ ├── data-usa-gdp-growth.json
│ │ │ │ │ └── index.html
│ │ │ │ ├── annotating
│ │ │ │ │ └── index.html
│ │ │ │ ├── axes-interacting
│ │ │ │ │ └── index.html
│ │ │ │ ├── axes-multiple
│ │ │ │ │ └── index.html
│ │ │ │ ├── axes-time-zones
│ │ │ │ │ ├── date.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── tz
│ │ │ │ │ │ ├── africa
│ │ │ │ │ │ ├── antarctica
│ │ │ │ │ │ ├── asia
│ │ │ │ │ │ ├── australasia
│ │ │ │ │ │ ├── backward
│ │ │ │ │ │ ├── etcetera
│ │ │ │ │ │ ├── europe
│ │ │ │ │ │ ├── factory
│ │ │ │ │ │ ├── iso3166.tab
│ │ │ │ │ │ ├── leapseconds
│ │ │ │ │ │ ├── northamerica
│ │ │ │ │ │ ├── pacificnew
│ │ │ │ │ │ ├── solar87
│ │ │ │ │ │ ├── solar88
│ │ │ │ │ │ ├── solar89
│ │ │ │ │ │ ├── southamerica
│ │ │ │ │ │ ├── systemv
│ │ │ │ │ │ ├── yearistype.sh
│ │ │ │ │ │ └── zone.tab
│ │ │ │ ├── axes-time
│ │ │ │ │ └── index.html
│ │ │ │ ├── background.png
│ │ │ │ ├── basic-options
│ │ │ │ │ └── index.html
│ │ │ │ ├── basic-usage
│ │ │ │ │ └── index.html
│ │ │ │ ├── canvas
│ │ │ │ │ └── index.html
│ │ │ │ ├── categories
│ │ │ │ │ └── index.html
│ │ │ │ ├── examples.css
│ │ │ │ ├── image
│ │ │ │ │ ├── hs-2004-27-a-large-web.jpg
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── interacting
│ │ │ │ │ └── index.html
│ │ │ │ ├── navigate
│ │ │ │ │ ├── arrow-down.gif
│ │ │ │ │ ├── arrow-left.gif
│ │ │ │ │ ├── arrow-right.gif
│ │ │ │ │ ├── arrow-up.gif
│ │ │ │ │ └── index.html
│ │ │ │ ├── percentiles
│ │ │ │ │ └── index.html
│ │ │ │ ├── realtime
│ │ │ │ │ └── index.html
│ │ │ │ ├── resize
│ │ │ │ │ └── index.html
│ │ │ │ ├── selection
│ │ │ │ │ └── index.html
│ │ │ │ ├── series-errorbars
│ │ │ │ │ └── index.html
│ │ │ │ ├── series-pie
│ │ │ │ │ └── index.html
│ │ │ │ ├── series-toggle
│ │ │ │ │ └── index.html
│ │ │ │ ├── series-types
│ │ │ │ │ └── index.html
│ │ │ │ ├── shared
│ │ │ │ │ └── jquery-ui
│ │ │ │ │ │ ├── jquery-ui.min.css
│ │ │ │ │ │ └── jquery-ui.min.js
│ │ │ │ ├── stacking
│ │ │ │ │ └── index.html
│ │ │ │ ├── symbols
│ │ │ │ │ └── index.html
│ │ │ │ ├── threshold
│ │ │ │ │ └── index.html
│ │ │ │ ├── tracking
│ │ │ │ │ └── index.html
│ │ │ │ ├── visitors
│ │ │ │ │ └── index.html
│ │ │ │ └── zooming
│ │ │ │ │ └── index.html
│ │ │ ├── excanvas.js
│ │ │ ├── excanvas.min.js
│ │ │ ├── jquery.colorhelpers.js
│ │ │ ├── jquery.colorhelpers.min.js
│ │ │ ├── jquery.flot.canvas.js
│ │ │ ├── jquery.flot.canvas.min.js
│ │ │ ├── jquery.flot.categories.js
│ │ │ ├── jquery.flot.categories.min.js
│ │ │ ├── jquery.flot.crosshair.js
│ │ │ ├── jquery.flot.crosshair.min.js
│ │ │ ├── jquery.flot.errorbars.js
│ │ │ ├── jquery.flot.errorbars.min.js
│ │ │ ├── jquery.flot.fillbetween.js
│ │ │ ├── jquery.flot.fillbetween.min.js
│ │ │ ├── jquery.flot.image.js
│ │ │ ├── jquery.flot.image.min.js
│ │ │ ├── jquery.flot.js
│ │ │ ├── jquery.flot.min.js
│ │ │ ├── jquery.flot.navigate.js
│ │ │ ├── jquery.flot.navigate.min.js
│ │ │ ├── jquery.flot.pie.js
│ │ │ ├── jquery.flot.pie.min.js
│ │ │ ├── jquery.flot.resize.js
│ │ │ ├── jquery.flot.resize.min.js
│ │ │ ├── jquery.flot.selection.js
│ │ │ ├── jquery.flot.selection.min.js
│ │ │ ├── jquery.flot.stack.js
│ │ │ ├── jquery.flot.stack.min.js
│ │ │ ├── jquery.flot.symbol.js
│ │ │ ├── jquery.flot.symbol.min.js
│ │ │ ├── jquery.flot.threshold.js
│ │ │ ├── jquery.flot.threshold.min.js
│ │ │ ├── jquery.flot.time.js
│ │ │ ├── jquery.flot.time.min.js
│ │ │ ├── jquery.js
│ │ │ └── jquery.min.js
│ │ ├── jquery-2.1.1.min.js
│ │ ├── jquery-2.1.1.min.map
│ │ └── jqvmap
│ │ │ ├── data
│ │ │ └── jquery.vmap.sampledata.js
│ │ │ ├── jquery.vmap.js
│ │ │ ├── jquery.vmap.min.js
│ │ │ ├── jquery.vmap.packed.js
│ │ │ ├── jqvmap.css
│ │ │ └── maps
│ │ │ ├── continents
│ │ │ ├── jquery.vmap.africa.js
│ │ │ ├── jquery.vmap.asia.js
│ │ │ ├── jquery.vmap.australia.js
│ │ │ ├── jquery.vmap.europe.js
│ │ │ ├── jquery.vmap.north-america.js
│ │ │ ├── jquery.vmap.south-america.js
│ │ │ └── readme.txt
│ │ │ ├── jquery.vmap.algeria.js
│ │ │ ├── jquery.vmap.brazil.js
│ │ │ ├── jquery.vmap.europe.js
│ │ │ ├── jquery.vmap.france.js
│ │ │ ├── jquery.vmap.germany.js
│ │ │ ├── jquery.vmap.russia.js
│ │ │ ├── jquery.vmap.usa.js
│ │ │ └── jquery.vmap.world.js
│ ├── openbay
│ │ ├── css
│ │ │ └── codemirror.css
│ │ └── js
│ │ │ ├── codemirror.js
│ │ │ ├── faq.js
│ │ │ └── openbay.js
│ └── summernote
│ │ ├── lang
│ │ ├── summernote-ar-AR.js
│ │ ├── summernote-bg-BG.js
│ │ ├── summernote-ca-ES.js
│ │ ├── summernote-cs-CZ.js
│ │ ├── summernote-da-DK.js
│ │ ├── summernote-de-DE.js
│ │ ├── summernote-es-ES.js
│ │ ├── summernote-es-EU.js
│ │ ├── summernote-fa-IR.js
│ │ ├── summernote-fi-FI.js
│ │ ├── summernote-fr-FR.js
│ │ ├── summernote-he-IL.js
│ │ ├── summernote-hu-HU.js
│ │ ├── summernote-id-ID.js
│ │ ├── summernote-it-IT.js
│ │ ├── summernote-ja-JP.js
│ │ ├── summernote-ko-KR.js
│ │ ├── summernote-lt-LT.js
│ │ ├── summernote-nb-NO.js
│ │ ├── summernote-nl-NL.js
│ │ ├── summernote-pl-PL.js
│ │ ├── summernote-pt-BR.js
│ │ ├── summernote-pt-PT.js
│ │ ├── summernote-ro-RO.js
│ │ ├── summernote-ru-RU.js
│ │ ├── summernote-sk-SK.js
│ │ ├── summernote-sl-SI.js
│ │ ├── summernote-sr-RS-Latin.js
│ │ ├── summernote-sr-RS.js
│ │ ├── summernote-sv-SE.js
│ │ ├── summernote-th-TH.js
│ │ ├── summernote-tr-TR.js
│ │ ├── summernote-uk-UA.js
│ │ ├── summernote-vi-VN.js
│ │ ├── summernote-zh-CN.js
│ │ └── summernote-zh-TW.js
│ │ ├── plugin
│ │ ├── hello
│ │ │ └── summernote-ext-hello.js
│ │ └── specialchars
│ │ │ └── summernote-ext-specialchars.js
│ │ ├── summernote.css
│ │ ├── summernote.js
│ │ └── summernote.min.js
│ ├── stylesheet
│ ├── bootstrap.css
│ ├── sass
│ │ ├── _bootstrap-compass.scss
│ │ ├── _bootstrap-mincer.scss
│ │ ├── _bootstrap-sprockets.scss
│ │ ├── _bootstrap.scss
│ │ └── bootstrap
│ │ │ ├── _alerts.scss
│ │ │ ├── _badges.scss
│ │ │ ├── _breadcrumbs.scss
│ │ │ ├── _button-groups.scss
│ │ │ ├── _buttons.scss
│ │ │ ├── _carousel.scss
│ │ │ ├── _close.scss
│ │ │ ├── _code.scss
│ │ │ ├── _component-animations.scss
│ │ │ ├── _dropdowns.scss
│ │ │ ├── _forms.scss
│ │ │ ├── _glyphicons.scss
│ │ │ ├── _grid.scss
│ │ │ ├── _input-groups.scss
│ │ │ ├── _jumbotron.scss
│ │ │ ├── _labels.scss
│ │ │ ├── _list-group.scss
│ │ │ ├── _media.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _modals.scss
│ │ │ ├── _navbar.scss
│ │ │ ├── _navs.scss
│ │ │ ├── _normalize.scss
│ │ │ ├── _pager.scss
│ │ │ ├── _pagination.scss
│ │ │ ├── _panels.scss
│ │ │ ├── _popovers.scss
│ │ │ ├── _print.scss
│ │ │ ├── _progress-bars.scss
│ │ │ ├── _responsive-embed.scss
│ │ │ ├── _responsive-utilities.scss
│ │ │ ├── _scaffolding.scss
│ │ │ ├── _tables.scss
│ │ │ ├── _theme.scss
│ │ │ ├── _thumbnails.scss
│ │ │ ├── _tooltip.scss
│ │ │ ├── _type.scss
│ │ │ ├── _utilities.scss
│ │ │ ├── _variables.scss
│ │ │ ├── _wells.scss
│ │ │ └── mixins
│ │ │ ├── _alerts.scss
│ │ │ ├── _background-variant.scss
│ │ │ ├── _border-radius.scss
│ │ │ ├── _buttons.scss
│ │ │ ├── _center-block.scss
│ │ │ ├── _clearfix.scss
│ │ │ ├── _forms.scss
│ │ │ ├── _gradients.scss
│ │ │ ├── _grid-framework.scss
│ │ │ ├── _grid.scss
│ │ │ ├── _hide-text.scss
│ │ │ ├── _image.scss
│ │ │ ├── _labels.scss
│ │ │ ├── _list-group.scss
│ │ │ ├── _nav-divider.scss
│ │ │ ├── _nav-vertical-align.scss
│ │ │ ├── _opacity.scss
│ │ │ ├── _pagination.scss
│ │ │ ├── _panels.scss
│ │ │ ├── _progress-bar.scss
│ │ │ ├── _reset-filter.scss
│ │ │ ├── _reset-text.scss
│ │ │ ├── _resize.scss
│ │ │ ├── _responsive-visibility.scss
│ │ │ ├── _size.scss
│ │ │ ├── _tab-focus.scss
│ │ │ ├── _table-row.scss
│ │ │ ├── _text-emphasis.scss
│ │ │ ├── _text-overflow.scss
│ │ │ └── _vendor-prefixes.scss
│ └── stylesheet.css
│ └── template
│ ├── analytics
│ └── google_analytics.tpl
│ ├── captcha
│ ├── basic_captcha.tpl
│ └── google_captcha.tpl
│ ├── catalog
│ ├── attribute_form.tpl
│ ├── attribute_group_form.tpl
│ ├── attribute_group_list.tpl
│ ├── attribute_list.tpl
│ ├── category_form.tpl
│ ├── category_list.tpl
│ ├── download_form.tpl
│ ├── download_list.tpl
│ ├── filter_form.tpl
│ ├── filter_list.tpl
│ ├── information_form.tpl
│ ├── information_list.tpl
│ ├── manufacturer_form.tpl
│ ├── manufacturer_list.tpl
│ ├── option_form.tpl
│ ├── option_list.tpl
│ ├── product_form.tpl
│ ├── product_list.tpl
│ ├── recurring_form.tpl
│ ├── recurring_list.tpl
│ ├── review_form.tpl
│ └── review_list.tpl
│ ├── common
│ ├── column_left.tpl
│ ├── dashboard.tpl
│ ├── filemanager.tpl
│ ├── footer.tpl
│ ├── forgotten.tpl
│ ├── header.tpl
│ ├── login.tpl
│ ├── menu.tpl
│ ├── profile.tpl
│ ├── reset.tpl
│ └── stats.tpl
│ ├── customer
│ ├── custom_field_form.tpl
│ ├── custom_field_list.tpl
│ ├── customer_form.tpl
│ ├── customer_group_form.tpl
│ ├── customer_group_list.tpl
│ ├── customer_history.tpl
│ ├── customer_ip.tpl
│ ├── customer_list.tpl
│ ├── customer_reward.tpl
│ └── customer_transaction.tpl
│ ├── dashboard
│ ├── activity.tpl
│ ├── chart.tpl
│ ├── customer.tpl
│ ├── map.tpl
│ ├── online.tpl
│ ├── order.tpl
│ ├── recent.tpl
│ └── sale.tpl
│ ├── design
│ ├── banner_form.tpl
│ ├── banner_list.tpl
│ ├── layout_form.tpl
│ └── layout_list.tpl
│ ├── error
│ ├── not_found.tpl
│ └── permission.tpl
│ ├── extension
│ ├── analytics.tpl
│ ├── captcha.tpl
│ ├── feed.tpl
│ ├── fraud.tpl
│ ├── installer.tpl
│ ├── modification.tpl
│ ├── module.tpl
│ ├── openbay.tpl
│ ├── payment.tpl
│ ├── shipping.tpl
│ ├── theme.tpl
│ └── total.tpl
│ ├── feed
│ ├── google_base.tpl
│ ├── google_base_category.tpl
│ ├── google_sitemap.tpl
│ └── openbaypro.tpl
│ ├── fraud
│ ├── fraudlabspro.tpl
│ ├── fraudlabspro_info.tpl
│ ├── ip.tpl
│ ├── ip_ip.tpl
│ ├── maxmind.tpl
│ └── maxmind_info.tpl
│ ├── localisation
│ ├── country_form.tpl
│ ├── country_list.tpl
│ ├── currency_form.tpl
│ ├── currency_list.tpl
│ ├── geo_zone_form.tpl
│ ├── geo_zone_list.tpl
│ ├── language_form.tpl
│ ├── language_list.tpl
│ ├── length_class_form.tpl
│ ├── length_class_list.tpl
│ ├── location_form.tpl
│ ├── location_list.tpl
│ ├── order_status_form.tpl
│ ├── order_status_list.tpl
│ ├── return_action_form.tpl
│ ├── return_action_list.tpl
│ ├── return_reason_form.tpl
│ ├── return_reason_list.tpl
│ ├── return_status_form.tpl
│ ├── return_status_list.tpl
│ ├── stock_status_form.tpl
│ ├── stock_status_list.tpl
│ ├── tax_class_form.tpl
│ ├── tax_class_list.tpl
│ ├── tax_rate_form.tpl
│ ├── tax_rate_list.tpl
│ ├── weight_class_form.tpl
│ ├── weight_class_list.tpl
│ ├── zone_form.tpl
│ └── zone_list.tpl
│ ├── mail
│ └── voucher.tpl
│ ├── marketing
│ ├── affiliate_form.tpl
│ ├── affiliate_list.tpl
│ ├── affiliate_transaction.tpl
│ ├── contact.tpl
│ ├── coupon_form.tpl
│ ├── coupon_history.tpl
│ ├── coupon_list.tpl
│ ├── marketing_form.tpl
│ └── marketing_list.tpl
│ ├── module
│ ├── account.tpl
│ ├── affiliate.tpl
│ ├── amazon_login.tpl
│ ├── amazon_pay.tpl
│ ├── banner.tpl
│ ├── bestseller.tpl
│ ├── carousel.tpl
│ ├── category.tpl
│ ├── ebay_listing.tpl
│ ├── featured.tpl
│ ├── filter.tpl
│ ├── google_hangouts.tpl
│ ├── html.tpl
│ ├── information.tpl
│ ├── latest.tpl
│ ├── laybuy_layout.tpl
│ ├── pp_button.tpl
│ ├── pp_login.tpl
│ ├── sagepay_direct_cards.tpl
│ ├── sagepay_server_cards.tpl
│ ├── slideshow.tpl
│ ├── special.tpl
│ └── store.tpl
│ ├── openbay
│ ├── amazon.tpl
│ ├── amazon_ajax_shippinginfo.tpl
│ ├── amazon_bulk_linking.tpl
│ ├── amazon_bulk_listing.tpl
│ ├── amazon_item_links.tpl
│ ├── amazon_listing.tpl
│ ├── amazon_listing_advanced.tpl
│ ├── amazon_listing_edit.tpl
│ ├── amazon_saved_listings.tpl
│ ├── amazon_settings.tpl
│ ├── amazon_stock_updates.tpl
│ ├── amazon_subscription.tpl
│ ├── amazonus.tpl
│ ├── amazonus_ajax_shippinginfo.tpl
│ ├── amazonus_bulk_linking.tpl
│ ├── amazonus_bulk_listing.tpl
│ ├── amazonus_item_links.tpl
│ ├── amazonus_listing.tpl
│ ├── amazonus_listing_advanced.tpl
│ ├── amazonus_listing_edit.tpl
│ ├── amazonus_saved_listings.tpl
│ ├── amazonus_settings.tpl
│ ├── amazonus_stock_updates.tpl
│ ├── amazonus_subscription.tpl
│ ├── ebay.tpl
│ ├── ebay_ajax_shippinginfo.tpl
│ ├── ebay_edit.tpl
│ ├── ebay_item_import.tpl
│ ├── ebay_item_link.tpl
│ ├── ebay_new.tpl
│ ├── ebay_new_bulk.tpl
│ ├── ebay_order_import.tpl
│ ├── ebay_profile_form_generic.tpl
│ ├── ebay_profile_form_returns.tpl
│ ├── ebay_profile_form_shipping.tpl
│ ├── ebay_profile_form_template.tpl
│ ├── ebay_profile_list.tpl
│ ├── ebay_profile_shipping_international_calculated.tpl
│ ├── ebay_profile_shipping_international_flat.tpl
│ ├── ebay_profile_shipping_national_calculated.tpl
│ ├── ebay_profile_shipping_national_flat.tpl
│ ├── ebay_settings.tpl
│ ├── ebay_subscription.tpl
│ ├── ebay_summary.tpl
│ ├── ebay_syncronise.tpl
│ ├── ebay_template_form.tpl
│ ├── ebay_template_list.tpl
│ ├── ebay_usage.tpl
│ ├── etsy.tpl
│ ├── etsy_create.tpl
│ ├── etsy_edit.tpl
│ ├── etsy_links.tpl
│ ├── etsy_listings.tpl
│ ├── etsy_settings.tpl
│ ├── fba.tpl
│ ├── fba_fulfillment_form.tpl
│ ├── fba_fulfillment_list.tpl
│ ├── fba_order_info.tpl
│ ├── fba_order_list.tpl
│ ├── fba_settings.tpl
│ ├── openbay_itemlist.tpl
│ ├── openbay_manage.tpl
│ ├── openbay_orderlist.tpl
│ └── openbay_orderlist_confirm.tpl
│ ├── payment
│ ├── amazon_login_pay.tpl
│ ├── amazon_login_pay_order.tpl
│ ├── authorizenet_aim.tpl
│ ├── authorizenet_sim.tpl
│ ├── bank_transfer.tpl
│ ├── bluepay_hosted.tpl
│ ├── bluepay_hosted_order.tpl
│ ├── bluepay_redirect.tpl
│ ├── bluepay_redirect_order.tpl
│ ├── brick.tpl
│ ├── buttons.tpl
│ ├── cardinity.tpl
│ ├── cardinity_order.tpl
│ ├── cardinity_order_ajax.tpl
│ ├── cheque.tpl
│ ├── cod.tpl
│ ├── eway.tpl
│ ├── eway_order.tpl
│ ├── firstdata.tpl
│ ├── firstdata_order.tpl
│ ├── firstdata_remote.tpl
│ ├── firstdata_remote_order.tpl
│ ├── free_checkout.tpl
│ ├── g2apay.tpl
│ ├── g2apay_order.tpl
│ ├── globalpay.tpl
│ ├── globalpay_order.tpl
│ ├── globalpay_remote.tpl
│ ├── globalpay_remote_order.tpl
│ ├── klarna_account.tpl
│ ├── klarna_invoice.tpl
│ ├── laybuy.tpl
│ ├── laybuy_order.tpl
│ ├── laybuy_transaction.tpl
│ ├── liqpay.tpl
│ ├── nochex.tpl
│ ├── paymate.tpl
│ ├── paymentwall.tpl
│ ├── paypoint.tpl
│ ├── payza.tpl
│ ├── perpetual_payments.tpl
│ ├── pp_express.tpl
│ ├── pp_express_order.tpl
│ ├── pp_express_refund.tpl
│ ├── pp_express_search.tpl
│ ├── pp_express_transaction.tpl
│ ├── pp_express_view.tpl
│ ├── pp_payflow.tpl
│ ├── pp_payflow_iframe.tpl
│ ├── pp_payflow_iframe_order.tpl
│ ├── pp_payflow_iframe_refund.tpl
│ ├── pp_pro.tpl
│ ├── pp_pro_iframe.tpl
│ ├── pp_pro_iframe_order.tpl
│ ├── pp_pro_iframe_refund.tpl
│ ├── pp_pro_iframe_transaction.tpl
│ ├── pp_standard.tpl
│ ├── realex.tpl
│ ├── realex_order.tpl
│ ├── realex_remote.tpl
│ ├── realex_remote_order.tpl
│ ├── sagepay_direct.tpl
│ ├── sagepay_direct_order.tpl
│ ├── sagepay_server.tpl
│ ├── sagepay_server_order.tpl
│ ├── sagepay_us.tpl
│ ├── securetrading_pp.tpl
│ ├── securetrading_pp_order.tpl
│ ├── securetrading_ws.tpl
│ ├── securetrading_ws_order.tpl
│ ├── securetrading_ws_transactions.tpl
│ ├── skrill.tpl
│ ├── twocheckout.tpl
│ ├── web_payment_software.tpl
│ ├── worldpay.tpl
│ └── worldpay_order.tpl
│ ├── report
│ ├── affiliate.tpl
│ ├── affiliate_activity.tpl
│ ├── customer_activity.tpl
│ ├── customer_credit.tpl
│ ├── customer_online.tpl
│ ├── customer_order.tpl
│ ├── customer_reward.tpl
│ ├── marketing.tpl
│ ├── product_purchased.tpl
│ ├── product_viewed.tpl
│ ├── sale_coupon.tpl
│ ├── sale_order.tpl
│ ├── sale_return.tpl
│ ├── sale_shipping.tpl
│ └── sale_tax.tpl
│ ├── sale
│ ├── order_form.tpl
│ ├── order_history.tpl
│ ├── order_info.tpl
│ ├── order_invoice.tpl
│ ├── order_list.tpl
│ ├── order_shipping.tpl
│ ├── recurring_button.tpl
│ ├── recurring_info.tpl
│ ├── recurring_list.tpl
│ ├── return_form.tpl
│ ├── return_history.tpl
│ ├── return_list.tpl
│ ├── voucher_form.tpl
│ ├── voucher_history.tpl
│ ├── voucher_list.tpl
│ ├── voucher_theme_form.tpl
│ └── voucher_theme_list.tpl
│ ├── seller
│ ├── seller_form.tpl
│ ├── seller_group_form.tpl
│ ├── seller_group_list.tpl
│ ├── seller_list.tpl
│ └── seller_transaction.tpl
│ ├── setting
│ ├── setting.tpl
│ ├── store_form.tpl
│ └── store_list.tpl
│ ├── shipping
│ ├── flat.tpl
│ ├── free.tpl
│ └── pickup.tpl
│ ├── theme
│ └── theme_default.tpl
│ ├── tool
│ ├── backup.tpl
│ ├── error_log.tpl
│ └── upload.tpl
│ ├── total
│ ├── coupon.tpl
│ ├── credit.tpl
│ ├── handling.tpl
│ ├── klarna_fee.tpl
│ ├── low_order_fee.tpl
│ ├── reward.tpl
│ ├── shipping.tpl
│ ├── sub_total.tpl
│ ├── tax.tpl
│ ├── total.tpl
│ └── voucher.tpl
│ └── user
│ ├── api_form.tpl
│ ├── api_list.tpl
│ ├── user_form.tpl
│ ├── user_group_form.tpl
│ ├── user_group_list.tpl
│ └── user_list.tpl
├── catalog
├── controller
│ ├── account
│ │ ├── account.php
│ │ ├── address.php
│ │ ├── catalog
│ │ │ ├── attribute.php
│ │ │ ├── category.php
│ │ │ ├── coupon.php
│ │ │ ├── download.php
│ │ │ ├── filemanager.php
│ │ │ ├── filter.php
│ │ │ ├── manufacturer.php
│ │ │ ├── option.php
│ │ │ ├── product.php
│ │ │ ├── seller.php
│ │ │ ├── shipping.php
│ │ │ └── transaction.php
│ │ ├── download.php
│ │ ├── edit.php
│ │ ├── forgotten.php
│ │ ├── login.php
│ │ ├── logout.php
│ │ ├── newsletter.php
│ │ ├── order.php
│ │ ├── password.php
│ │ ├── recurring.php
│ │ ├── register.php
│ │ ├── reset.php
│ │ ├── return.php
│ │ ├── reward.php
│ │ ├── sale
│ │ │ ├── order.php
│ │ │ └── return.php
│ │ ├── shipping
│ │ │ ├── flat.php
│ │ │ ├── free.php
│ │ │ └── pickup.php
│ │ ├── success.php
│ │ ├── transaction.php
│ │ ├── voucher.php
│ │ └── wishlist.php
│ ├── affiliate
│ │ ├── account.php
│ │ ├── edit.php
│ │ ├── forgotten.php
│ │ ├── login.php
│ │ ├── logout.php
│ │ ├── password.php
│ │ ├── payment.php
│ │ ├── register.php
│ │ ├── success.php
│ │ ├── tracking.php
│ │ └── transaction.php
│ ├── analytics
│ │ └── google_analytics.php
│ ├── api
│ │ ├── cart.php
│ │ ├── coupon.php
│ │ ├── currency.php
│ │ ├── customer.php
│ │ ├── login.php
│ │ ├── order.php
│ │ ├── payment.php
│ │ ├── reward.php
│ │ ├── shipping.php
│ │ └── voucher.php
│ ├── captcha
│ │ ├── basic_captcha.php
│ │ └── google_captcha.php
│ ├── checkout
│ │ ├── cart.php
│ │ ├── checkout.php
│ │ ├── confirm.php
│ │ ├── coupon.php
│ │ ├── failure.php
│ │ ├── guest.php
│ │ ├── guest_shipping.php
│ │ ├── login.php
│ │ ├── payment_address.php
│ │ ├── payment_method.php
│ │ ├── pingback.php
│ │ ├── register.php
│ │ ├── shipping_address.php
│ │ ├── shipping_method.php
│ │ ├── success.php
│ │ └── successornot.php
│ ├── common
│ │ ├── cart.php
│ │ ├── column_left.php
│ │ ├── column_right.php
│ │ ├── content_bottom.php
│ │ ├── content_top.php
│ │ ├── currency.php
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── home.php
│ │ ├── language.php
│ │ ├── maintenance.php
│ │ └── search.php
│ ├── credit_card
│ │ ├── sagepay_direct.php
│ │ └── sagepay_server.php
│ ├── ebay
│ │ └── openbay.php
│ ├── error
│ │ └── not_found.php
│ ├── event
│ │ ├── debug.php
│ │ └── theme.php
│ ├── feed
│ │ ├── google_base.php
│ │ └── google_sitemap.php
│ ├── information
│ │ ├── contact.php
│ │ ├── information.php
│ │ └── sitemap.php
│ ├── module
│ │ ├── account.php
│ │ ├── affiliate.php
│ │ ├── amazon_login.php
│ │ ├── amazon_pay.php
│ │ ├── banner.php
│ │ ├── bestseller.php
│ │ ├── carousel.php
│ │ ├── category.php
│ │ ├── ebay_listing.php
│ │ ├── featured.php
│ │ ├── filter.php
│ │ ├── google_hangouts.php
│ │ ├── html.php
│ │ ├── information.php
│ │ ├── latest.php
│ │ ├── laybuy_layout.php
│ │ ├── pp_button.php
│ │ ├── pp_login.php
│ │ ├── sagepay_direct_cards.php
│ │ ├── sagepay_server_cards.php
│ │ ├── slideshow.php
│ │ ├── special.php
│ │ └── store.php
│ ├── openbay
│ │ ├── amazon.php
│ │ ├── amazonus.php
│ │ ├── ebay.php
│ │ ├── etsy.php
│ │ └── fba.php
│ ├── payment
│ │ ├── amazon_login_pay.php
│ │ ├── authorizenet_aim.php
│ │ ├── authorizenet_sim.php
│ │ ├── bank_transfer.php
│ │ ├── bluepay_hosted.php
│ │ ├── bluepay_redirect.php
│ │ ├── brick.php
│ │ ├── cardinity.php
│ │ ├── cheque.php
│ │ ├── cod.php
│ │ ├── eway.php
│ │ ├── firstdata.php
│ │ ├── firstdata_remote.php
│ │ ├── free_checkout.php
│ │ ├── g2apay.php
│ │ ├── globalpay.php
│ │ ├── globalpay_remote.php
│ │ ├── klarna_account.php
│ │ ├── klarna_invoice.php
│ │ ├── laybuy.php
│ │ ├── liqpay.php
│ │ ├── nochex.php
│ │ ├── paymate.php
│ │ ├── paymentwall.php
│ │ ├── paypoint.php
│ │ ├── payza.php
│ │ ├── perpetual_payments.php
│ │ ├── pp_express.php
│ │ ├── pp_payflow.php
│ │ ├── pp_payflow_iframe.php
│ │ ├── pp_pro.php
│ │ ├── pp_pro_iframe.php
│ │ ├── pp_standard.php
│ │ ├── realex.php
│ │ ├── realex_remote.php
│ │ ├── sagepay_direct.php
│ │ ├── sagepay_server.php
│ │ ├── sagepay_us.php
│ │ ├── securetrading_pp.php
│ │ ├── securetrading_ws.php
│ │ ├── skrill.php
│ │ ├── twocheckout.php
│ │ ├── web_payment_software.php
│ │ └── worldpay.php
│ ├── product
│ │ ├── category.php
│ │ ├── compare.php
│ │ ├── manufacturer.php
│ │ ├── product.php
│ │ ├── search.php
│ │ └── special.php
│ ├── recurring
│ │ └── pp_express.php
│ ├── startup
│ │ ├── error.php
│ │ ├── event.php
│ │ ├── maintenance.php
│ │ ├── router.php
│ │ ├── seo_url.php
│ │ ├── session.php
│ │ └── startup.php
│ ├── tool
│ │ └── upload.php
│ └── total
│ │ ├── coupon.php
│ │ ├── reward.php
│ │ ├── shipping.php
│ │ └── voucher.php
├── language
│ └── en-gb
│ │ ├── Thumbs.db
│ │ ├── account
│ │ ├── account.php
│ │ ├── address.php
│ │ ├── catalog
│ │ │ ├── attribute.php
│ │ │ ├── attribute_group.php
│ │ │ ├── category.php
│ │ │ ├── coupon.php
│ │ │ ├── download.php
│ │ │ ├── filemanager.php
│ │ │ ├── filter.php
│ │ │ ├── information.php
│ │ │ ├── manufacturer.php
│ │ │ ├── option.php
│ │ │ ├── product.php
│ │ │ ├── recurring.php
│ │ │ ├── review.php
│ │ │ ├── seller.php
│ │ │ └── shipping.php
│ │ ├── download.php
│ │ ├── edit.php
│ │ ├── forgotten.php
│ │ ├── login.php
│ │ ├── logout.php
│ │ ├── newsletter.php
│ │ ├── order.php
│ │ ├── password.php
│ │ ├── recurring.php
│ │ ├── register.php
│ │ ├── reset.php
│ │ ├── return.php
│ │ ├── reward.php
│ │ ├── sale
│ │ │ ├── order.php
│ │ │ ├── recurring.php
│ │ │ ├── return.php
│ │ │ ├── voucher.php
│ │ │ └── voucher_theme.php
│ │ ├── shipping
│ │ │ ├── auspost.php
│ │ │ ├── citylink.php
│ │ │ ├── fedex.php
│ │ │ ├── flat.php
│ │ │ ├── free.php
│ │ │ ├── item.php
│ │ │ ├── parcelforce_48.php
│ │ │ ├── pickup.php
│ │ │ ├── royal_mail.php
│ │ │ ├── ups.php
│ │ │ ├── usps.php
│ │ │ └── weight.php
│ │ ├── success.php
│ │ ├── transaction.php
│ │ ├── voucher.php
│ │ └── wishlist.php
│ │ ├── affiliate
│ │ ├── account.php
│ │ ├── edit.php
│ │ ├── forgotten.php
│ │ ├── login.php
│ │ ├── logout.php
│ │ ├── password.php
│ │ ├── payment.php
│ │ ├── register.php
│ │ ├── success.php
│ │ ├── tracking.php
│ │ └── transaction.php
│ │ ├── api
│ │ ├── cart.php
│ │ ├── coupon.php
│ │ ├── currency.php
│ │ ├── customer.php
│ │ ├── login.php
│ │ ├── order.php
│ │ ├── payment.php
│ │ ├── reward.php
│ │ ├── shipping.php
│ │ └── voucher.php
│ │ ├── captcha
│ │ ├── basic_captcha.php
│ │ └── google_captcha.php
│ │ ├── checkout
│ │ ├── cart.php
│ │ ├── checkout.php
│ │ ├── failure.php
│ │ └── success.php
│ │ ├── common
│ │ ├── cart.php
│ │ ├── currency.php
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── language.php
│ │ ├── maintenance.php
│ │ └── search.php
│ │ ├── credit_card
│ │ ├── sagepay_direct.php
│ │ └── sagepay_server.php
│ │ ├── en-gb.php
│ │ ├── en-gb.png
│ │ ├── error
│ │ └── not_found.php
│ │ ├── information
│ │ ├── contact.php
│ │ ├── information.php
│ │ └── sitemap.php
│ │ ├── mail
│ │ ├── affiliate.php
│ │ ├── customer.php
│ │ ├── forgotten.php
│ │ ├── order.php
│ │ ├── review.php
│ │ └── voucher.php
│ │ ├── module
│ │ ├── account.php
│ │ ├── affiliate.php
│ │ ├── bestseller.php
│ │ ├── category.php
│ │ ├── ebay_listing.php
│ │ ├── featured.php
│ │ ├── filter.php
│ │ ├── google_hangouts.php
│ │ ├── information.php
│ │ ├── latest.php
│ │ ├── laybuy_layout.php
│ │ ├── special.php
│ │ └── store.php
│ │ ├── openbay
│ │ ├── amazon_order.php
│ │ ├── amazonus_order.php
│ │ ├── ebay_order.php
│ │ └── etsy_order.php
│ │ ├── payment
│ │ ├── amazon_login_pay.php
│ │ ├── authorizenet_aim.php
│ │ ├── authorizenet_sim.php
│ │ ├── bank_transfer.php
│ │ ├── bluepay_hosted.php
│ │ ├── bluepay_redirect.php
│ │ ├── brick.php
│ │ ├── cardinity.php
│ │ ├── cheque.php
│ │ ├── cod.php
│ │ ├── eway.php
│ │ ├── firstdata.php
│ │ ├── firstdata_remote.php
│ │ ├── free_checkout.php
│ │ ├── g2apay.php
│ │ ├── globalpay.php
│ │ ├── globalpay_remote.php
│ │ ├── klarna_account.php
│ │ ├── klarna_invoice.php
│ │ ├── laybuy.php
│ │ ├── liqpay.php
│ │ ├── nochex.php
│ │ ├── paymate.php
│ │ ├── paymentwall.php
│ │ ├── paypoint.php
│ │ ├── payza.php
│ │ ├── perpetual_payments.php
│ │ ├── pp_express.php
│ │ ├── pp_payflow.php
│ │ ├── pp_payflow_iframe.php
│ │ ├── pp_pro.php
│ │ ├── pp_pro_iframe.php
│ │ ├── pp_standard.php
│ │ ├── realex.php
│ │ ├── realex_remote.php
│ │ ├── sagepay_direct.php
│ │ ├── sagepay_server.php
│ │ ├── sagepay_us.php
│ │ ├── securetrading_pp.php
│ │ ├── securetrading_ws.php
│ │ ├── skrill.php
│ │ ├── twocheckout.php
│ │ ├── web_payment_software.php
│ │ └── worldpay.php
│ │ ├── product
│ │ ├── category.php
│ │ ├── compare.php
│ │ ├── manufacturer.php
│ │ ├── product.php
│ │ ├── search.php
│ │ └── special.php
│ │ ├── recurring
│ │ └── pp_express.php
│ │ ├── shipping
│ │ ├── flat.php
│ │ ├── free.php
│ │ └── pickup.php
│ │ ├── tool
│ │ └── upload.php
│ │ └── total
│ │ ├── coupon.php
│ │ ├── credit.php
│ │ ├── handling.php
│ │ ├── klarna_fee.php
│ │ ├── low_order_fee.php
│ │ ├── reward.php
│ │ ├── shipping.php
│ │ ├── sub_total.php
│ │ ├── total.php
│ │ └── voucher.php
├── model
│ ├── account
│ │ ├── activity.php
│ │ ├── address.php
│ │ ├── api.php
│ │ ├── catalog
│ │ │ ├── attribute.php
│ │ │ ├── attribute_group.php
│ │ │ ├── category.php
│ │ │ ├── coupon.php
│ │ │ ├── download.php
│ │ │ ├── filter.php
│ │ │ ├── layout.php
│ │ │ ├── manufacturer.php
│ │ │ ├── option.php
│ │ │ ├── product.php
│ │ │ ├── recurring.php
│ │ │ ├── seller.php
│ │ │ ├── seller_group.php
│ │ │ └── url_alias.php
│ │ ├── custom_field.php
│ │ ├── customer.php
│ │ ├── customer_group.php
│ │ ├── download.php
│ │ ├── marketing
│ │ │ ├── affiliate.php
│ │ │ ├── coupon.php
│ │ │ └── marketing.php
│ │ ├── order.php
│ │ ├── recurring.php
│ │ ├── return.php
│ │ ├── reward.php
│ │ ├── sale
│ │ │ ├── api.php
│ │ │ ├── order.php
│ │ │ ├── recurring.php
│ │ │ └── return.php
│ │ ├── transaction.php
│ │ └── wishlist.php
│ ├── affiliate
│ │ ├── activity.php
│ │ ├── affiliate.php
│ │ └── transaction.php
│ ├── catalog
│ │ ├── category.php
│ │ ├── information.php
│ │ ├── manufacturer.php
│ │ ├── product.php
│ │ └── review.php
│ ├── checkout
│ │ ├── marketing.php
│ │ ├── order.php
│ │ ├── recurring.php
│ │ └── seller.php
│ ├── design
│ │ ├── banner.php
│ │ └── layout.php
│ ├── extension
│ │ ├── event.php
│ │ ├── extension.php
│ │ └── module.php
│ ├── feed
│ │ └── google_base.php
│ ├── fraud
│ │ ├── fraudlabspro.php
│ │ ├── ip.php
│ │ └── maxmind.php
│ ├── localisation
│ │ ├── country.php
│ │ ├── currency.php
│ │ ├── geo_zone.php
│ │ ├── language.php
│ │ ├── length_class.php
│ │ ├── location.php
│ │ ├── order_status.php
│ │ ├── return_action.php
│ │ ├── return_reason.php
│ │ ├── return_status.php
│ │ ├── stock_status.php
│ │ ├── tax_class.php
│ │ ├── tax_rate.php
│ │ ├── weight_class.php
│ │ └── zone.php
│ ├── module
│ │ ├── laybuy_layout.php
│ │ └── pp_login.php
│ ├── openbay
│ │ ├── amazon_listing.php
│ │ ├── amazon_order.php
│ │ ├── amazon_product.php
│ │ ├── amazonus_listing.php
│ │ ├── amazonus_order.php
│ │ ├── amazonus_product.php
│ │ ├── ebay_openbay.php
│ │ ├── ebay_order.php
│ │ ├── ebay_product.php
│ │ ├── etsy_order.php
│ │ └── etsy_product.php
│ ├── payment
│ │ ├── amazon_login_pay.php
│ │ ├── authorizenet_aim.php
│ │ ├── authorizenet_sim.php
│ │ ├── bank_transfer.php
│ │ ├── bluepay_hosted.php
│ │ ├── bluepay_redirect.php
│ │ ├── brick.php
│ │ ├── cardinity.php
│ │ ├── cheque.php
│ │ ├── cod.php
│ │ ├── eway.php
│ │ ├── firstdata.php
│ │ ├── firstdata_remote.php
│ │ ├── free_checkout.php
│ │ ├── g2apay.php
│ │ ├── globalpay.php
│ │ ├── globalpay_remote.php
│ │ ├── klarna_account.php
│ │ ├── klarna_invoice.php
│ │ ├── laybuy.php
│ │ ├── liqpay.php
│ │ ├── nochex.php
│ │ ├── paymate.php
│ │ ├── paymentwall.php
│ │ ├── paypoint.php
│ │ ├── payza.php
│ │ ├── perpetual_payments.php
│ │ ├── pp_express.php
│ │ ├── pp_payflow.php
│ │ ├── pp_payflow_iframe.php
│ │ ├── pp_pro.php
│ │ ├── pp_pro_iframe.php
│ │ ├── pp_standard.php
│ │ ├── realex.php
│ │ ├── realex_remote.php
│ │ ├── sagepay_direct.php
│ │ ├── sagepay_server.php
│ │ ├── sagepay_us.php
│ │ ├── securetrading_pp.php
│ │ ├── securetrading_ws.php
│ │ ├── skrill.php
│ │ ├── twocheckout.php
│ │ ├── web_payment_software.php
│ │ └── worldpay.php
│ ├── setting
│ │ ├── api.php
│ │ ├── sellersetting.php
│ │ ├── setting.php
│ │ └── store.php
│ ├── shipping
│ │ ├── flat.php
│ │ ├── free.php
│ │ └── pickup.php
│ ├── tool
│ │ ├── image.php
│ │ ├── online.php
│ │ └── upload.php
│ └── total
│ │ ├── coupon.php
│ │ ├── credit.php
│ │ ├── handling.php
│ │ ├── klarna_fee.php
│ │ ├── low_order_fee.php
│ │ ├── reward.php
│ │ ├── shipping.php
│ │ ├── sub_total.php
│ │ ├── tax.php
│ │ ├── total.php
│ │ ├── voucher.php
│ │ └── voucher_theme.php
└── view
│ ├── javascript
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ └── bootstrap.min.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ └── npm.js
│ ├── clerk
│ │ ├── common.js
│ │ └── summernote
│ │ │ ├── summernote-bs2.css
│ │ │ ├── summernote-bs3.css
│ │ │ ├── summernote.css
│ │ │ ├── summernote.js
│ │ │ └── summernote.min.js
│ ├── common.js
│ ├── font-awesome
│ │ ├── css
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── less
│ │ │ ├── animated.less
│ │ │ ├── bordered-pulled.less
│ │ │ ├── core.less
│ │ │ ├── fixed-width.less
│ │ │ ├── font-awesome.less
│ │ │ ├── icons.less
│ │ │ ├── larger.less
│ │ │ ├── list.less
│ │ │ ├── mixins.less
│ │ │ ├── path.less
│ │ │ ├── rotated-flipped.less
│ │ │ ├── spinning.less
│ │ │ ├── stacked.less
│ │ │ └── variables.less
│ │ └── scss
│ │ │ ├── _animated.scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _spinning.scss
│ │ │ ├── _stacked.scss
│ │ │ ├── _variables.scss
│ │ │ └── font-awesome.scss
│ └── jquery
│ │ ├── datetimepicker
│ │ ├── bootstrap-datetimepicker.min.css
│ │ ├── bootstrap-datetimepicker.min.js
│ │ └── moment.js
│ │ ├── jquery-2.1.1.min.js
│ │ ├── jquery-2.1.1.min.map
│ │ ├── magnific
│ │ ├── jquery.magnific-popup.min.js
│ │ └── magnific-popup.css
│ │ └── owl-carousel
│ │ ├── AjaxLoader.gif
│ │ ├── grabbing.png
│ │ ├── owl.carousel.css
│ │ ├── owl.carousel.js
│ │ ├── owl.carousel.min.js
│ │ ├── owl.theme.css
│ │ └── owl.transitions.css
│ └── theme
│ └── default
│ ├── image
│ ├── default.png
│ ├── eway_creditcard_amex.png
│ ├── eway_creditcard_diners.png
│ ├── eway_creditcard_jcb.png
│ ├── eway_creditcard_master.png
│ ├── eway_creditcard_visa.png
│ ├── eway_masterpass.png
│ ├── eway_paypal.png
│ ├── eway_vme.png
│ ├── klarna_green_full.png
│ ├── klarna_green_middle.png
│ ├── klarna_nld_banner.png
│ ├── paymentwall_button.png
│ └── paypal_express_mobile.png
│ ├── stylesheet
│ └── stylesheet.css
│ └── template
│ ├── account
│ ├── account.tpl
│ ├── address_form.tpl
│ ├── address_list.tpl
│ ├── catalog
│ │ ├── coupon_form.tpl
│ │ ├── coupon_history.tpl
│ │ ├── coupon_list.tpl
│ │ ├── download_form.tpl
│ │ ├── download_list.tpl
│ │ ├── filemanager.tpl
│ │ ├── product_form.tpl
│ │ ├── product_list.tpl
│ │ ├── seller_form.tpl
│ │ ├── seller_transaction.tpl
│ │ ├── sellertransaction.tpl
│ │ └── shipping.tpl
│ ├── download.tpl
│ ├── edit.tpl
│ ├── forgotten.tpl
│ ├── login.tpl
│ ├── newsletter.tpl
│ ├── order_info.tpl
│ ├── order_list.tpl
│ ├── password.tpl
│ ├── recurring_info.tpl
│ ├── recurring_list.tpl
│ ├── register.tpl
│ ├── reset.tpl
│ ├── return_form.tpl
│ ├── return_info.tpl
│ ├── return_list.tpl
│ ├── reward.tpl
│ ├── sale
│ │ ├── order_history.tpl
│ │ ├── order_info.tpl
│ │ ├── order_invoice.tpl
│ │ ├── order_list.tpl
│ │ ├── order_shipping.tpl
│ │ ├── recurring_button.tpl
│ │ ├── recurring_info.tpl
│ │ ├── recurring_list.tpl
│ │ ├── return_form.tpl
│ │ ├── return_history.tpl
│ │ └── return_list.tpl
│ ├── shipping
│ │ ├── flat.tpl
│ │ ├── free.tpl
│ │ └── pickup.tpl
│ ├── transaction.tpl
│ ├── voucher.tpl
│ └── wishlist.tpl
│ ├── affiliate
│ ├── account.tpl
│ ├── edit.tpl
│ ├── forgotten.tpl
│ ├── login.tpl
│ ├── password.tpl
│ ├── payment.tpl
│ ├── register.tpl
│ ├── tracking.tpl
│ └── transaction.tpl
│ ├── captcha
│ ├── basic_captcha.tpl
│ └── google_captcha.tpl
│ ├── checkout
│ ├── cart.tpl
│ ├── checkout.tpl
│ ├── confirm.tpl
│ ├── coupon.tpl
│ ├── guest.tpl
│ ├── guest_shipping.tpl
│ ├── login.tpl
│ ├── payment_address.tpl
│ ├── payment_method.tpl
│ ├── register.tpl
│ ├── shipping_address.tpl
│ └── shipping_method.tpl
│ ├── common
│ ├── cart.tpl
│ ├── column_left.tpl
│ ├── column_right.tpl
│ ├── content_bottom.tpl
│ ├── content_top.tpl
│ ├── currency.tpl
│ ├── footer.tpl
│ ├── header.tpl
│ ├── home.tpl
│ ├── language.tpl
│ ├── maintenance.tpl
│ ├── search.tpl
│ └── success.tpl
│ ├── credit_card
│ ├── sagepay_direct_form.tpl
│ ├── sagepay_direct_list.tpl
│ └── sagepay_server_list.tpl
│ ├── error
│ └── not_found.tpl
│ ├── information
│ ├── contact.tpl
│ ├── information.tpl
│ └── sitemap.tpl
│ ├── mail
│ ├── order.tpl
│ └── voucher.tpl
│ ├── module
│ ├── account.tpl
│ ├── affiliate.tpl
│ ├── amazon_login.tpl
│ ├── amazon_pay.tpl
│ ├── banner.tpl
│ ├── bestseller.tpl
│ ├── carousel.tpl
│ ├── category.tpl
│ ├── ebay_listing.tpl
│ ├── featured.tpl
│ ├── filter.tpl
│ ├── google_hangouts.tpl
│ ├── html.tpl
│ ├── information.tpl
│ ├── latest.tpl
│ ├── laybuy_layout.tpl
│ ├── pp_button.tpl
│ ├── pp_login.tpl
│ ├── sagepay_direct_cards.tpl
│ ├── sagepay_server_cards.tpl
│ ├── slideshow.tpl
│ ├── special.tpl
│ └── store.tpl
│ ├── payment
│ ├── amazon_login_pay_address.tpl
│ ├── amazon_login_pay_confirm.tpl
│ ├── amazon_login_pay_failure.tpl
│ ├── amazon_login_pay_payment.tpl
│ ├── authorizenet_aim.tpl
│ ├── authorizenet_sim.tpl
│ ├── bank_transfer.tpl
│ ├── bluepay_hosted.tpl
│ ├── bluepay_redirect.tpl
│ ├── brick.tpl
│ ├── cardinity.tpl
│ ├── cardinity_3ds.tpl
│ ├── cheque.tpl
│ ├── cod.tpl
│ ├── eway.tpl
│ ├── eway_iframe.tpl
│ ├── firstdata.tpl
│ ├── firstdata_remote.tpl
│ ├── free_checkout.tpl
│ ├── g2apay.tpl
│ ├── globalpay.tpl
│ ├── globalpay_remote.tpl
│ ├── globalpay_response.tpl
│ ├── klarna_account.tpl
│ ├── klarna_invoice.tpl
│ ├── laybuy.tpl
│ ├── liqpay.tpl
│ ├── nochex.tpl
│ ├── paymate.tpl
│ ├── paymentwall.tpl
│ ├── paymentwall_widget.tpl
│ ├── paypoint.tpl
│ ├── paypoint_failure.tpl
│ ├── paypoint_success.tpl
│ ├── payza.tpl
│ ├── perpetual_payments.tpl
│ ├── pp_express.tpl
│ ├── pp_express_confirm.tpl
│ ├── pp_payflow.tpl
│ ├── pp_payflow_iframe.tpl
│ ├── pp_payflow_iframe_return.tpl
│ ├── pp_pro.tpl
│ ├── pp_pro_iframe.tpl
│ ├── pp_pro_iframe_body.tpl
│ ├── pp_standard.tpl
│ ├── realex.tpl
│ ├── realex_remote.tpl
│ ├── realex_response.tpl
│ ├── sagepay_direct.tpl
│ ├── sagepay_server.tpl
│ ├── sagepay_us.tpl
│ ├── securetrading_pp.tpl
│ ├── securetrading_ws.tpl
│ ├── skrill.tpl
│ ├── twocheckout.tpl
│ ├── web_payment_software.tpl
│ ├── worldpay.tpl
│ ├── worldpay_failure.tpl
│ └── worldpay_success.tpl
│ ├── product
│ ├── category.tpl
│ ├── compare.tpl
│ ├── manufacturer_info.tpl
│ ├── manufacturer_list.tpl
│ ├── product.tpl
│ ├── review.tpl
│ ├── search.tpl
│ └── special.tpl
│ ├── recurring
│ └── pp_express.tpl
│ └── total
│ ├── coupon.tpl
│ ├── reward.tpl
│ ├── shipping.tpl
│ └── voucher.tpl
├── config-dist.php
├── image
├── Thumbs.db
├── cache
│ ├── Thumbs.db
│ └── index.html
├── catalog
│ ├── Thumbs.db
│ ├── cart.png
│ ├── demo
│ │ ├── Thumbs.db
│ │ ├── apple_cinema_30.jpg
│ │ ├── apple_logo.jpg
│ │ ├── banners
│ │ │ ├── MacBookAir.jpg
│ │ │ └── iPhone6.jpg
│ │ ├── canon_eos_5d_1.jpg
│ │ ├── canon_eos_5d_2.jpg
│ │ ├── canon_eos_5d_3.jpg
│ │ ├── canon_logo.jpg
│ │ ├── compaq_presario.jpg
│ │ ├── gift-voucher-birthday.jpg
│ │ ├── hp_1.jpg
│ │ ├── hp_2.jpg
│ │ ├── hp_3.jpg
│ │ ├── hp_banner.jpg
│ │ ├── htc_touch_hd_1.jpg
│ │ ├── htc_touch_hd_2.jpg
│ │ ├── htc_touch_hd_3.jpg
│ │ ├── imac_1.jpg
│ │ ├── imac_2.jpg
│ │ ├── imac_3.jpg
│ │ ├── index.html
│ │ ├── iphone_1.jpg
│ │ ├── iphone_2.jpg
│ │ ├── iphone_3.jpg
│ │ ├── iphone_4.jpg
│ │ ├── iphone_5.jpg
│ │ ├── iphone_6.jpg
│ │ ├── ipod_classic_1.jpg
│ │ ├── ipod_classic_2.jpg
│ │ ├── ipod_classic_3.jpg
│ │ ├── ipod_classic_4.jpg
│ │ ├── ipod_nano_1.jpg
│ │ ├── ipod_nano_2.jpg
│ │ ├── ipod_nano_3.jpg
│ │ ├── ipod_nano_4.jpg
│ │ ├── ipod_nano_5.jpg
│ │ ├── ipod_shuffle_1.jpg
│ │ ├── ipod_shuffle_2.jpg
│ │ ├── ipod_shuffle_3.jpg
│ │ ├── ipod_shuffle_4.jpg
│ │ ├── ipod_shuffle_5.jpg
│ │ ├── ipod_touch_1.jpg
│ │ ├── ipod_touch_2.jpg
│ │ ├── ipod_touch_3.jpg
│ │ ├── ipod_touch_4.jpg
│ │ ├── ipod_touch_5.jpg
│ │ ├── ipod_touch_6.jpg
│ │ ├── ipod_touch_7.jpg
│ │ ├── macbook_1.jpg
│ │ ├── macbook_2.jpg
│ │ ├── macbook_3.jpg
│ │ ├── macbook_4.jpg
│ │ ├── macbook_5.jpg
│ │ ├── macbook_air_1.jpg
│ │ ├── macbook_air_2.jpg
│ │ ├── macbook_air_3.jpg
│ │ ├── macbook_air_4.jpg
│ │ ├── macbook_pro_1.jpg
│ │ ├── macbook_pro_2.jpg
│ │ ├── macbook_pro_3.jpg
│ │ ├── macbook_pro_4.jpg
│ │ ├── manufacturer
│ │ │ ├── burgerking.png
│ │ │ ├── canon.png
│ │ │ ├── cocacola.png
│ │ │ ├── dell.png
│ │ │ ├── disney.png
│ │ │ ├── harley.png
│ │ │ ├── nfl.png
│ │ │ ├── nintendo.png
│ │ │ ├── redbull.png
│ │ │ ├── shell.png
│ │ │ ├── sony.png
│ │ │ └── starbucks.png
│ │ ├── nikon_d300_1.jpg
│ │ ├── nikon_d300_2.jpg
│ │ ├── nikon_d300_3.jpg
│ │ ├── nikon_d300_4.jpg
│ │ ├── nikon_d300_5.jpg
│ │ ├── palm_logo.jpg
│ │ ├── palm_treo_pro_1.jpg
│ │ ├── palm_treo_pro_2.jpg
│ │ ├── palm_treo_pro_3.jpg
│ │ ├── product
│ │ │ ├── iphone.jpg
│ │ │ ├── macbook.jpg
│ │ │ ├── samsungtab.jpg
│ │ │ └── thunderboltdisplay.jpg
│ │ ├── samsung_banner.jpg
│ │ ├── samsung_syncmaster_941bw.jpg
│ │ ├── samsung_tab_1.jpg
│ │ ├── samsung_tab_2.jpg
│ │ ├── samsung_tab_3.jpg
│ │ ├── samsung_tab_4.jpg
│ │ ├── samsung_tab_5.jpg
│ │ ├── samsung_tab_6.jpg
│ │ ├── samsung_tab_7.jpg
│ │ ├── sony_logo.jpg
│ │ ├── sony_vaio_1.jpg
│ │ ├── sony_vaio_2.jpg
│ │ ├── sony_vaio_3.jpg
│ │ ├── sony_vaio_4.jpg
│ │ └── sony_vaio_5.jpg
│ ├── index.html
│ └── logo.png
├── flags
│ ├── Thumbs.db
│ ├── ad.png
│ ├── ae.png
│ ├── af.png
│ ├── ag.png
│ ├── ai.png
│ ├── al.png
│ ├── am.png
│ ├── an.png
│ ├── ao.png
│ ├── ar.png
│ ├── as.png
│ ├── at.png
│ ├── au.png
│ ├── aw.png
│ ├── ax.png
│ ├── az.png
│ ├── ba.png
│ ├── bb.png
│ ├── bd.png
│ ├── be.png
│ ├── bf.png
│ ├── bg.png
│ ├── bh.png
│ ├── bi.png
│ ├── bj.png
│ ├── bm.png
│ ├── bn.png
│ ├── bo.png
│ ├── br.png
│ ├── bs.png
│ ├── bt.png
│ ├── bv.png
│ ├── bw.png
│ ├── by.png
│ ├── bz.png
│ ├── ca.png
│ ├── cc.png
│ ├── cd.png
│ ├── cf.png
│ ├── cg.png
│ ├── ch.png
│ ├── ci.png
│ ├── ck.png
│ ├── cl.png
│ ├── cm.png
│ ├── cn.png
│ ├── co.png
│ ├── cr.png
│ ├── cs.png
│ ├── cu.png
│ ├── cv.png
│ ├── cx.png
│ ├── cy.png
│ ├── cz.png
│ ├── de.png
│ ├── dj.png
│ ├── dk.png
│ ├── dm.png
│ ├── do.png
│ ├── dz.png
│ ├── ec.png
│ ├── ee.png
│ ├── eg.png
│ ├── eh.png
│ ├── england.png
│ ├── er.png
│ ├── es.png
│ ├── et.png
│ ├── fam.png
│ ├── fi.png
│ ├── fj.png
│ ├── fk.png
│ ├── fm.png
│ ├── fo.png
│ ├── fr.png
│ ├── ga.png
│ ├── gd.png
│ ├── ge.png
│ ├── gh.png
│ ├── gi.png
│ ├── gl.png
│ ├── gm.png
│ ├── gn.png
│ ├── gp.png
│ ├── gq.png
│ ├── gr.png
│ ├── gs.png
│ ├── gt.png
│ ├── gu.png
│ ├── gw.png
│ ├── gy.png
│ ├── hk.png
│ ├── hn.png
│ ├── hr.png
│ ├── ht.png
│ ├── hu.png
│ ├── id.png
│ ├── ie.png
│ ├── il.png
│ ├── in.png
│ ├── io.png
│ ├── iq.png
│ ├── ir.png
│ ├── is.png
│ ├── it.png
│ ├── jm.png
│ ├── jo.png
│ ├── jp.png
│ ├── ke.png
│ ├── kg.png
│ ├── kh.png
│ ├── ki.png
│ ├── km.png
│ ├── kn.png
│ ├── kp.png
│ ├── kr.png
│ ├── kw.png
│ ├── ky.png
│ ├── kz.png
│ ├── la.png
│ ├── lb.png
│ ├── lc.png
│ ├── li.png
│ ├── lk.png
│ ├── lr.png
│ ├── ls.png
│ ├── lt.png
│ ├── lu.png
│ ├── lv.png
│ ├── ly.png
│ ├── ma.png
│ ├── mc.png
│ ├── md.png
│ ├── mg.png
│ ├── mh.png
│ ├── mk.png
│ ├── ml.png
│ ├── mm.png
│ ├── mn.png
│ ├── mo.png
│ ├── mp.png
│ ├── mq.png
│ ├── mr.png
│ ├── ms.png
│ ├── mt.png
│ ├── mu.png
│ ├── mv.png
│ ├── mw.png
│ ├── mx.png
│ ├── my.png
│ ├── mz.png
│ ├── na.png
│ ├── nc.png
│ ├── ne.png
│ ├── nf.png
│ ├── ng.png
│ ├── ni.png
│ ├── nl.png
│ ├── no.png
│ ├── np.png
│ ├── nr.png
│ ├── nu.png
│ ├── nz.png
│ ├── om.png
│ ├── pa.png
│ ├── pe.png
│ ├── pf.png
│ ├── pg.png
│ ├── ph.png
│ ├── pk.png
│ ├── pl.png
│ ├── pm.png
│ ├── pn.png
│ ├── pr.png
│ ├── ps.png
│ ├── pt.png
│ ├── pw.png
│ ├── py.png
│ ├── qa.png
│ ├── ro.png
│ ├── ru.png
│ ├── rw.png
│ ├── sa.png
│ ├── sb.png
│ ├── sc.png
│ ├── scotland.png
│ ├── sd.png
│ ├── se.png
│ ├── sg.png
│ ├── sh.png
│ ├── si.png
│ ├── sk.png
│ ├── sl.png
│ ├── sm.png
│ ├── sn.png
│ ├── so.png
│ ├── sr.png
│ ├── st.png
│ ├── sv.png
│ ├── sy.png
│ ├── sz.png
│ ├── tc.png
│ ├── td.png
│ ├── tf.png
│ ├── tg.png
│ ├── th.png
│ ├── tj.png
│ ├── tk.png
│ ├── tl.png
│ ├── tm.png
│ ├── tn.png
│ ├── to.png
│ ├── tr.png
│ ├── tt.png
│ ├── tv.png
│ ├── tw.png
│ ├── tz.png
│ ├── ua.png
│ ├── ug.png
│ ├── um.png
│ ├── us.png
│ ├── uy.png
│ ├── uz.png
│ ├── va.png
│ ├── vc.png
│ ├── ve.png
│ ├── vg.png
│ ├── vi.png
│ ├── vn.png
│ ├── vu.png
│ ├── wales.png
│ ├── wf.png
│ ├── ws.png
│ ├── ye.png
│ ├── yt.png
│ ├── za.png
│ ├── zm.png
│ └── zw.png
├── no_image.png
└── placeholder.png
├── index.php
├── install
├── clerkscart.sql
├── cli_install.php
├── controller
│ ├── 3rd_party
│ │ ├── extension.php
│ │ ├── maxmind.php
│ │ └── openbay.php
│ ├── common
│ │ ├── column_left.php
│ │ ├── footer.php
│ │ └── header.php
│ ├── error
│ │ └── not_found.php
│ ├── install
│ │ ├── step_1.php
│ │ ├── step_2.php
│ │ ├── step_3.php
│ │ └── step_4.php
│ ├── startup
│ │ ├── database.php
│ │ ├── language.php
│ │ ├── router.php
│ │ └── upgrade.php
│ └── upgrade
│ │ └── upgrade.php
├── index.php
├── language
│ └── en-gb
│ │ ├── 3rd_party
│ │ ├── maxmind.php
│ │ └── openbay.php
│ │ ├── Thumbs.db
│ │ ├── common
│ │ ├── column_left.php
│ │ ├── footer.php
│ │ └── header.php
│ │ ├── en-gb.php
│ │ ├── en-gb.png
│ │ ├── install
│ │ ├── step_1.php
│ │ ├── step_2.php
│ │ ├── step_3.php
│ │ └── step_4.php
│ │ └── upgrade
│ │ └── upgrade.php
├── model
│ ├── 3rd_party
│ │ └── maxmind.php
│ ├── install
│ │ └── install.php
│ └── upgrade
│ │ ├── 220.php.txt
│ │ ├── 226.php
│ │ └── 227.php
├── php.ini
└── view
│ ├── image
│ ├── Thumbs.db
│ ├── amazon.png
│ ├── background.png
│ ├── ebay.png
│ ├── heading.png
│ ├── logo.png
│ ├── maxmind.gif
│ └── openbay_pro.gif
│ ├── javascript
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.min.css
│ │ └── js
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ ├── common.js
│ ├── cufon
│ │ ├── Aller_400.font.js
│ │ ├── Lacuna_Regular_400.font.js
│ │ ├── TitilliumText15L_400.font.js
│ │ ├── Trebuchet_MS_400.font.js
│ │ ├── Trebuchet_MS_italic_400.font.js
│ │ ├── Verdana_400.font.js
│ │ └── cufon-yui.js
│ ├── font-awesome
│ │ ├── css
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── less
│ │ │ ├── bordered-pulled.less
│ │ │ ├── core.less
│ │ │ ├── fixed-width.less
│ │ │ ├── font-awesome.less
│ │ │ ├── icons.less
│ │ │ ├── larger.less
│ │ │ ├── list.less
│ │ │ ├── mixins.less
│ │ │ ├── path.less
│ │ │ ├── rotated-flipped.less
│ │ │ ├── spinning.less
│ │ │ ├── stacked.less
│ │ │ └── variables.less
│ │ └── scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _spinning.scss
│ │ │ ├── _stacked.scss
│ │ │ ├── _variables.scss
│ │ │ └── font-awesome.scss
│ └── jquery
│ │ ├── jquery-2.1.1.min.js
│ │ └── jquery-2.1.1.min.map
│ ├── stylesheet
│ └── stylesheet.css
│ └── template
│ ├── 3rd_party
│ ├── maxmind.tpl
│ └── openbay.tpl
│ ├── common
│ ├── column_left.tpl
│ ├── footer.tpl
│ └── header.tpl
│ ├── error
│ └── not_found.tpl
│ ├── install
│ ├── step_1.tpl
│ ├── step_2.tpl
│ ├── step_3.tpl
│ └── step_4.tpl
│ └── upgrade
│ └── upgrade.tpl
├── php.ini
└── system
├── config
├── admin.php
├── catalog.php
├── default.php
├── index.html
└── install.php
├── engine
├── action.php
├── controller.php
├── event.php
├── front.php
├── loader.php
├── model.php
├── proxy.php
└── registry.php
├── framework.php
├── helper
├── general.php
├── hash_equals.php
├── json.php
├── utf8.php
└── vat.php
├── library
├── cache.php
├── cache
│ ├── apc.php
│ ├── file.php
│ └── mem.php
├── cart
│ ├── affiliate.php
│ ├── cart.php
│ ├── currency.php
│ ├── customer.php
│ ├── length.php
│ ├── tax.php
│ ├── user.php
│ └── weight.php
├── config.php
├── db.php
├── db
│ ├── mpdo.php
│ ├── mssql.php
│ ├── mysql.php
│ ├── mysqli.php
│ └── postgre.php
├── document.php
├── encryption.php
├── image.php
├── language.php
├── log.php
├── mail.php
├── openbay.php
├── openbay
│ ├── amazon.php
│ ├── amazonus.php
│ ├── ebay.php
│ ├── etsy.php
│ └── fba.php
├── pagination.php
├── request.php
├── response.php
├── sellerconfig.php
├── session.php
├── session
│ ├── db.php
│ └── file.php
├── template.php
├── template
│ └── basic.php
└── url.php
├── modification.xml
├── startup.php
├── storage
├── cache
│ └── index.html
├── download
│ ├── 0
│ │ └── index.html
│ └── index.html
├── logs
│ └── index.html
├── modification
│ └── index.html
└── upload
│ └── index.html
└── thirdparty
└── paymentwall-php
├── LICENSE
├── README.md
├── composer.json
├── features
├── bootstrap
│ ├── ChargeContext.php
│ ├── FeatureContext.php
│ ├── PingbackContext.php
│ └── WidgetContext.php
├── charge.feature
├── pingback.feature
└── widget.feature
└── lib
├── Paymentwall
├── ApiObject.php
├── ApiObjectInterface.php
├── Base.php
├── Card.php
├── Charge.php
├── Config.php
├── GenerericApiObject.php
├── HttpAction.php
├── Instance.php
├── OneTimeToken.php
├── Pingback.php
├── Product.php
├── Response
│ ├── Abstract.php
│ ├── Error.php
│ ├── Factory.php
│ ├── Interface.php
│ └── Success.php
├── Signature
│ ├── Abstract.php
│ ├── Pingback.php
│ └── Widget.php
├── Subscription.php
└── Widget.php
└── paymentwall.php
/README.md:
--------------------------------------------------------------------------------
1 | # clerkscart
2 | ClerksCart - Multi Vendor Marketplace
3 |
4 | WebSite - clerkscart.com
5 |
6 | Make a small donation to improve ClerksCart
7 |
8 |
--------------------------------------------------------------------------------
/upload/admin/config-dist.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/config-dist.php
--------------------------------------------------------------------------------
/upload/admin/controller/common/logout.php:
--------------------------------------------------------------------------------
1 | user->logout();
5 |
6 | unset($this->session->data['token']);
7 |
8 | $this->response->redirect($this->url->link('common/login', '', true));
9 | }
10 | }
--------------------------------------------------------------------------------
/upload/admin/controller/design/theme.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/controller/design/theme.php
--------------------------------------------------------------------------------
/upload/admin/controller/event/theme.php:
--------------------------------------------------------------------------------
1 | openbay->etsy->call('v1/etsy/product/shipping/getAllTemplates/', 'GET');
5 |
6 | $this->response->addHeader('Content-Type: application/json');
7 | return $this->response->setOutput(json_encode($response));
8 | }
9 | }
--------------------------------------------------------------------------------
/upload/admin/controller/openbay/etsy_shop.php:
--------------------------------------------------------------------------------
1 | openbay->etsy->call('v1/etsy/shop/getSections/', 'GET');
5 |
6 | $this->response->addHeader('Content-Type: application/json');
7 | return $this->response->setOutput(json_encode($response));
8 | }
9 | }
--------------------------------------------------------------------------------
/upload/admin/controller/report/affiliate_login.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/controller/report/affiliate_login.php
--------------------------------------------------------------------------------
/upload/admin/controller/report/customer_login.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/controller/report/customer_login.php
--------------------------------------------------------------------------------
/upload/admin/controller/startup/event.php:
--------------------------------------------------------------------------------
1 | db->query("SELECT * FROM `" . DB_PREFIX . "event` WHERE `trigger` LIKE 'admin/%' ORDER BY `event_id` ASC");
5 |
6 | foreach ($query->rows as $result) {
7 | $this->event->register(substr($result['trigger'], strpos($result['trigger'], '/') + 1), new Action($result['action']));
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/upload/admin/index.php:
--------------------------------------------------------------------------------
1 | clerkscart © 2016-' . date('Y') . ' All Rights Reserved.';
4 | $_['text_version'] = 'Version %s';
--------------------------------------------------------------------------------
/upload/admin/language/en-gb/common/stats.php:
--------------------------------------------------------------------------------
1 | OpenBay Pro';
--------------------------------------------------------------------------------
/upload/admin/language/en-gb/mail/forgotten.php:
--------------------------------------------------------------------------------
1 | db->query("SELECT * FROM " . DB_PREFIX . "url_alias WHERE keyword = '" . $this->db->escape($keyword) . "'");
5 |
6 | return $query->row;
7 | }
8 | }
--------------------------------------------------------------------------------
/upload/admin/model/openbay/version.php:
--------------------------------------------------------------------------------
1 | db->query("SELECT * FROM " . DB_PREFIX . "order_status");
8 | foreach ($query->rows as $value) {
9 | $result[$value['order_status_id']] = $value['name'];
10 | }
11 | return $result;
12 | }
13 | }
--------------------------------------------------------------------------------
/upload/admin/model/payment/paymentwall.php:
--------------------------------------------------------------------------------
1 | db->query("SELECT * FROM " . DB_PREFIX . "order_status");
8 | foreach ($query->rows as $value) {
9 | $result[$value['order_status_id']] = $value['name'];
10 | }
11 | return $result;
12 | }
13 | }
--------------------------------------------------------------------------------
/upload/admin/php.ini:
--------------------------------------------------------------------------------
1 | magic_quotes_gpc = Off;
2 | register_globals = Off;
3 | default_charset = UTF-8;
4 | memory_limit = 64M;
5 | max_execution_time = 18000;
6 | upload_max_filesize = 999M;
7 | safe_mode = Off;
8 | mysql.connect_timeout = 20;
9 | session.auto_start = Off;
10 | session.use_only_cookies = On;
11 | session.use_cookies = On;
12 | session.use_trans_sid = Off;
13 | session.cookie_httponly = On;
14 | session.gc_maxlifetime = 12000000;
15 | allow_url_fopen = on;
--------------------------------------------------------------------------------
/upload/admin/view/image/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/Thumbs.db
--------------------------------------------------------------------------------
/upload/admin/view/image/checkmark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/checkmark.png
--------------------------------------------------------------------------------
/upload/admin/view/image/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/logo.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/2checkout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/2checkout.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/Thumbs.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/Thumbs.db
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/amazon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/amazon.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/authorizenet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/authorizenet.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/bluepay.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/bluepay.jpg
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/brick_pw_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/brick_pw_logo.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/cardinity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/cardinity.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/eway.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/eway.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/eway_au.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/eway_au.jpg
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/firstdata.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/firstdata.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/g2apay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/g2apay.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/globalpay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/globalpay.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/klarna_banner.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/klarna_banner.gif
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/laybuys.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/laybuys.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/liqpay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/liqpay.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/nochex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/nochex.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/paymate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/paymate.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/paymentwall_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/paymentwall_logo.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/paypal.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/paypoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/paypoint.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/realex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/realex.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/sagepay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/sagepay.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/secure_trading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/secure_trading.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/skrill.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/skrill.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/worldpay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/worldpay.png
--------------------------------------------------------------------------------
/upload/admin/view/image/payment/wps-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/image/payment/wps-logo.jpg
--------------------------------------------------------------------------------
/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/font-awesome/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/less/fixed-width.less:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .@{fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/less/larger.less:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .@{fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .@{fa-css-prefix}-2x { font-size: 2em; }
11 | .@{fa-css-prefix}-3x { font-size: 3em; }
12 | .@{fa-css-prefix}-4x { font-size: 4em; }
13 | .@{fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/scss/_fixed-width.scss:
--------------------------------------------------------------------------------
1 | // Fixed Width Icons
2 | // -------------------------
3 | .#{$fa-css-prefix}-fw {
4 | width: (18em / 14);
5 | text-align: center;
6 | }
7 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/font-awesome/scss/_larger.scss:
--------------------------------------------------------------------------------
1 | // Icon Sizes
2 | // -------------------------
3 |
4 | /* makes the font 33% larger relative to the icon container */
5 | .#{$fa-css-prefix}-lg {
6 | font-size: (4em / 3);
7 | line-height: (3em / 4);
8 | vertical-align: -15%;
9 | }
10 | .#{$fa-css-prefix}-2x { font-size: 2em; }
11 | .#{$fa-css-prefix}-3x { font-size: 3em; }
12 | .#{$fa-css-prefix}-4x { font-size: 4em; }
13 | .#{$fa-css-prefix}-5x { font-size: 5em; }
14 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/Makefile:
--------------------------------------------------------------------------------
1 | # Makefile for generating minified files
2 |
3 | .PHONY: all
4 |
5 | # we cheat and process all .js files instead of an exhaustive list
6 | all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
7 |
8 | %.min.js: %.js
9 | yui-compressor $< -o $@
10 |
11 | test:
12 | ./node_modules/.bin/jshint *jquery.flot.js
13 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/build.log:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/build.log
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-eu-gdp-growth-1.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-eu-gdp-growth-2.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-eu-gdp-growth-3.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-eu-gdp-growth-4.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-eu-gdp-growth-5.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-eu-gdp-growth.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Europe (EU27)",
3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-japan-gdp-growth.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "Japan",
3 | "data": [[1999, -0.1], [2000, 2.9], [2001, 0.2], [2002, 0.3], [2003, 1.4], [2004, 2.7], [2005, 1.9], [2006, 2.0], [2007, 2.3], [2008, -0.7]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/ajax/data-usa-gdp-growth.json:
--------------------------------------------------------------------------------
1 | {
2 | "label": "USA",
3 | "data": [[1999, 4.4], [2000, 3.7], [2001, 0.8], [2002, 1.6], [2003, 2.5], [2004, 3.6], [2005, 2.9], [2006, 2.8], [2007, 2.0], [2008, 1.1]]
4 | }
5 |
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/axes-time-zones/tz/southamerica:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/examples/axes-time-zones/tz/southamerica
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/background.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/examples/background.png
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/image/hs-2004-27-a-large-web.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/examples/image/hs-2004-27-a-large-web.jpg
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-down.gif
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-left.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-left.gif
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-right.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-right.gif
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-up.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shadstoneofficial/clerkscart/e7d7a19341e0a3ba773622f2277dd300448ba39b/upload/admin/view/javascript/jquery/flot/examples/navigate/arrow-up.gif
--------------------------------------------------------------------------------
/upload/admin/view/javascript/jquery/jqvmap/maps/continents/readme.txt:
--------------------------------------------------------------------------------
1 | These maps are just extracted from the world map and re-sized to same level as the world map. No extra details, or polygons added.
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/_bootstrap-compass.scss:
--------------------------------------------------------------------------------
1 | @function twbs-font-path($path) {
2 | @return font-url($path, true);
3 | }
4 |
5 | @function twbs-image-path($path) {
6 | @return image-url($path, true);
7 | }
8 |
9 | $bootstrap-sass-asset-helper: true;
10 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/_bootstrap-sprockets.scss:
--------------------------------------------------------------------------------
1 | @function twbs-font-path($path) {
2 | @return font-path($path);
3 | }
4 |
5 | @function twbs-image-path($path) {
6 | @return image-path($path);
7 | }
8 |
9 | $bootstrap-sass-asset-helper: true;
10 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_alerts.scss:
--------------------------------------------------------------------------------
1 | // Alerts
2 |
3 | @mixin alert-variant($background, $border, $text-color) {
4 | background-color: $background;
5 | border-color: $border;
6 | color: $text-color;
7 |
8 | hr {
9 | border-top-color: darken($border, 5%);
10 | }
11 | .alert-link {
12 | color: darken($text-color, 10%);
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_background-variant.scss:
--------------------------------------------------------------------------------
1 | // Contextual backgrounds
2 |
3 | // [converter] $parent hack
4 | @mixin bg-variant($parent, $color) {
5 | #{$parent} {
6 | background-color: $color;
7 | }
8 | a#{$parent}:hover,
9 | a#{$parent}:focus {
10 | background-color: darken($color, 10%);
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_center-block.scss:
--------------------------------------------------------------------------------
1 | // Center-align a block level element
2 |
3 | @mixin center-block() {
4 | display: block;
5 | margin-left: auto;
6 | margin-right: auto;
7 | }
8 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_labels.scss:
--------------------------------------------------------------------------------
1 | // Labels
2 |
3 | @mixin label-variant($color) {
4 | background-color: $color;
5 |
6 | &[href] {
7 | &:hover,
8 | &:focus {
9 | background-color: darken($color, 10%);
10 | }
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_nav-divider.scss:
--------------------------------------------------------------------------------
1 | // Horizontal dividers
2 | //
3 | // Dividers (basically an hr) within dropdowns and nav lists
4 |
5 | @mixin nav-divider($color: #e5e5e5) {
6 | height: 1px;
7 | margin: (($line-height-computed / 2) - 1) 0;
8 | overflow: hidden;
9 | background-color: $color;
10 | }
11 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_nav-vertical-align.scss:
--------------------------------------------------------------------------------
1 | // Navbar vertical align
2 | //
3 | // Vertically center elements in the navbar.
4 | // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.
5 |
6 | @mixin navbar-vertical-align($element-height) {
7 | margin-top: (($navbar-height - $element-height) / 2);
8 | margin-bottom: (($navbar-height - $element-height) / 2);
9 | }
10 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_opacity.scss:
--------------------------------------------------------------------------------
1 | // Opacity
2 |
3 | @mixin opacity($opacity) {
4 | opacity: $opacity;
5 | // IE8 filter
6 | $opacity-ie: ($opacity * 100);
7 | filter: alpha(opacity=$opacity-ie);
8 | }
9 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_progress-bar.scss:
--------------------------------------------------------------------------------
1 | // Progress bars
2 |
3 | @mixin progress-bar-variant($color) {
4 | background-color: $color;
5 |
6 | // Deprecated parent class requirement as of v3.2.0
7 | .progress-striped & {
8 | @include gradient-striped;
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_reset-filter.scss:
--------------------------------------------------------------------------------
1 | // Reset filters for IE
2 | //
3 | // When you need to remove a gradient background, do not forget to use this to reset
4 | // the IE filter for IE9 and below.
5 |
6 | @mixin reset-filter() {
7 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
8 | }
9 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_resize.scss:
--------------------------------------------------------------------------------
1 | // Resize anything
2 |
3 | @mixin resizable($direction) {
4 | resize: $direction; // Options: horizontal, vertical, both
5 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
6 | }
7 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_size.scss:
--------------------------------------------------------------------------------
1 | // Sizing shortcuts
2 |
3 | @mixin size($width, $height) {
4 | width: $width;
5 | height: $height;
6 | }
7 |
8 | @mixin square($size) {
9 | @include size($size, $size);
10 | }
11 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_tab-focus.scss:
--------------------------------------------------------------------------------
1 | // WebKit-style focus
2 |
3 | @mixin tab-focus() {
4 | // Default
5 | outline: thin dotted;
6 | // WebKit
7 | outline: 5px auto -webkit-focus-ring-color;
8 | outline-offset: -2px;
9 | }
10 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_text-emphasis.scss:
--------------------------------------------------------------------------------
1 | // Typography
2 |
3 | // [converter] $parent hack
4 | @mixin text-emphasis-variant($parent, $color) {
5 | #{$parent} {
6 | color: $color;
7 | }
8 | a#{$parent}:hover,
9 | a#{$parent}:focus {
10 | color: darken($color, 10%);
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/upload/admin/view/stylesheet/sass/bootstrap/mixins/_text-overflow.scss:
--------------------------------------------------------------------------------
1 | // Text overflow
2 | // Requires inline-block or block for proper styling
3 |
4 | @mixin text-overflow() {
5 | overflow: hidden;
6 | text-overflow: ellipsis;
7 | white-space: nowrap;
8 | }
9 |
--------------------------------------------------------------------------------
/upload/admin/view/template/common/column_left.tpl:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/upload/admin/view/template/common/footer.tpl:
--------------------------------------------------------------------------------
1 |
2 |