Magento Extension Submission In Magento Connect - magento

I have developed simple magento extension by myself.
I am new two magento Extension development.
I have some queries before the extension submission in magento connect.
I have two products like Product-A and Product-B.
1) Product-A => Basic feature -> Free
2) Product-B => Basic feature of Product-A + Additional features -> Premium (paid)
Will Magento connect allow this as two products or not?

Magento connect will approve and support the all kind of third party extensions.
No matter how the extensions will work and what are the functionality included with the extensions
Magento connect is a market place to promote the third party magento extensions.

Related

How to Integrate stripe in magento 1.9

I want to integrate stripe on magento 1.9. I can't find free magento connect extension in magento market. Can any one have magento connect free stripe extension?
Use this link you can download free extension for github [https://github.com/ivanweiler/Inchoo_Stripe]

What is the best way to homogenize full datas between Magento or Prestashop and others platforms?

Administrators of several e-commerce sites based on Magento and PrestaShop, we wish an automate broadcasting of all information (products, customers, orders ...) to other platforms (cdiscount, amazon, counted software, social networks. ..)
There is the default Magento module but that seems to be limited to products and customers,
There are there other modules or other means to link Magento and Prestashop to other platforms?
You can use lengow.com solution. There are existing modules both for Magento and Prestashop to link your shop to many marketplaces.

Magento community store have any EMI extensions?

I have searched a Magento extension for EMI options, but i didn't see
any available extensions, if anyone knows any payment extensions
including EMI please reply, or how to develop an EMI extension for magento? i am new in Magento family
There is one module by Salesignitor. Maybe its helpful to you. Currently iam using it for one of my stores*(not live yet)*.
And yes, the module offers paypal/Authorize.net for recurring billing. I couldn't find any other payment gateway which supports recurring payments(online) as is for magento in India.
You can find it
here

Can Magento be used as a CMS to build a product catalog(not a store currently but maybe in the future)

I have to build a website for a mobile store. They want to list their products but don't want to start selling yet. I have done a lot of website with Joomla and Virtuemart.
This time I want to use Magento as they use Lightspeed a POS that offers integration with Magento community edition.
My question is can I simply use Magento as a CMS to only display products and a few static pages like about us etc. I went through stackoverflow and found that some members have recommended some good blog integrations for magento so that part is solved(Thanks :-) ).
I know I can use wordpress as a blog with magento.
I rephrase....Can I use it to simply display products!
If Yes then please let me know if I am doing it for the right reason.
the reason are:
Adding products and product information becomes very easy in a
shopping cart(But in a CMS like Joomla each page has to be literally "designed" or I will have to use CCK editor. It still
becomes difficult for the client to update products IMO)
It comes with built in plugins to show related/featured products
etc. with a click on a button or options in the backend while client
simply puts the appropriate tags(With a CMS have to use a plugin or
module in Joomla that has to be set to show in the particular pages)
Automatic display of images etc is easier in Magento in comparison
to a CMS like Joomla where I will have to use a plugin or a gallery
that is set to show inside an article
The buy/add to cart button can easily be disabled and a "more info"
button can be added that will send an email to the client. They get
the exact product code the customer is asking for(Doing that in
Joomla would require a lot of extra stuff like adding codes or use
an advanced contact form with a tag to be entered for each page)
Last but not the least when client is ready to go online it can
easily be converted
Does Magento have two display? One is simply a catalog and the other a store. I have seen that in some stores online(not necessarily using magento) I am assuming either they created a website with the products pages first and then added a store later.
But in many cases it looks like a part of the Shopping application.(i just can't seem to remember which one they were using now).
If Magento allows that then I think my problem is solved. I simply use the "catalog option" and when the client is ready for the store I simply pull the products using a extension from their POS software.
Thank you for taking the time to read/answer.
Using Magento as a catalog only without selling the items is pretty straightforward. The easiest thing to do is just to use the catalog category lists to list the products and just make sure the "order" button is not visible.
You can do this simply by removing it from the product detail template (and the list/grid template in case they have it).
Or you could (I think) set all products to 'out of stock' this will automatically remove the 'order' button.
If you want to be thorough you should edit the cartControllers's addAction to disable adding products to the cart.
If you are going to combine Magento with Wordpress, Fishpig has developed a plugin with which you can use shortcode within Wordpress blogposts or/and pages to display products.
More info about that can be found here: http://fishpig.co.uk/wordpress-integration/docs/shortcodes.html
System > Configuration > Advanced > Advanced
Disable the modules you don't want to use.
For example, if you wanted to use Magento as catalog only then disable sales module.
Hope this works for you!

how do i install magento payment module created by me in magento site

recently i have customized a module that i installed from magento community. it is a payment module.i have modified it for my own payment gateway that goes to a url and after payment completion,redirect user to magento site. it is working fine.but i want to make it as a module with that i can integrate my module with any magento site. i want to provide a option for install or something like that.i don't know how to do that.
if anybody here.please help me.
Package your extension (System -> Magento Connect -> Package Extensions)
Submit it to Magento Commerce (Login to magentocommerce.com and submit your packaged extension)

Resources