Nice Pricing Table (Miscellaneous)

Summery

Using this Pricing Table build your own template. you may also customize easily. It’s built with HTML 5, CSS 3 and it fully responsive on any device.

Features:

  1. Cross browser pass
  2. Responsive design
  3. HTM5,CSS3
  4. Four column design
  5. Bootstrap design

Credits

  1. Bootstrap
  2. jQuery

Support and Documentation

You need to confirm your purchase from codecanyon.net to get any support.

For online documentation, you can visit pricing.bdwebteam.net/documentation

Email Us: [email protected]

Download Nice Pricing Table (Miscellaneous)

Sismo Navigation (Navigation)

Sismo Navigation v 1.0 – documentation

Sismo Navigation is a plugin that adds more functionality to bootstrap.
Sismo Navigation allows you to create 6 different types of navigation for web applications html5 desktop or mobile.
With just changing a line of code.

Samples and Docs

Navigation types

  • Grid Navigation.
  • List Navigation
  • List 2 Navigation
  • Icon Navigation
  • Bottom Navigation
  • Off Canvas Navigation

Files Structure

  • – /assets
  • bg.jpg
  •  
  • – /docs
  • references.pdf
  • tutorials.pdf
  •  
  • – /js
  • sismo.js
  •  
  • – /resources
  • bootstrap
  • font-awesome
  • jquery
  •  
  • – /style
  • sismo.navigation.css
  •  
  • – index.html

Installation

This navigation can be integrated into any HTML or PHP page.

BACKUP BACKUP BACKUP It is important to keep a fresh copy of the files in this plugin, like your website to try to change.

Unzip the files, be sure to check it’s contents against the above file list

Getting Started

 In the header of your website be sure to include, CSS Style and Javascript files. Copy the code below between your  <head> and </head>  tags  either in your ‘header’ file or the top of the document.

<link href="resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="style/sismo.navigation.css" rel="stylesheet">
<script src="resources/jquery/jquery-1.10.2.min.js"></script>
<script src="js/sismo.js"></script>

Next, indicates the type of navigation you want to use.

<script>
 Sismo.ready(function(){
  Sismo.create("Navigation",{
   id:"navigation",
    typeNavigation:"navigation-grid" //Here you can change the type of navigation
   });
  });
</script>

You can change the type of navigation you want to use for any of the following:

  • .- navigation-grid
  • .- navigation-bottom
  • .- navigation-list
  • .- navigation-list-2
  • .- navigation-icon
  • .- navigation-off-canvas

Next, Copy and paste the following code between the <body></body>

<div id="navigation">
 <ul>    
  <li class="box-nav-item">    
   <a class="box-nav-link" href="#!">        
    <span class="fa icon fa-star"></span>        
    <span class="tag-nav-menu">Menu 1</span>    
   </a>
  </li>
  <li class="box-nav-item">    
   <a class="box-nav-link" href="#!">        
    <span class="fa icon fa-star"></span>        
    <span class="tag-nav-menu">Menu 2</span>    
   </a>
  </li>
  <li class="box-nav-item">    
   <a class="box-nav-link" href="#!">        
    <span class="fa icon fa-star"></span>        
    <span class="tag-nav-menu">Menu 3</span>    
   </a>
  </li>
  <li class="box-nav-item">    
   <a class="box-nav-link" href="#!">        
    <span class="fa icon fa-star"></span>        
    <span class="tag-nav-menu">Menu 4</span>    
   </a>
  </li>
 </ul>    
</div>

Last, test in your web browser

The final code should look like this:

<!DOCTYPE html>
<html lang="en">
  <head>
    <link href="resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <link href="resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
    <link href="style/sismo.navigation.css" rel="stylesheet">
    <script src="resources/jquery/jquery-1.10.2.min.js"></script>
    <script src="js/sismo.js"></script>
    <script>
        Sismo.ready(function(){
            Sismo.create("Navigation",{
                id:"navigation",
                typeNavigation:"navigation-grid" //Here you can change the type of navigation
            });
        });
    </script>
  </head>
  <body>
    <div id="navigation">
        <ul>    
            <li class="box-nav-item">    
                <a class="box-nav-link" href="#!">        
                    <span class="fa icon fa-star"></span>        
                    <span class="tag-nav-menu">Menu 1</span>    
                </a>
            </li>
            <li class="box-nav-item">    
                <a class="box-nav-link" href="#!">        
                    <span class="fa icon fa-star"></span>        
                    <span class="tag-nav-menu">Menu 2</span>    
                </a>
            </li>
            <li class="box-nav-item">    
                <a class="box-nav-link" href="#!">        
                    <span class="fa icon fa-star"></span>        
                    <span class="tag-nav-menu">Menu 3</span>    
                </a>
            </li>
            <li class="box-nav-item">    
                <a class="box-nav-link" href="#!">        
                    <span class="fa icon fa-star"></span>        
                    <span class="tag-nav-menu">Menu 4</span>    
                </a>
            </li>
        </ul>    
    </div>
  </body>
