Product Wishlist Counter for Magento (Magento Extensions)

Show how popular are your products and make your customers engage more into them! This extension is a awesome way to make customers add products to their wishlist. It’s a great way to show which products are the most popular in your store. Plus it will also drive sales if customers see that a product is really wanted by other customers. The extension also does not change any core file of Magento, so you can update your installation with total peace of mind.

Compatible with Magento: 1.5.0.1, 1.5.1.0, 1.6.0.0, 1.6.1.0, 1.6.2.0, 1.7.0.0, 1.7.0.1, 1.7.0.2, 1.8.0.0, 1.8.1.0

Features

General Features
– Easy-to-install;
– Easy-to-customize;
– Tested and validated on all major browser versions;
– Tested and validated on all Magento versions above 1.5.0.1;
– Fully compatible with all dasENIGMA’s Magento Extensions;

Product Features
– Allows users to view how many times a product has been wishlisted by other customers on all product pages (Simple, Configurable, Grouped and Virtual Products);
– Let users knows if a product is being sold like water in desert;
– Increase general sales of the products;
– Increase hype in the products;

Admin Features
– Enable or disable the extension in admin panel;
– Get notified automatically when a new update is available;
– Get a feedback if the extension is conflicting with any other;

Changelog

Version 1.2 (15/02/2014)
– Added dasENIGMA extensions dashboard, now admin can easily see if a extension is conflicting with any other, if there are updates, get information about server status/config and read the documentation within one-click;

Version 1.1 (12/02/2014)
– Fixed a bug in compatibility while used simultaneously with “dasENIGMA Product Sales Counter for Magento”;
– Fixed a minor bug for Magento 1.8+;
– Documentation has been revised with more details;

Version 1.0 (11/02/2014)
– Initial Release;

Download Product Wishlist Counter for Magento (Magento Extensions)

Product Sales Counter for Magento (Magento Extensions)

Show how popular are your products and make your customers engage more into them! This extension is a awesome way to make customers buy products. It’s a great way to show which products are the most popular in your store. Plus it will also drive sales if customers see that a product is getting bought fast by other customers. The extension also does not change any core file of Magento, so you can update your installation with total peace of mind.

Compatible with Magento: 1.5.0.1, 1.5.1.0, 1.6.0.0, 1.6.1.0, 1.6.2.0, 1.7.0.0, 1.7.0.1, 1.7.0.2, 1.8.0.0, 1.8.1.0

Features

General Features
– Easy-to-install;
– Easy-to-customize;
– Tested and validated on all major browser versions;
– Tested and validated on all Magento versions above 1.5.0.1;
– Fully compatible with all dasENIGMA’s Magento Extensions;

Product Features
– Allows users to view how many times a product has been bought on all product pages (Simple, Configurable, Grouped and Virtual Products);
– Let users knows if a product is being sold like water in desert;
– Increase general sales of the products;
– Increase hype in the products;

Admin Features
– Enable or disable the extension in admin panel;
– Get notified automatically when a new update is available;
– Get a feedback if the extension is conflicting with any other;

Changelog

Version 1.3 (15/02/2014)
– Added dasENIGMA extensions dashboard, now admin can easily see if a extension is conflicting with any other, if there are updates, get information about server status/config and read the documentation within one-click;

Version 1.2 (12/02/2014)
– Fixed a minor bug for Magento 1.8+;
– Documentation has been revised with more details;

Version 1.1 (12/02/2014)
– Fixed a bug in compatibility while used simultaneously with ‘dasENIGMA Product Wishlist Counter for Magento’;

Version 1.0 (11/02/2014)
– Initial Release;

Download Product Sales Counter for Magento (Magento Extensions)

Opencart Discount Module (OpenCart)

Opencart Discount Module

“Opencart Discount Module” is the best module for give the best discount to any customer. “Opencart Discount Module” is allow set the multiple discount for verious condtion like any product discount for selected product discount with percent(%) and admin can set expire time also start and end date.It is compatible for version 1.5.2, 1.5.2.1, 1.5.3, 1.5.3.1, 1.5.4, 1.5.4.1, 1.5.5.1, 1.5.6 and 1.5.6.1

Online Documentation

Check The Demo (add to cart product then check)

Module Features

  • Discount Based on Any product or Selected Product.
  • Multiple Discount System.
  • Discount By Total Percent(%) so admin can set Amount.
  • Discount Allow Based on Start Date and End Date.
  • Each Discount Status.
  • Easy to Select Product.
  • Anytime support

