Why Every E-commerce store should have a Marketplace

Marketplace concept in magento is a post e-commerce industry revolution and as we think every e-commerce store should have a marketplace associated with it thats why we created the multi vendor marketplace module for magento , opencart  and prestashop . Also we tried to pull down the price of the module so that it must be adoptable to everyone .

why you should have a marketplace ?

From the admin perspective your store gets more content and more product thats why you get more traffic  also beyond the traffic you may get commission for every sales  so that you may increase the sales revenue of your store .

 

From the seller perspective , seller dont need to start his own store and no hazzle to manage the store and tons of issues like servers , load handling , product management , security and many more . Seller dont need to worry about platform or technology they just need to worry about only their sales thats it .

Multi vendor MarketPlace module  for magento , prestashop and opencart fill this gap between seller admin and buyer at a very reasonable cost , have a look how the people are loving our product

 

multi vendor magento marketplace

 

 

for any query or suggestion please visit our ticket support system . http://webkul.com/ticket/index.php

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 16 March '13 by , under multi vendor magento. No Comments.

Magento OpenERP Connector

Tags:, , , .

Magento OpenERP Connector This Brilliant Module will Connect Magento with Openerp and synchronise all of your catalog management , order management and customer management .

Some of the brilliant feature of the module

1 – synchronise all the catalog categories to OPENERP

2 – synchronise all the catalog products to OPENERP

3 – synchronise all the sales order to OPENERP

4 – synchronise all the store customers to OPENERP

This module works very well with latest version of magento 1.7 and latest version of OpenErp 7.

 

DEMO http://www.magentocommerce.com/magento-connect/catalog/product/view/id/16271/

For any query or doubt please add a support ticket at our support ticket system WebKul Ticket Support

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 24 February '13 by , under Magento, Magento OpenERP Connector. No Comments.

Magento Multi Vendor Module

Tags:, , , .

Magento Multi Vendor Module Magento Marketplace Module will convert your magento store in to Marketplace with separate .seller product collection and separate seller with feedback support and rating .

 

Magento multi vendor modulemagento multi vendor

 

This module contains tons of features , some of them are elaborated bellow -

★ Separate Seller Profile.
★ Seller can add banner, logo and HTML text For his shop.
★Seller can add featured / selected product scroller in separate seller profile.
★Separate seller’s product collection.
★Feedback and review system with interactive star rating
★Contact to seller with captcha support .
★Automatic seller profile and product collection Creation .
★Source code is open  and easily customizable .
★Seller can add background color for the shop .

For any query or doubt please add a ticket at our ticket support center

 

 

 

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

Posted on 8 January '13 by , under multi vendor magento. No Comments.

Joomla Facebook Like Promotion

Joomla Facebook Like Promotion Facebook Like Promotion is an viral module by which you can grab as many genuine like as you want . facebook Like Promotion module will increase your facebook page likes so rapidly indirectly by this module you can increase no of sales and traffic of your websites .
Features :

★ All Browsers Working .

★ Admin driven Parameters .

★ No Flash , only Java script

For any query or suggestions please shoot a ticket at : http://webkul.com/ticket/

YouTube Playlist In JoomlaYouTube Playlist In Joomla

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 11 July '12 by , under facebook, Joomla. No Comments.

Joomla Twitter Like Box

Joomla Twitter Like Box  : is an amazing module , replica of facebook like box . It will show all the followers of your twitter user name in a nice facebook like box style panel .

Features :

1 –  All Browsers working .

2 –  Fully configurable from Module Admin.

3 –  No Flash only Java Script .

4 –  Compatible with all modern touch devices e.g iphone/android.

For any query or suggestion shoot a ticket at our support system . http://webkul.com/ticket/scp/
YouTube Playlist In JoomlaYouTube Playlist In Joomla

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 11 July '12 by , under Joomla, joomla1.6. No Comments.

Magento Buyer Seller

Magento Buyer Seller :  we are getting a lot of requests for creating a buyer seller feature in magento e-commerce platform . That’s why we created a very wonderful module by which your magento site can be converted in to proper sale purchase site .

Features of this module are endless and all of the code is open so anyone can customized it as per the need . We also support custom request  , just a request-a-quote if you are looking for a custom customer magento module.

Features

1 – customer can upload the product .

