Although I already wrote about Bestseller stuff and how to do it in Magento, here is a working module for those in need. This module was tested on Magento 1.2.1.2 and 1.3.
ActiveCodeline_Bestseller module (extension) for MAGENTO
NOTE, using a block
{{block type=”ActiveCodeline/Bestseller” template=”activecodeline/bestseller.phtml”}}
Before I get “why don’t you place this on Magento Connect” comments, let me elaborate few things first… For now I will not place any of my stuff on their site. If there is one thing that bothers me about Magento, then it’s the extensions (module) system. I’d be most happy if all modules could be transfered in one single folder making it ultra portable. I like doing some things by hand so I don’t like auto installer.
Besides, I need to refresh my site every now and then, don’t wanna loose my visitors
This said, I don’t wanna leave a negative impression on Magento. I use it daily. Sometimes I hate it (mostly it’s my, developers, fault) and for the most time I love it.
Keep up the great work guys and girls.
Happy Easter to those who celebrate it. Cheers.
Hey Branko, great module and it works fine on my homepage except if I click on “Add to cart” the website refreshes and nothing happens. Any clue what the problem could be? When I use other modules and click the “Add to cart” button it redirects to the product as it should be.
Here is the link: http://offroadgears.com
I really appreciate any help!
Hey Branko, great module and it works fine on my homepage except if I click on “Add to cart” the website refreshes and nothing happens. Any clue what the problem could be? When I use other modules and click the “Add to cart” button it redirects to the product as it should be.
Got this problem to, and the problem with it showing in every category, and not only on the home page. Any pointers?
i want use this module in sidebar (left), i want to know if there is a way for show the bestseller of a specific category,
for ex. the module must diplay the bestseller of laptops category if I went to the laptops category
Hmm, is not showing, probably because the are no products which are sold, im still developing.
Is there a way so i can see how it looks like?
Well thought i had to install the ideal to let the bestsellers show, anyway i have it now visable.
How to put it to the right side? I don’t want to have it on to the main :Z Looked into the files but till now no succes
Hmm didn’t see James his comment.
/layout/activecodeline_bestseller.xml
changed refer content to right
dear author of this code !
can you just publish a tutorial on “how to use this”
step by step …. I simply am to to new and to tired to dial with this in any other way
@idiot.com I would say the nick name suites you quite well. Please take that nap you mentioned than grab some coffee and write down the necessary code you need yourself. I have no intention wasting countless hours on idiots like you!
To tiered? Welcome to my world. Knowledge does not fall out from sky. If you are new to Magento, I would suggest you start with Zend first.
http://www.magentocommerce.com/extension/570/bestsellers-module
Look , this one works to – sorry I didn’t Want Waste Your Time …
Hi Branko,
usually I try my best for don’t bother with questions that are already fixed but still I have problem with “add to cart” that just refresh the page without add anything to cart. My version is 1.3.2.4. How I can solve my problem.
Thnx.
Hi Branko thank you very much for the module, i have follow the steps and using block to show bestseller product on home page but nothing showing.
do i have to make test order please tell me how i can make test order if from backend on which table i need to make changes Please help
I noticed that this extension does not limit the results to the current store. I've added:
$storeId = Mage::app()->getStore()->getId();
and then to the product collection:
->setStoreId($storeId)
but this doesn't work.
If I add:
$websiteId = Mage::app()->getWebsite()->getId();
and
->addAttributeToFilter('website_id', $websiteId)
An error is thrown.
Should this be changed to catalog/product_collection?
Hi
Great Module..I have small doubt in this.. In home page,i want to show this module in left side..but in category page it will show in right side..pls help me
Thanks
Thanks Buddy. this module run to my website smoothly. keep posting useful idea. Rock!!!
Add to cart and Add to wishlist does not work for me.
Does anyone have solution?
Please help…
Kind Regards,
al
Add to cart and Add to wishlist does not work for me.
Does anyone have solution?
Please help…
Kind Regards,
al
Hi,
i have an issue with magento v1.2.1.2
“as low as” price in product listing along with search results would disappear after 24 hours of adding tier prices in product in admin.
the following code is used in file list.phtml :
echo $this->getPriceHtml($_product, true)
it can show special price but disappears the tier price after 24 hours
could u plz help me on this !!
Hi Branko,
Do you know if there is some way to filter on products actually invoiced, as opposed to ordered? This is a biggy for ourselves, as we have seasonal products, but allow people to order months in advance, so we only want to show the most recently invoiced products so people can see what is currently going out the door. Hope you can give some suggestion, Thanks…
… hmm would be great if the admin panel did the same thing . . .
we need a way to only show it on the cms page please
Hi. Love the module. its a great addition to my store. I have a question about the price thing. I'm a bit confused and would kindly like if someone could clarify a bit more on how to display prices for this module. Also do you think that this extension could be configured to display “Special Price” items? I'm trying to create a “Daily Deal” type thing for my site. Thanks in advance.
n/m I figured out how to display the prices for the module by using Nightfly's suggestion by changing the code to “extends Mage_Catalog_Block_Product_Abstract”. Only issue now is my ajax function isn't working for it anymore. That's ok though.
A lot of thanks to give the extension.
I am new to module development .This module is very good.I learned allot from this module..Thanks
Thanks Nighfly .
thanks for this useful extension.
Is it possible to use it in several languages?. I am not able to use it in other language than english. I thought that a config.xml change would be enough to allow it, but i am no able to do it. Can you help me?
Hello !
Is it working in 1.4 ?
No, I'm using 1.3.2.4
hai Alex
Try this
<button type=”button” class=”form-button” onclick=”setLocation('<?php echo $this->helper('checkout/cart')->getAddUrl($_product)?>')”>
<?php echo $this->__('Add to Cart') ?></button>
Thanks
Is there any free bestseller module available for 1.4.
hi i am a new user in magento could anyone help me to integrate this module with magento
Hi, Branko Ajzele
i used your extension and it works perfectly fine with my case.the problem is that i want to display only product names in left column of my home page but unfortunately i didn't get any idea yet i m using magento 1.3.4.2.
plz give me some idea how to tackle this situation i m a new user in magento.
hello guys!!!
Can u help me!! . I used this module in my project.Everything is working fine except that product rating. The product rating is not showing in that module.. so please help me …what i have to do for that..
I hope you guys are help me…
download?
This Is very helpfull