Skip to content

Commit

Permalink
V-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ujw0l committed May 21, 2023
1 parent 514ca5b commit f4c706b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ctc-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name:CTC Lite
Plugin URI:https://github.com/ujw0l/ctc-lite
Description: CT Commerce Lite ecommerce plugin
Version: 2.0.0
Version: 2.0.1
Author: Ujwol Bastakoti
Author URI:https://ujw0l.github.io/
Text Domain: ctc-lite
Expand Down
2 changes: 1 addition & 1 deletion js/ctcl-frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ class ctclMain {
if (1 == paymentOption.length) {

document.querySelector('#ctcl-payment-type').value = document.querySelector('.ctcl-payment-option').getAttribute('data-name');
document.querySelector('.ctcl_payment_container').style.display = 'block';

} else {

paymentOption.map(x => {
Expand Down
14 changes: 9 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== CTC Lite ===
Contributors: UjW0L
=== CT Commerce Lite ===
Contributors: UjW0L,sanzeeb3
Donate link: https://www.patreon.com/ujw0l/membership
Tags: block,blocks,ecommerce, responsive, store, sell, shop, cart,gallery
Tags: block, ecommerce, store, cart ,sell, shop
Requires at least: 5.5.2
Tested up to: 6.2.0
Stable tag: 2.0.0
Tested up to: 6.2.2
Stable tag: 2.0.1
Requires PHP: 7.4.9
License: GPLv2 or later

Expand All @@ -15,6 +15,8 @@ Lightweight WordPress e-commerce plugin.Works with almost any Theme with minor t
Plugins that lets you create a eCommerce site on WordPress CMS using Gutenberg blocks. Plugin is very light weight (less than 200kb including all PHP , JS and CSS file , both admin and user facing )uses Vanilla JS on frontend so it is blazing fast. It is one stop solution for ecommerce site. And also works with any Theme with minor to no CSS tweaks.
You can set different price and different images for different variation.

While making CSS change use plugin like [this](https://wordpress.org/plugins/custom-css-js/) .Don't directly make to plugin's CSS file otherwise it will be overwritten during update.

== Installation ==

This section describes how to install the plugin and get it working.
Expand Down Expand Up @@ -76,3 +78,5 @@ For Variation images to display based on user selection you need to add CTC Lite
*Checkout page is now Multipart
*Minor bug fixes

=2.0.1=
*Minor bug fixes

0 comments on commit f4c706b

Please sign in to comment.