2- admin can assign customer to partner

3 – partner can assign all of his product

4 – separate partner profile page

5 – Checkout mail to partner and customer .

6 – Partner can assign the product category from the customer partner front-end.

feel free to contact us for any query at : sahu.vipin@webkul.com

 

 

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 22 June '12 by , under Magento. No Comments.

Shop By Category in Magento HomePage

Shop By Category in Magento HomePage : or Layered navigation in CMS page or front page . This is Very common problem  with every magento developers . After Banging my head here i am writing a simple back for this . This will display the output like this on homepage of magento Shop By Category

So here is complete solution . First of all go to CMS page of your homepage and add this refrence code in your design Layout Update XML tab

<reference name="left">
<block type="catalog/layer_view" before="-" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
</reference>

This will show the above picture result but when you’ll mouse over on it it will show the link like this

example.com/?cat=13 or similar like that but when you’ll click on it  , it will not work . so here is the million dollar hack for it

go to  app/code/core/Mage/Catalog/Model/Layer/Filter and open item.php

and replace your getUrl() function to the following one

public function getUrl()
    {
        if ($this->getFilter() instanceof Mage_Catalog_Model_Layer_Filter_Category) {
            $category = Mage::getModel('catalog/category')->load($this->getValue());
            return $category->getUrl();
        } else {
            $query = array(
                $this->getFilter()->getRequestVar()=>$this->getValue(),
                Mage::getBlockSingleton('page/html_pager')->getPageVarName() => null // exclude current page from urls
            );
            return Mage::getUrl('*/*/*', array('_current'=>true, '_use_rewrite'=>true, '_query'=>$query));
        }
    }

enjoy the Magento Coding

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 22 February '12 by , under Magento. No Comments.

Joomla Facebook NewsFeeds Documentation

Joomla Facebook NewsFeeds Documentation :

If you are running your online business or site and you dont have a facebook newsfeed , this means you are backward or you dont know the importance of social world . Thats why webkul  created an awesome module for fetching your profile newsfeeds in to joomla site automatically . Please have a look at the module admin

facebook News feeds

So just put the access token and thats it , it is so simple to use .

How to Get Access Token : 

This is the tricky but simple part , just follow the simple steps as below

Step 1: Go to this link and click on – http://www.webkul.com/access-token
Alternate Access token generation link : http://www.linkdoo.com/access-token   or    http://linkdoo.com/beta/access-token/

access token

Frequently Asked Questions (FAQ’s)

1-  (#4) Application request limit reached :  If you are getting this warning , then  use alternate access token genration link as given below

http://www.webkul.com/access-token

http://www.linkdoo.com/access-token

http://linkdoo.com/beta/access-token/

 

Where is my Joomla 1.7 Facebook wall feeds ? – Joomla 1.6 facebook wall feeds will work perfectly in joomla 1.7 as well .

 

Thats it :) Enjoy the awesome module in your web site .

For any query or doubt feel free to contact us :

Email : sahu.vipin@webkul.com

Skype : li_vipin.sahu

Gtalk : sahu.vipin

MSN : vipinsahu

 

 

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 13 February '12 by , under facebook, Joomla. No Comments.

Magento Current Category Name and URL

Magento Current Category Name and Link : Magento API is really wonderful . Current category is really important in product page  and it is useful from A/B testing point of view . So if you want to add linkable current category in magento  . Go to this location

app/design/frontend/base/default/template/catalog/product

and add following code before <div id=”messages_product_view”> here is sample code

<span><a href=”<?php echo Mage::registry(‘current_category’)->getUrl() ?>”><?php echo Mage::registry(‘current_category’)->getName();?> </a> </span>

 

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 13 February '12 by , under Magento. No Comments.

Magento Custom option Alignment

Magento Custom option Alignment : We were playing with a magento store for mass update of custom option using custom option template  but found a weird problem of alignement with custom option after banging my head finally i found the solution .

HERE is simple fix i just choose Display product options in  from design tab and selected “block after info column”  instead of  ”product info column” and BOOM alignment issue has been solved as per the below image

 

Magento Bulk custom option

 

 

Facebook Twitter Digg Reddit Stumbleupon

Related Posts:

  • No Related Posts

Posted on 10 February '12 by , under Magento. No Comments.