Preview All Images

Discount Module

Admin Discount Setup


Minicart Discount


Checkout Discount


Confirm Order Section Discount


Admin Order Page Discount



Download Opencart Discount Module (OpenCart)

SimpleInput – A Customizable Drop In Chat Input (UI Elements)

A Simple Drop In Expanding Chat Input Text View For iOS 7

What Is SimpleInput?

Simple input is an easy to use solution for integrating an expanding chat input into your app. Its adaptive, smooth, and highly customizable! Show us how you used it in your project!

Why Do I Need It?

Mimicking the behavior of iChat can be a long and complicated process, why not spend more time worrying about design and let us worry about the input. In just a few lines of code, you can drop SimpleInput into your project, customize it, and let it go!

Features

  • iOS 7 Inspired Design
  • 3.5” & 4” Screen Compatibility
  • Low Memory Usage
  • Drag & Drop Installation
  • Portrait/Landscape Views
  • Expanding View – Return & Text
  • Smart Open & Close
  • Synchronized Animation
  • Customizable Design

TRY IT YOURSELF

You can check try the demo version here to see if it’s right for your project!

DOCS

You can check out our docs here , or you can follow along below.

1. Add SimpleInputSDK to Xcode

  • Unzip SimpleInputSDK
  • Drag SimpleInputSDK into your Xcode project
  • Make sure “Copy items into destination group’s folder (if needed)” is selected

2. Your ViewController.h File

  • Import SimpleInput
  • Set up your view controller as a SimpleInput delegate
    #import <UIKit/UIKit.h>
    #import "SimpleInput.h" 

    @interface ViewController : UIViewController <SimpleInputDelegate>

    @end
<pre>
<p align="center">
  <img src="https://github.com/LoganWright/SimpleInputDemo/blob/master/SimpleInputDemo/Images/ViewControllerHeader.gif?raw=true" width="600" /> 
</p>

<h3>3. Your ViewController.m File</h3>

</pre>
  • Create a SimpleInput Reference
  • Launch simpleInput in viewDidLoad
  • Set Up Required Delegate Method

* NOTE – Make sure simpleInput is on TOP of your view hierarchy to utilize autoClose (see below)

Notice that we aren’t adjusting the frame at all when we added simpleInput. SimpleInput will position itself at the bottom of the screen, with a starting height of 40px. Opening and closing is automatic, just make sure that simpleInput is on TOP of your view hierarchy in order for this to function properly. If your project doesn’t support multiple orientations, then you can skip step 4 and go straight to customization & synchronizing animation!

#import "ViewController.h" 

@interface ViewController ()
{
    SimpleInput * simpleInput;
}
@end

@implementation ViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    simpleInput = [[SimpleInput alloc]init];
    simpleInput.delegate = self;
    [self.view addSubview:simpleInput];
}

- (void)didReceiveMemoryWarning
{
    [super didReceiveMemoryWarning];
    // Dispose of any resources that can be recreated.
}

#pragma mark SIMPLE INPUT DELEGATE

- (void) simpleInputNewMessageSent:(NSString *)message {
        NSLog(@"User sent a new message: %@", message);
}

// ... (continues)

4. Add Rotation Calls

REQUIRED FOR MULTIPLE ORIENTATION SUPPORT

  • Copy Below Code Into ViewController.m
#pragma mark SIMPLE INPUT ROTATION CALLS

- (void) willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration {
    [simpleInput willRotate];
}
- (void) willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration {
    [simpleInput isRotating];
}
- (void) didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
    [simpleInput didRotate];
}

What It Gives You

5. Synchronize Animation

  • Implement simpleInputResizing Delegate Method
  • Utilize simpleInput’s synronization methods, or add your own

* Do not add UIView animations in this method *

You can see the result of this implementation in the graphic below the code.

    - (void) simpleInputResizing {

        /* DO NOT INCLUDE UI ANIMATIONS IN THIS METHOD */

        // --- DEMO --- //

        // rise with simple input
        [simpleInput slideView:orangeV withOffset:0];

        // rise with offset
        [simpleInput slideView:greenV withOffset:20];

        // crunch with simple input
        [simpleInput crunchView:torquoiseV withOffset:0];

        // crunch with offset
        [simpleInput crunchView:blueV withOffset:20];

        // dynamically resize
        [simpleInput adjustViewDynamically:purpleV withMaximumY:20 maximumHeight:240 andOffset:25];

        // -- DEMO END -- //

      }

