php product browser - php

I was wondering if anyone knows of a good script to manage a catalog of products. Just need basic stuff, like being able to browse by category and or tags and search. Without many extras, as I'd like to have it working inside a CMS.
softpedia has a few scripts, but I'm also considering creating it from scratch. Ideal would be something in between that allows a bit of customization and control of layout, but takes care of the backend. So adding editing and managing items should be simple.
any ideas?
--- edit ---
has anyone worked with http://www.oscommerce.com and can shed some light?

CubeCart is quite simplistic and easy to use, there's also osCommerce and Magento if your looking for a more advanced ecommerce system.

ZenCart is a popular solution, and free. Of course any (good) product listing app is going to be a shopping cart.

virtuemart may work out for you as well.. you can add it on top of joomla .. that way you would have a CMS to create and change the custom pages as well.. the other solutions are good too but they are more cart oriented.

Related

edit magento navigation without coding

I just recently started working with a Magento site, and so far I'm really not liking it. I need to remove a couple links from the main navigation, but I can't seem to find the option for it. I've googled it numerous times, and all I see are examples for coding the navigation. My question is, can you edit the site navigation like you can with say wordpress? Seeing how it's a cms I'd imagine the user should be able to make changes to the navigation using some type of interface, and without having to pull the files from the server and edit them.
Also just out of curiosity, for anyone experienced with Magento would you say it's a good choice for a cms? I've heard of it before, but haven't seen many sites that use it.
No!, so you have three options here.
Learn how to extend the navigation with the 100's of tutorials out there, it is really not that hard, assuming you have a theme you just have to edit app/design/frontend/[theme]/default/template/page/html/topmenu.phtml
Get an extension to do it for you.
Hire a developer to do it for you, we create a static block with installer for the html which make it slightly more user friendly to update in the future.
Stackoverflow is a bad place to ask questions like this, it is aimed at programmers and doing such a procedure is rudimentary stuff, I really hope you are a client trying to be cheap rather than someone who claims they can run this site.
Edit: The cms features are ok but you need to be able to code to set them all up so the end user can make the changes with WYSIWYG.
If you don't want to code for navigation then you can do below things
1) Create category and then Display Settings=>Display Mode=>static block only and Display Settings=>CMS Block=>static block name. In static block u can include in page url or custom page
2)You need to hire developer
If you're using Magento and have an integrated WordPress blog, it's possible to design a completely custom menu in the WordPress Admin using the menu builder. You have complete control over what menu items you want and the hierarchy of each item.
To get this to work, you need to integrate your WordPress blog using WordPress Integration in full integration mode. Your Magento template also has to be using the default Topmenu block.

Completely custom Magento interface without shop

I have been searching but have not found much information on this. Would it be possible to completely override Magento's frontend interface? What I mean with this is completely remove the shopping cart, menu's, product listings, everything, and replace with a completely customized interface, which will not be used for a eCommerce portal.
I just found out that our customer does not in fact want a eCommerce solution, although we have built a lot of functionality on Magento and it would be a shame to have to re-write EVERYTHING on another platform and still build a ordering framework as well.
So my question is this, can you build a theme on Magento that only shows parts of the system completely unrelated to the actual 'shop' and where would I find information to figure out how to do this? I'd like to keep the custom frontend in Magento to easily re-use the product view blocks, etc. but Magento itself is not a system our client wants.
I have thought of an alternative where the Magento shop is merely placed in a sub-directory and used as a sort of 'engine' to run the eCommerce side of the system and building a completely different system which integrates with Magento, the downside of this of course being that we would have to rewrite completed work as well.
What would be the best route to follow?
Here is one way to go about it:
Edit the homepage via the backend and enter the following code in to it:
{{block type="catalog/product" template="page/homepage.phtml"}} this will allow you to display products on the page.
Make sure that when you enter the code you can see html markup (and not just the output)
Make a completely customized webpage showing whatever you want

Simple, Lightweighted, Easier to Learn PHP Ecommerce Package

I wish to have an Ecommerce solution where admin can add category, add products within category, shopping cart, checkout(using paypal).
I knew Magento supports this pretty well, but we have short time frame now for development(1-2 weeks), and therefore we need something simpler and lightweighted that we can learn it fast, and customized it fast.
I would like to hear you recommendation.
OpenCart may work well for you, or, just develop it in-house.
Drupal Commerce Kickstart 2.0 is really awesome!
Checkout OSCommerce. It has a wide and growing community support.
As per their website, they have 12,819 live stores, 6997 Add-ons so far.
You can download the source code here.

drupal menu item which is not a link

I am trying to use special menu items to make certain menu item(s) not a link. There are some issues with this module, and I am unable to do so. Currently, I am testing it with the garland theme. Although this seems like a basic feature, I am finding it difficult to accomplish this task. Do you have any suggestions. Thank you.
http://drupal.org/project/special_menu_items works.

best approaches in designing for wordpress a theme, need some advice

I'll be building a Wordpress theme and would be needing some advice in implementing it. here's the outline of my design. I will using 960.gs for the css layout.
Now my worries is what approach will i be using to the services(1,2,3...)? Will I use widget fort hat? Those boxes should be easy to maintain and update. (I've been a Joomla user so, So if I had code it in joomla I had used module for that approach. Is there a similar approach to Wordpress? that you can easily turn on/off the boxes? )
How can I change the look for each page? Some services will not be render in some pages (example, service 1-4 will not be avialabe for 'about page')
Thanks! :)
Download Free ‘Starkers’ Wordpress theme at Here
and following the instructions from Chris Coyer of CSS Tricks at Here
This really did help me. The screen cast from Chris is a three part series and you would love it.
Update One:
After you do this. I would advice you to get free themes online and see how things are done in different templates. I will help you improve a great deal.
Update Two:
To prevent some widgets from showing on different pages, you would to remove the function that creates that widget from that particular template. Every widget is like a plugin and a function is used to render it on screen.
Hope this helps.

Categories