Jump to content


Corporate Sponsors


Latest News: (loading..)

PHP Coding


  • You cannot reply to this topic
22 replies to this topic

#21 kymation

  • Community Sponsor
  • 5,662 posts
  • Real Name:Jim Keebaugh
  • Gender:Male
  • Location:Aberdeen WA USA

Posted 09 December 2010, 23:48

There is a standard. See the file named STANDARD in the osCommerce release package.

Regards
Jim
My Addons

Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support

#22 burt

  • Community Sponsor
  • 6,970 posts
  • Real Name:G Burton
  • Gender:Male
  • Location:UK/DEV/on

Posted 11 December 2010, 11:14

Well, there we are - learned something new today!
The Dirty Little Secrets that no osCommerce template sellers want you to know...revealed...

Support is commercially available. The question is whether you value your business
highly enough to spend money on it.

For commercial support from known developers who support osCommerce
ethos, please post at http://forums.oscommerce.com/forum/79-commercial-support/

#23 mongoled

  • Community Member
  • 55 posts
  • Real Name:Andrew

Posted 13 December 2010, 13:29

Good to hear peoples differentiating opinions!

As I dont have the time to learn a new programming language, I can usually get by, with looking at examples of previous code, understanding the logic and then re-applying it.

As mentioned by others here, many people from different backgrounds, in regards to skill, knowledge and proficincy levels use OScommerce for their required needs.

Some as stated are HTML only peeps, other PHP peeps, and others like myself a mix of whatever we can get our hands on! LOL

Now, looking at the code base of OSCommerce, including addons, its quite clear that there is a mix and mash of various methods and techniques in achieving similar results.

Trying to pick up on things with this variation is not something that I have found easy to do.

Having more experience programing with .NET specifically C#, we were taught to keeps things modular, in the sence that HTML code is kept seperate from C# code, just as when coding with CSS, CSS separate from HTML.

Then we get what occurs in OSCommerce (and probs all other open source projects), a mix and mash!

Looking at PHP code is quite brain mashing (for me) as my eye and brain function has been trained to see things quite differently!

I cant say that I enjoy the mixing of code in PHP, but it is another challenge.......

PS I have things working as I wish, am actually modifying 2 different contributions, one which that is disabling cart functions whose code base is for RC2.2, the other contri is for RC2.3.1 but am modifying this to correspond with the disabling cart functions.

Will contact the authors of original contributions, when I have finished to see if they interested in having my code (kymation, one of the contributions is yours).

Oh and realised I posted this thread in the wrong section! Should have been posted in 2.x addons.....Doh!!

Edited by mongoled, 13 December 2010, 13:31.