6. Customize

* Implement Customization BEFORE Adding SimpleInput To View *

Add Placeholder
simpleInput.placeholderString = ...; // (NSString *)
Color Scheme
simpleInput.customBackgroundColor = ...; // (UIColor *)
simpleInput.inputBorderColor = ...; // (UIColor *)
simpleInput.textViewBackgroundColor = ...; // (UIColor *)
simpleInput.textViewTextColor = ...; // (UIColor *)
simpleInput.placeholderTextColor = ...; // (UIColor *)
simpleInput.sendBtnInactiveColor = ...; // (UIColor *)
simpleInput.sendBtnActiveColor = ...; // (UIColor *)
simpleInput.inputBorderColor = ...; // (UIColor *)
Color Scheme
simpleInput.customKeyboard = ...; // (UIKeyboardAppearance)
Optional Behavior Options
Max Y

The point on the Y axis that simpleInput can extend to – default: 60

simpleInput.maxY = [NSNumber numberWithInt:60];
AutoClose—MUST BE ON TOP OF VIEW HIERARCHY TO PROPERLY INTERCEPT TOUCHES

Set to YES to prevent auto close behavior

simpleInput.stopAutoClose = YES;
Max Characters

The maximum amount of characters to allow at input – default is unrestricted

simpleInput.maxCharacters = [NSNumber numberWithInt:140];

7. Example Themes

* Remember to add these before you add simpleInput to your view! *

Light Blue Theme
simpleInput.customBackgroundColor = [UIColor colorWithRed:0.142954 green:0.60323 blue:0.862548 alpha:1];
simpleInput.sendBtnInactiveColor = [UIColor colorWithWhite:1 alpha:.5];
simpleInput.sendBtnActiveColor = [UIColor whiteColor];
simpleInput.inputBorderColor = [UIColor clearColor];
Soft Lounge Theme
simpleInput.customBackgroundColor = [UIColor colorWithRed:0.959305 green:0.901052 blue:0.737846 alpha:1];
simpleInput.textViewBackgroundColor = [UIColor colorWithRed:109.0/255.0 green:37.0/255.0 blue:38.0/255.0 alpha:.35];
simpleInput.textViewTextColor = [UIColor colorWithWhite:1 alpha:.9];//[UIColor colorWithRed:0.959305 green:0.901052 blue:0.737846 alpha:1];
simpleInput.placeholderTextColor = [UIColor colorWithWhite:1 alpha:.5];
simpleInput.sendBtnInactiveColor = [UIColor colorWithRed:109.0/255.0 green:37.0/255.0 blue:38.0/255.0 alpha:.35];
simpleInput.sendBtnActiveColor = [UIColor colorWithRed:109.0/255.0 green:37.0/255.0 blue:38.0/255.0 alpha:1];
simpleInput.inputBorderColor = [UIColor lightGrayColor];//[UIColor clearColor];
simpleInput.customKeyboard = UIKeyboardAppearanceDark;

* IMPORTANT NOTES **

DO NOT ADJUST SIMPLE INPUT FRAME
PLACEMENT – MUST BE ON TOP OF VIEW HIERARCHY TO PROPERLY HANDLE AUTOCLOSE
IN THE DELEGATE METHOD ’ simpleInputResizing ’ DO NOT INCLUDE ANIMATIONS
STARTING HEIGHT IS 40px SIMPLE INPUT WILL BE ON BOTTOM OF VIEW

Download SimpleInput – A Customizable Drop In Chat Input (UI Elements)

EDD Chimp – Easy Digital Downloads Addon (Add-ons)

The EDD Chimp WordPress plugin displays a newsletter signup checkbox on checkout for Easy Digital Download integrated with MailChimp

Features

  • Works with Easy Digital Downloads Addon
  • Displays a list Opt-In on Checkout
  • Easy Setup
  • MailChimp Integration
  • Optional Double Opt-In
  • Customizable Text
  • WPML Compatible
  • Captures Email, First and Last Name

Note: You need Easy Digital Download installed on your website.

Download EDD Chimp – Easy Digital Downloads Addon (Add-ons)

Flat Responsive Pricing Tables (Pricing Tables)

