All Projects β†’ ClassicPress-plugins β†’ classic-commerce

ClassicPress-plugins / classic-commerce

Licence: GPL-3.0, Unknown licenses found Licenses found GPL-3.0 LICENSE Unknown license.txt
A simple but powerful e-commerce platform built for ClassicPress. Forked from WooCommerce and compatible with many Woo extensions.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to classic-commerce

debugpress
DebugPress is easy to use plugin implementing popup for debugging currently loaded WordPress page with support for intercepting AJAX requests.
Stars: ✭ 19 (-58.7%)
Mutual labels:  classicpress, classicpress-plugin
Co Cart
πŸ›’ CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (+330.43%)
Mutual labels:  woocommerce, e-commerce
WSPay-WooCommerce-Payment-Gateway
WooCommerce's WSPay Payment Gateway
Stars: ✭ 20 (-56.52%)
Mutual labels:  woocommerce, e-commerce
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (-41.3%)
Mutual labels:  woocommerce, e-commerce
Pwa Theme Woocommerce
E-commerce Progressive Web App Theme (React & Redux)
Stars: ✭ 382 (+730.43%)
Mutual labels:  woocommerce, e-commerce
classicpress-seo
Classic SEO is the first SEO plugin built specifically to work with ClassicPress. A fork of Rank Math, the plugin contains many essential SEO tools to help optimize your website.
Stars: ✭ 18 (-60.87%)
Mutual labels:  classicpress, classicpress-plugin
heroku-wordpress
Template project for deploying WordPress 5.7.2 to Heroku
Stars: ✭ 49 (+6.52%)
Mutual labels:  woocommerce
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (-13.04%)
Mutual labels:  e-commerce
oc-mall-theme
Demo theme for the oc-mall-plugin
Stars: ✭ 19 (-58.7%)
Mutual labels:  e-commerce
DigitalProducts
Sell digital products with Craft Commerce
Stars: ✭ 48 (+4.35%)
Mutual labels:  e-commerce
eCommerceSearchBench
E-commerce search benchmark is the first end-to-end application benchmark for e-commerce search system with personalized recommendations.This work is joint with Prof. Jianfeng Zhan (http://www.benchcouncil.org/zjf.html) 's team, who is also the chair of International Open Benchmark Council (BenchCouncil, http://www.benchcouncil.org/).
Stars: ✭ 29 (-36.96%)
Mutual labels:  e-commerce
wc-api-java
Java wrapper for WooCommerce REST API
Stars: ✭ 82 (+78.26%)
Mutual labels:  woocommerce
golmarket
Gol Market is a simple e-commerce website built in Laravel 5.4
Stars: ✭ 35 (-23.91%)
Mutual labels:  e-commerce
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-71.74%)
Mutual labels:  e-commerce
woocommerce-simplify-payment-gateway-plugin
WooCommerce Payment Gateway plugin from Simplify Commerce
Stars: ✭ 28 (-39.13%)
Mutual labels:  woocommerce
WPGlobus
WPGlobus is a family of WordPress plugins assisting you in making bilingual / multilingual WordPress blogs and sites. This is a development repository. The stable version is on WordPress.org.
Stars: ✭ 40 (-13.04%)
Mutual labels:  woocommerce
wp-json-api-flutter
WordPress and WooCommerce JSON API for Flutter Mobile. Register Users, Login (with email or username), Get Users Info, Update Users Info, Update Users Password + more.
Stars: ✭ 24 (-47.83%)
Mutual labels:  woocommerce
node-amazon
E-commerce website done in Node, and Angular 11 (SSR)
Stars: ✭ 48 (+4.35%)
Mutual labels:  e-commerce
netlify-stripe-subscriptions
An example of managing subscriptions with the Stripe Customer Portal and Netlify Identity.
Stars: ✭ 96 (+108.7%)
Mutual labels:  e-commerce
woocommerce-filter-orders
Filters WooCommerce orders by coupon used -- view only orders in which a certain coupon was used.
Stars: ✭ 41 (-10.87%)
Mutual labels:  woocommerce

Classic Commerce Build Status

Welcome to the Classic Commerce repository on GitHub. This is a fork of WooCommerce and is still in development.

Classic Commerce is a simple, powerful and independent e-commerce platform. Sell anything with ease.

You can browse the source, look at open issues and keep track of development here.

We recommend all developers follow the Issues and Pull Requests for the latest development updates.

Roadmap

You can follow up on the development cycle by reading our roadmap.

FAQs

Can I install WooCommerce together with Classic Commerce? Yes, you can have both WooCommerce and Classic Commerce installed as plugins. However, you can't have them both activated. You will need to deactivate one before activating the other.

What are the differences between WooCommerce and Classic Commerce? Classic Commerce is a fork of WooCommerce with all the WooCommerce Services and Jetpack integrations removed. This means there will be no "nags" or "upsells" at any stage when you are using Classic Commerce. You won't find any plugins or products that are promoted or pushed in any way.

Can I import my products and settings from WooCommerce to Classic Commerce? There is no need to import anything when changing from WooCommerce to Classic Commerce. They share all the same classes and hooks so your existing WooCommerce records will be recognised by Classic Commerce and immediately available.

What version of WooCommerce is Classic Commerce based on? Classic Commerce is a fork of WooCommerce 3.5.3.

What plugins work with Classic Commerce? All of the extensions compatible with WooCommerce 3.5.3 should still be usable, provided they do not rely on Jetpack or WooCommerce Services. However, we strongly recommend that you test and monitor any extensions or plugins that you may need to provide extra functionality.

How do I switch over from using WooCommerce to using Classic Commerce? Is it safe to uninstall WooCommerce? To try out Classic Commerce you can manually install it as a plugin. Make sure you deactivate WooCommerce before activating Classic Commerce. If you want to uninstall WooCommerce completely you can do so safely, but we recommend you take a full backup of your site first. Note that deactivating and deleting WooCommerce normally only removes the plugin and its files; the settings, orders, products, pages, etc are retained in the database. However, there is a possibility that a setting in your site’s wp-config file may over-ride this, so it is worth checking to make sure the following condition has not been included anywhere in that file: define( 'WC_REMOVE_ALL_DATA', true);

Documentation

Reporting Security Issues

To disclose a security issue to our team. ([email protected])

Support

This repository is most suitable for development but can also be used for support. We will add a support tag to your issue. However, this might take a little longer to get a response. You can also use the dedicated support area on the ClassicPress community forum.

Contributing to Classic Commerce

If you have a patch or have stumbled upon an issue with Classic Commerce core, you can contribute this back to the code. Please read our contributor guidelines for more information about how you can do this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].