</html>

Finished, how easy was that?!

Usage Examples

You can view some examples created with Sismo Navigations at the following URL:  http://sismo.sistev.com.ve/navigations/index.html

Credits

FAQ

– For other functions sismo.js see reference file (references.pdf) found in the docs folder.

– For tutorials on how to use the plugin you can see the tutorials.pdf file in the docs folder.

– If you want, download the examples you can send an email to the following address: [email protected]

Download Sismo Navigation (Navigation)

Circle Rush (Games)

Circle Rush is a beautiful, simple and fun game that will make you play for hours.
Easy to pick up, hard to master.

This is the original Circle Rush that has over 30000 downloads and about 1 million unique games played!
This is the full source code, including images, sounds and the .apk file.
Circle Rush is over 2 months old, so it’s completely optimised and bugfree.
https://play.google.com/store/apps/details?id=com.overcooked.circlerush.bartified

Features:
• A brilliant and completely new idea
• Playable on ALL android devices with advanced scaling systems
• Beautiful design
• Optimised and bugfree
• A 1v1 offline multiplayer
• Integration with Facebook and Google Play Games.
• Fully operational ads
• Sounds

The source code is created with Corona, and written in Lua.
Corona is free and can distribute to all mobile platforms: Android, Apple, Windows.
https://coronalabs.com/

SOURCE CODE IS INCLUDED.
CodeCanyon doesn’t allow me to select the right file types (.lua files), but they are included.

Download Circle Rush (Games)

Needle (Games)

Simple game play in subway or bus, when you have few minutes free time
You need tap on screen and throw needle in pillow, as more as possible. When needle intersects needle you lost.
Smooth animation and good graphics.
Attached GameCenter and iAd.
All settings come from a single file so it’s easy to modify. In project folder has detailed readme file how to re-skin game, change music, animations and game settings.
See preview video and ENJOY!

Download Needle (Games)

Simple Slider – The easiest slider for Visual Composer (Add-ons)

The most easy to use slider Addon For Visual Composer

Bold statement? Well, there are so many so called «easy to use» slider plugins, yet they pack tons of settings that you need a special course just to handle the settings…

Simple Slider was built for the client in mind. Without having to leave the Visual Composer / WordPress window in order to add a simple, yet great slider was our main objective. Editing controls are accessible from the main content area so you easier can focus on your content rather than complex settings.

Features:

• Installs as add-on for Visual Composer

• Create, edit and save from one panel / window

• For those dark background we have «force white text»

• Choose your set of predefined, high quality navigation arrows

• Re-order slides by the famous «drag and drop»

• Admin label – So you can easy spot which Simple Slider to edit on your page

Download Simple Slider – The easiest slider for Visual Composer (Add-ons)

Magento Color Swatches Plus 2 Dimension Sizes (Magento Extensions)

Extension Overview

Configurable color swatches plus 2 dimension sizes extension for Magento to display the simple associated products within a table view. It works for the configurable products with color and 2 dimension sizes attributes and allows for an unlimited number of options for both attributes. It allows your customer to increase/decrease the quantity of product configuration in a grid view table and can add more than one product to cart at a time. It is compatible with all Magento versions and requires no additional scripts. The user interface and backend settings is designed with user friendly, standard magento UI and easy to use.

NOTE

This Extension can use for those configurable products which has any 2 sizes, for example length + width, width + height, bust size + waist size, hip size + inseam size etc etc …

General Features

  • Easy installation
  • 100% open source
  • Meets Magento programming practices
  • Life time free updates

Extension Features:

  • Enable/Disable extension.
  • Compatible with configurable products.
  • Show associated products in convenient table.
  • Show different color options for configurable products.
  • Changes the product main image depending on the swatch selection.
  • Admin can enter the Color Attribute code that is being used for color options.
  • Works for the configurable products with 1 color attribute and 2 sizes attributes.
  • Customer can add more than one product to cart at a time.
  • Customer can increase/decrease the quantity of product in convenient table.
  • Does not modify any core files.
  • Free support and free updates.

Magento Versions Compatibility:

1.9.0.1, 1.9.0.0, 1.8.1.0, 1.8.0.0, 1.7.0.2, 1.7.0.1, 1.7.0.0

Download Magento Color Swatches Plus 2 Dimension Sizes (Magento Extensions)

Jumper Frog – HTML5 Game (Games)

