Forum Moderators: buckworks
"So what?" you ask. Well, I have NO IDEA how to do this-just a vague recollection of a compilation of articles I've perused singing the praises of PHP and MySQL. I have no working knowledge of either of these.
So, hypothetically-if you (illustrious webmasters) found yourselves in a situation sililar to that of my friend-what would you do?
What more do you need to know from me to give helpful advice?
Sticky me if you want the url.
[webmasterworld.com...]
It's not really that tough.
Is it possible to just insert snippets of php into my html to populate my category pages with products?
Is a mysql database the best type to draw from?
Currently I'm using buy_me buttons and authorize.net.
Basically, I'm looking for one of two things. Either:
A) "Buy this php book and learn it-here's some great tutorials on how I did it."
or
B) "Yes, that's easy (possible)-just adapt X script to your pages to draw your products from your db, and Y script to generate your product pages. Upload Z cart to your server-get another merchant account and you're golden."
Or a combination of the two.
This could be an oversimplification-but I can do that because I'm ignorant =)
Thanks for your feedback so far!
I am at a point like you where the manual updates are becoming a drag. So, I've been researching a ColdFusion equivalent for Linux. I've run across a free web app called SteelBlue that will allow me, a non-programmer, to generate dynamic pages from a web database.
Therein lies the beauty of Open Source applications. If you can deal with sometimes poorly written code you can get a decent jump on achieving what you really want by starting with an Open Source app that's close and then modifying it to suit your needs.
What kind of hours would a competent programmer be required to devote in order to create an search engine friendly osCommerce?
It depends upon how search engine friendly you want it to be.
I've modified one cart with several of the contributions offered and then tweaked them a bit and it took me about 20 hours to get the product, manufacturer, and category pages to use the on-page and code level text I wanted.
Partly because I'm still getting used to how osCommerce works and partly because I also took time to sift through the contributions to find what I wanted and rewrote one or two of the contribs to something closer to what I was after. A good learning experience.
I haven't tackled the URL issue yet and I think I saw a contrib for that as well.
It's no stretch for me to say that you're more knowledgeable than I concerning PHP and OScommerce. Thus, what took you 20 hours to do would likely take me over 100.
At this point, it's more cost effective-and SEO wise-to lower the PHP learning curve by adapting oscommerce to my static html. Not ruling out a solution similar to yours in the future.
So, without changing the direction of the thread:
Who has experience adding oscommerce to an existing ecommerce site without replacing your existing category pages-and how did you do it?
I don't mind shifting directions-but only if I'm in a rut. Is it really that hard? I've installed and configured it by itself before-is what I'm trying to do with it (just using part) really that diifficult?
If it is-what would you reccommend that would have comparable features and be simpler to integrate? Support? Free?
Oh-and congratulations again!
It could be. Judging by your reaction (and without benefit of knowing your abilities) to my post on the SEO modifications above, I'd say it'll could be intimidating. Impossible? No.
What I understand you want to do is to keep your existing front end and add on a back end for product pages and checking out. Yes? Which means that if you want to use osCommerce you'll need to cut the cart in half - namely remove the parts that reference and link to the cart's categories, manufacturers, and top page. It's not overly difficult but it's not a walk in the park either.
What you have to your advantage is that the cart is modular. All category and manufacturer pages are created using code within index.php. You'll need to find these and remove/comment them out as well as modify the column and header includes.
Then you'll need to do some snooping to make sure there are no other on page calls back to these sections like the Continue Shopping button.
Like I said, I don't know your abilities. You're the best judge.
These are the exact answers I'm looking for. I'm gaining familiarity with PHP and OScommerce. Regarding my abilities-they're growing. Posts like your last one are extremely helpful-specific. I think I'll bring part of this conversation to the oscommerce forum now that I know it's possible.
Will it be necessary to remove all references to the categories-or can I just build them in oscommerce to mimic my current architecture?