Flat Responsive Pricing Tables is a flat, elegant and simple pricing table. This tables are suitable for all Layout. Fully responsive and adapted for all grids because uses CSS3 to adapt the layout to the viewing environment. In this package you have support for the Font Awesome web font icons.

Features

  • Full Responsive
  • Pure CSS3 Hover animation
  • No Javascript and jquery
  • 3 Layout and 5 Colors
  • No Images Needed
  • Unlimited Rows
  • Free Font Icons Used (350+ Icons)
  • Easy to Customize
  • Major browsers supported

Download Flat Responsive Pricing Tables (Pricing Tables)

WordPress Post-Page Carousel (Sliders)

Descripton:

Easy to use Post-Page carousel for wordpress site. With full control on carousel items and look-and-feel.

Powered by user friendly shortcode system. You can use up to 22 parameters as this plugins shortcode, which makes it extremely configurable. You can use as many instance of this plugin as you want through shortcode in your site, without any type of conflict.

You can control almost everything like, post type selection, category selection, ordering, sorting, items lenght, pagination, navigation, template etc etc.

If you like this plugin, please do not forget to rate this item a five star

5 Star
We greatly appreciate your valuable rating.

Features:

  • Shortcode system
  • Support any type of Post
  • Fully responsive
  • Touch enabled navigation
  • Mouse drag enabled
  • Bundled templates included
  • Custom interface management
  • Post-Page sorting/oedering/limit
  • Post-Page inclusion/exclusion
  • and many more features…

Demo:

  1. Live Demo

Credits:

  1. Owl Carousel

Download WordPress Post-Page Carousel (Sliders)

Elegant Full CSS3 Slider (Tabs and Sliders)

Elegant slider is created by using CSS3 and HTML5 elements only. It is simple and fully responsive slider which allow you add as many as images as you want. It works on all major browsers. It has a Tooltip on the image in slider where you can add text. It has Left and Right navigation which use to navigate the slider and also small dots beneath a slideshow that serve pagination.
It does not use of Javascript or Jquery, so it does not slow your website as it’s only use CSS3. This slider tested on IE9+, Mozilla 8+, Chrome 16+, Safari 5+ and Opera 11+

Features:
1. Simple and elegant interface
2. Cross Browser compabilitly
3. Add more or less images
4. Add text on Tooltip
5. Easy implementation
6. Customize the design of Slideshow
7. Navigation Control
8. Instruction Pdf Available

Download Elegant Full CSS3 Slider (Tabs and Sliders)

Awesome Map WP – Fully Customizable Markers Map (Miscellaneous)

What is Awesome Map WP ?

Awesome Map is a WordPress Plugin that you can use to display a fully customizable markers map on your website. You can embed it everywhere, in an article, in yours pages or in your sidebars thanks to a really simple shortcode !

Try it !

Awesome Features

  • Admin Page with Drag & Drop Support.
  • Pin Creator : Dramatically easy to use tool to customize your makers / pins by setting a color, an icon, a marker style…
  • 369 customizable icons from the great Font-Awesome library.
  • Choose a color from the color picker included with the Pin Creator.
  • 7 Google Map Themes.
  • 4 Map Views (“Default Roadmap”, “Satellite”, “Hybrid” or “Terrain” view).
  • Custom Infobox with streetview integration, WordPress WYSIWYG Editor, drag & drop automation
  • Marker Clusterer : Enable / Disable the Marker Clusterer feature in the Awesome Map Admin. Marker Clusterer shows a clickable icon when there are a lot of markers in one location.     
  • Show / Hide the search bar on the map from the admin page.

Commercial Use

If you want to use this WordPress Plugin in a commercial project, please purchase one extended license per project. For example, you can integrate Awesome Map in a ThemeForest theme that you sell by purchasing an extended license.

PHP Version

This plugin also exists as a PHP Plugin : here !

Credits

Follow Me

Follow me on CodeCanyon or/and on Twitter to be informed when I release a new item / update.

Download Awesome Map WP – Fully Customizable Markers Map (Miscellaneous)

Eway recurring in magento (Magento Extensions)

It will allow customer buy project and checkout via eway gateway
See eway gateway here:
http://eway.com.au
it will allow customer select option to recurring
Example:
it will allow customer select recurring 1day, 1 week, 1month, 1 year…
Customer can cancel or stop recurring anything

Download Eway recurring in magento (Magento Extensions)

Image Retouch and Converter (Windows)

