Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Orders made off site


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

#1 WillowFae

  • Community Member
  • 8 posts
  • Real Name:Helen Maltby

Posted 11 February 2005, 20:06

I've just installed osCommerce as a test site and am exloring it to see if it can do what I need.

I sell my products IRL as well as online - can I mark on the site when a product has been sold IRL, i.e. without payment going through the website, in order to keep a more accurate best selling list?

Apologies if it is a stupid question!

#2 ArtRat

  • Community Member
  • 213 posts
  • Real Name:Michael
  • Location:New York

Posted 11 February 2005, 21:20

oscommerce can be modded to whatever you are capable of scripting into it.
there are almost 2500 contiribution addons already made available for download.

in the admin panel you can set products to in stock, out of stock, comming soon, etc.

about marking products as sold outside of the cart. hmm. maybe by manipulating the database through phpmyadmin...or you log in with a fake account to pretend to buy the item...find and/or create code that allows this to happen.

the cart is only limited by how far you want to customize it, the boundaries of your coding and the willingness to learn.

#3 WillowFae

  • Community Member
  • 8 posts
  • Real Name:Helen Maltby

Posted 11 February 2005, 21:29

Thanks for this. I am looking through the contributions now to see if there is anything that suits - before I write my own! :)

#4 boxtel

  • Community Member
  • 5,237 posts
  • Real Name:amanda
  • Location:Taipei, Taiwan

Posted 15 February 2005, 09:21

WillowFae, on Feb 12 2005, 05:29 AM, said:

Thanks for this.  I am looking through the contributions now to see if there is anything that suits - before I write my own! :)

<{POST_SNAPBACK}>



not always easy to find.

what I do is I simply have an admin account and if someone purchases items from the real store which are also sold online, I make the order myself and indicate at the order comments that it is a real store purchase with "store pickup" shipping method.
This will keep the stock levels up to date as well as the bestsellers and order totals information.
Treasurer MFC

#5 jimlynn

  • Community Member
  • 2 posts
  • Real Name:Jim Lynn

Posted 05 April 2005, 07:13

I'm looking for just the opposite... I want to create a user account/password, stuff 1 or more products in a cart and email the customer a link to go and add the shipping address and cc payment (we do a lot of ebay....) Have I just not found it or is this a new one: >_<

#6 djevanscom

  • Community Member
  • 6 posts
  • Real Name:Dave Evans

Posted 11 April 2005, 13:11

WillowFae, on Feb 11 2005, 09:06 PM, said:

I've just installed osCommerce as a test site and am exloring it to see if it can do what I need.

I sell my products IRL as well as online - can I mark on the site when a product has been sold IRL, i.e. without payment going through the website, in order to keep a more accurate best selling list?

Apologies if it is a stupid question!

<{POST_SNAPBACK}>

you might find that the edit_order contribution helps, this allows you to enter other orders through the admin interface (e.g. via phone or post). Just haven't worked out how to get it working with QTPro...