Play It Now!

Jumper Frog is a HTML5 Game. Enjoy this colorful version of the classica game Frogger.
The goal of the game is to guide a frog from the bottom of the screen to the top into one of the fives available coves.

This game has been developed in HTML5/js and third-party library CreateJs – http://createjs.com/ (not Construct2 or other framework).

The game is fully compatible with all most common mobile devices.
WARNING:
Sounds are enabled for mobile but we can’t grant full audio compatibility on all mobile devices due to some well-know issue between some mobile-browser and HTML5.
So if you want to avoid sound loading, please read the documentation
Sounds can’t be enabled for Windows Phone as this kind of device have unsolvable issues with <audio> and <video> tag.

Game Screenshoot


 Follow Us

 Contact Us

MORE GAMES

Beer Rush

Katana Fruits

Duck Shooter

Kickups

Ultimate Swish

Zombie Invasion

The Running Champion

Drive Your Car

Galactic War

Flappy Purupuru

Flappy Ball

Gold Miner

Roulette 3D

Slot The Fruits

Slot Ultimate Soccer

Slot Mr Chicken

Jacks or Better

BlackJack

All games

Flag Counter

Download Jumper Frog – HTML5 Game (Games)

WooCommerce Shipping Pro (Shipping)

Introduction

WooForce understands that every store is different and has unique shipping needs. WooForce WooCommerce Shipping Pro plugin, with its intuitive user interface and complex rule defining ability, helps you to handle your unique shipping needs.

You can define multiple shipping rates based below listed parameters

  • Country / State / Post Code
  • Product Category
  • Shipping Class
  • Weight

This plugin helps you to handle

  • International/Domestic Shipping
  • Country / Region based shipping
  • Flat Rate Shipping
  • Weight based Shipping
  • Free Shipping
  • Express Shipping / Regular Shipping
  • Order Based / Item Based Shipping Rates
  • Handling Fees

Different Shipping Scenarios

Free Shipping on selected product categories

In the below example, for all products in the categories ‘Luxury’, ‘Small Items’ and ‘Watches’ under 100 kg weight limit will be shipped free if the shipping address selected is either in Canada or United States.

Free Shipping on selected product categories

There are couple of other settings which might affect the above calculation. If you have set ‘Pet Item Max Cost’ or ‘Per Item Min Cost’ in the settings, the total cost of shipping will be calculated by adding up the cost of shipping for each item in the order. If there are multiple rules matching for a specific line item highest rate or lowest rate will be used for calculation based on whether Max or Min has been set.

If ‘Per Order Max Cost’ is set then the highest shipping cost among all the products in the order will be applied as the shipping cost for the whole order. If ‘Per Order Min Cost’ is set then the lowest shipping cost among all the products in the order will be applied as the shipping cost for the whole order.

Flat Rate Shipping on certain shipping classes. Set one rate for Shipping Class A and another rate for Shipping Class B.

In this case, a flat Local shipping charge of 5 Euro is applied to all products shipped to France. For shipments to any country other than France 30 Euro will be charged if the products all in to ‘Heavy’ class and 30 Euro will be charged for products with any other shipping class. This is assuming that all products falls below 999kg.

Flat Rate Shipping on certain shipping classes

Please also check Per Item and Per Order cases explained in the first example.

Special shipping rates (or shipping surcharge) to selected states or post codes.

In case you want to set special shipping rates for certain countries, states or post codes, you can set as done above. You may also add product category, shipping class or weight related conditions in the same rule.

Special shipping rates

Option for the customer to choose from multiple shipping methods ( Ground shipping and Air Shipping)

A shop owner may want to give multiple shipping options to the customer to choose from based on the nature of shipping and rates.

For eg,

  • Ground shipping or Air Shipping
  • Express Shipping or Regular Shipping

Option for the customer to choose from multiple shipping methods

How it looks in the cart

Option for the customer to choose from multiple shipping methods

Set different rates based on weight slabs. Beyond the defined range, use rate per unit/

In case you want to set the shipping rate based on the weight of the products or order, you can set those in the rule matrix. An example case is given below.

0 – 1 kg : 2 USD
1 – 2 kg : 3.5 USD
2 – 3 kg : 4.5 USD
3 kg + : 4.5 USD + 0.5 USD per each additional kg

Set different rates based on weight slabs