Image Retouch and Converter – is the easiest image retouching, optimizing and converting tool for you. It’s fast, portable and user friendly. Now you don’t need to open photoshop every time you need to make a image look awesome because now you can do it in one click only.

Image Retouch and converter includes two versions, the first one is for those who want to easily optimize their images with just one click and the second one is for those who want to add more effects to their images. Image Retouch and Converter also includes image converter which support various formats even .psd !

Features at a glance :

> Optimize your images in Just one click.

> More than 100+ effects and filters to use.

> Filters such as Oil paint and etc (All kinds of popular effects).

> Easily crop selected region.

> Flip, rotate and many more…

> Transform images into lens, rectangle and etc.

> Add effects such as Auto Levels, Levels, Cooler, warmer, color magic, correction, multiply, Portrait, Shadow boost, Skin tones, Gradient to make your images awesome in one click.

> Convert Batch images to various formats.

> Supports PSD, PNG, BMP, JPG, GIF TIFF, PDF and etc.

> Easy to use – No Imaging knowledge required.

> Open image from local disk or via url.

> Save to lossless formats.

> Print on the fly.

> Edit EXIT and IPTC data.

> See a basic histogram of the opened image.

> Cost effective.

> Portable and Pre-enabled self VIRUS protection.

> Fast image processing.(Avg. time : 2.0025 sec)

> Save to FTP.

> Lifetime support via email and tickets.

List of effects and Filters :

Image settings :

File menu :

Histogram e.g. :

Some Examples… optimized with Image Retouch and converter :

Want to know more? then watch the Video preview and get to know more.

If you have seen what Image Retouch and converter can do then what are you waiting for?
Get yourself a license of Image Retouch and converter today.

Download Image Retouch and Converter (Windows)

CSS3 Button Pack (Buttons)


Description

Build almost any type of button you can imagine with this awesome style kit!

Features

HTML5 / CSS3
Works on all the newest browsers, properly tagged and contains transitions.

Component Styles
Mix and match classes to create different button styles, effects, and animations.

4 File Formats
Style pack comes in standard, PrefixFree, LESS, and SASS versions. Demo files are available for everything except SASS. Minified versions have been included and tested.

Font Awesome Ready
Button styles were developed using the Font Awesome icons as a base. Any icon can be substituted as long as it uses the “i” tag.

4 Button Sizes
X-Small, Small, Medium, and Large.

10 Base Colors
Light, Tan, Dark, Blue, Green, Red, Orange, Yellow, Pink, and Purple.

CSS3 Icon and Button Animations
We have effects ranging from rotations, flips, scaling, and skewing.

Thousands of Combinations
This isn’t about using a subset of button styles, this is about making any type of button you need. Perfect for blogging, content creation, or general website building.

Button Builder

While the Button Builder in the live preview is not available in the downloadable files, it is Available Online and will be greatly useful to anyone who purchases this style pack.

Contains

HTML
HTML Demo files for various formats plus an examples file.

Styles
CSS-Buttons.css (Regular, Minified, LESS, SASS, and PrefixFree).

Assets
Demo images and styles.

Documentation
HTML file with instructions on the installation, use, and configuration of the styles.

Credits

Font Awesome – Font icons used in the button demos.

Change Log

VERSION 1.0.0 [2/12/2014]
- Initial Release

Download CSS3 Button Pack (Buttons)

Category Article Pro (SEO)


This Plugin Adds Advanced Category Article Field in Category Editor of WordPress, it also Support Custom Taxonomies for default post types (i.e. tags, terms)

Why add content to category pages

Without unique, useful content a category page is really just a list of posts, each with a small amount of content that is duplicated on the actual post page itself. All other things being equal, a category page with unique, useful content is going to out-rank one without it. Furthermore, the content at the top of the page can help user visitors through the conversion funnel, help answer common questions, and offer an opportunity to introduce your branding and voice.

What type of content to put on category pages

One word: Useful. What you want to do here is answer common questions and instruct the visitor on what to do next. Explain the difference between major brands, or call out the most popular models. Do not simply write filler copy for search engines. And, above all, do not just write a generic description that goes on all category pages, even if you dynamically change the category name.

Features

  • Boost your Category SEO
  • Full Text Editor
  • Use Images, links, Heading or Paragraphs
  • Display This field anywhere in your category page.
  • Support Documentation
  • After sales support
  • (Other Plugins)Category Subdomain Pro


    Download Category Article Pro (SEO)