Usability Features

  • Easy to understand English translation of the configured shipping rule.
  • Quick configuration options such as Any Country/Rest of the world/Any State/Rest of the country/Any Shipping Class/Rest of the shipping classes/Any Product category/Rest of the Product categories
  • Duplicate rule(s)
  • Multiple selection capabilities for Country/State/Product Category/Shipping classes
  • Display/Hide matrix columns
  • Postal code multiple values using ’;’ , wild-card using * and number range using ’-’
  • Option to configure fixed shipping cost for weight range or shipping cost per unit.
  • Return multiple shipping method using ‘Method group’
  • Control over shipping calculation using PerOrderMax/ PerOrderMin/ PerItemMax/ PerItemMin

Screen shot of Admin Settings Page

wooforce usps settings

Download WooCommerce Shipping Pro (Shipping)

Disable Browser (Utilities)

Disable not supported browsers on the site.

Features

  • Compatible with WordPress 4.0 or greater
  • Translation Ready (.po/.mo files included)
  • WPML Ready
  • HTML5 & CSS3
  • 100% Fluid Responsive – Fits any device perfectly
  • Display: top panel, popup window, page
  • Cross Browser Compatibility
  • Easy to use
  • Detect desktop browsers only

Panel style

Page

Page

Top panel

Top panel

Popup window

Popup window

Available languages

  • English
  • Russian

Download Disable Browser (Utilities)

On-site shipment tracking for Magento (Magento Extensions)

Return you customers back to the shop to show where their package is and benefit from returning customers.

Packpin shipment tracking extension enables customer track the item directly in the shop and extend customer journey while the product is being shipped.
Provide you customer shipment process in a different way and benefit from returning customer.

Support for 50+ carrier companies worldwide. 

– Automatically track all the shipments in one place.
– We will auto-detect your carrier and display the results in a user friendly way.
– Shipment tracking button in shipment email.
– Tracking button in customer order.

Easy 10 minutes installation. Simply download extension and follow installation instructions bellow:

  1. Download Packpin on-site tracking extension for Magento.
  2. On the top menu choose “System” >> “Magento Connect” >> “Magento connect manager”.
  3. On opened page find place with heading “Install New Extension” and paste copied code into text field and click “Install”. 
  4. A table with ready to install extensions should appear. Click button “Proceed” just bellow the table. Installation will run automatically and will be done in few seconds.
  5. Refresh page and Packpin extension will be at the bottom of all installed extensions list on the “Magento connect manager” page.
  6. Extension is ready and only needs activation. 
  7. For new extension to work properly, please, log out from administration page and login again.
  8. Go to administration page of the shop, choose “System”>> “Configuration”. 
  9. On the left side menu find Packpin Settings. Enter Packpin API key and change status to “Enable”. Click “Save Config”. Extension is now installed and ready.

 

How to get tracking API key

  1. Sign up at panel.packpin.com
  2. Choose in the left menu “API keys”
  3. Generate new API key or choose from existing ones.
  4. Copy API key and paste it on Magento Packpin configuration page. 
  5. Save Config and Packpin extension is ready for you.

Download On-site shipment tracking for Magento (Magento Extensions)

SP Twitter Sider – Responsive Prestashop Module (Prestashop)

Let’s welcome a new Prestashop module which is called SP Twitter Slider, powered by useful features that support for highlighting any Twitter profile of users and latest Prestashop version.

We bring to you an easy-to-use extension that shows your Twitter profile including avatar, account name, link to real profile, posting-time and the latest posts with support of effect.

The Admin Panel is very clear, easy to understand and set params based on your idea. You can decide to use auto-play mode or click into direction button to see referring items with available settings in this important area. Moreover, with the help of caching, the site can possibly run faster.

Let’s check SP Twitter Slider Demo right now to see its best performance.

Main Features

  • Support Prestashop 1.6.9.0
  • Support Responsive layout
  • Multi-module in the same page
  • Support with all browsers (IE+9, FireFox, Chrome, Opera, Safari, …)
  • Support to open link in Same Window, New Window and Popup Window
  • Support to display Avatar, Follow button and Direction button
  • Choosing the start slider when run this module at the first time
  • Allow to set speed and interval of slider
  • Allow to set autoplay, Pause on Hover, Effect and Swipe effect
  • Support to decide the number of tweets showing on frontpage
  • Support to add content at the top of module and the end of module

Download SP Twitter Sider – Responsive Prestashop Module (Prestashop)

Whatsapp Share Magento Extension (Magento Extensions)












WhatsApp Share Extension allows to share and promote your online business on WhatsApp with just one touch.

Main Features

  • Works with all mobile devices having WhatsApp Installed
  • Works with all Magento Versions
  • Option to have share button on Static Block Content
  • 3 size of Button: small, medium and large
  • Customize button text

IMPORTANT – Our support team is a standby and easily accessible for any kind of issues you may face with our Magento Extension. You can also register your issues into our support system or you can email us at [email protected].

Download Whatsapp Share Magento Extension (Magento Extensions)