Tackleunderground
Tackleunderground > Web Tools > Website Questions > anyone using Store Front software?
» Who's Chatting!
Members In Chat: 0
No one is currently using the chat
Enter the Chatroom!
» January 2009
S M T W T F S
28293031 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
» Today's Birthdays
None
» Stats
Members: 8,856
Threads: 14,401
Posts: 110,545
Top Poster: Vodkaman (1,896)
Welcome to our newest member, alabamajon56
Reply
 
Thread Tools
  #1 (permalink)  
Old December 10th, 2003
 
Join Date: Oct 2003
Location: Ky
Posts: 22
Gallery: 0
anyone using Store Front software?

Need help on our store front software !
on our store site an error code pops up when trying to checkoput the reads (Class ShoppingCart Error=Object reference not set to an instance of an object. )
anyone else have this problem?
Help if anyone knows
Thanks
Reply With Quote

  #2 (permalink)  
Old December 10th, 2003
 
Join Date: Mar 2003
Location: Kentucky
Posts: 55
Gallery: 0
Send a message via AIM to Cobra0718 Send a message via MSN to Cobra0718 Send a message via Yahoo to Cobra0718
What is the web address so I can see the error message? If you don't want to post it here you can email me at klprostaff@insightbb.com. I will see what I can do.

Charlie
Reply With Quote
  #3 (permalink)  
Old December 11th, 2003
 
Join Date: Oct 2003
Location: Ky
Posts: 22
Gallery: 0
Thnak You Charlie,
our address is www.banddcustomlures.com
The error comes up when checking out.
I see your in Ky also.Where about's?
we are located in Brandenburg just west of Louisville and Fort Knox

Once again
Thank You
Reply With Quote
  #4 (permalink)  
Old December 11th, 2003
redg8r's Avatar
Site Admin
 
Join Date: Oct 2002
Location: Central Florida
Posts: 1,559
Gallery: 108
your cart is written in ASP, a dynamic language.

you should contact your web designer & ask him the name of the ecommerce software he installed, then charlie or someone else could help you further.


The error sounds like an unreferenced variable is being called and the script dont know how to handle it. its usually something small, like a misconfiguration in the software setup/configuration, but without the name of the software, I cant help much more.

Good luck
Reply With Quote
  #5 (permalink)  
Old December 11th, 2003
 
Join Date: Apr 2003
Location: Southern California
Posts: 46
Gallery: 0
It's called Storefront 6.0 Red and it is written in ASP.NET . I tried for about 6 months to make that damn software work reliably and never could. As Red said it is an unassigned variable causing the error. If you modified the look of the checkout page it's possible you accidently deleted a needed parameter. It could also be in your config file. It could also be a database query that has an unresolved string. Perhaps Charlie is fluent in dot net and can help you out. I tried like a dickens to work with that software and finally dumped it for a PHP cart.
Reply With Quote
  #6 (permalink)  
Old December 11th, 2003
 
Join Date: Mar 2003
Location: Kentucky
Posts: 55
Gallery: 0
Send a message via AIM to Cobra0718 Send a message via MSN to Cobra0718 Send a message via Yahoo to Cobra0718
Master,

I'm in Florence, it's in the Northern part of the state.

I'm with Red and Drop here, more than likely parameter that is missing. Could be something as simple as a space or '.

I'll take a look and see if something doesn't look right.

Charlie
Reply With Quote
  #7 (permalink)  
Old December 12th, 2003
 
Join Date: Mar 2003
Location: Kentucky
Posts: 55
Gallery: 0
Send a message via AIM to Cobra0718 Send a message via MSN to Cobra0718 Send a message via Yahoo to Cobra0718
Master,

I'll try to explain what I think the problem is. All the items that you have created doesn't appear to goto the Cart when someone orders something. That is why your getting the error message on Checkout. Samething goes for the wish list, which does work until it is sent to the Checkout. It does look that the database knows anything about Checkout or a Cart at all for that matter.

Solution:
I think Red, Drop and Me for that matter would agree. I think you should go with OScommerce! For one it's free and really easy to setup. I'm using it on the KidLizard site and I know Red uses it alot also. We could help and support it alot better. Let me know what you would like to do, I'll help you with anything I can and I don't mind helping you out!
Reply With Quote
  #8 (permalink)  
Old December 12th, 2003
SeminoleFan's Avatar  
Join Date: Jun 2003
Location: Tallahassee FL
Posts: 289
Gallery: 0
MB, I totally agree with Cobra, Red and DS. Im almost finished with my store front and only need to add my products and pictures. OS Commerce is the way to go..

Rick
Reply With Quote
  #9 (permalink)  
Old December 12th, 2003
 
Join Date: Apr 2003
Location: Southern California
Posts: 46
Gallery: 0
I would have to agree with Charlie. My live store right now is using Xcart. It's ok but I dont like how it's programmed and it's lacking in some features that I want. I have spent the last two months working with OsCommerce and am very impressed. While it does have a few minor issues at the outset, they are very fixable. It is highly scalable software with hundreds of add on modules written for it. Best of all it's free.

I think what you will find with any shopping cart software is it wont do everything you want it to. And to get it to look and work like you want it to will take some time and knowledge of the programming language it's written in along with html. It's very frustrating to try and come up with an online store that operates well and looks proffesional without paying 10 grand for it.

I have been considering offering a turnkey store package to small fishing manufacturers based on my own personal experience with that market. It would be reasonable in price and customized with your logos and colors of your choice. It would be based on OsCommerce but would have all the additional features that guys like us want. If you are interested in seeing my development store, email me and I will shoot you the link back.
Reply With Quote
  #10 (permalink)  
Old December 12th, 2003
 
Join Date: Oct 2003
Location: Ky
Posts: 22
Gallery: 0
Well guys your probably right about the software but we have so much time and $ into now we are get this message code: If (m_objXMLCart.Count = 0) Then
ErrorMessage.Text = m_objMessages.GetXMLMessage("ShoppingCart.aspx", "NoItems", "NoItems")
ErrorMessage.Visible = True
Table3.Visible = False
Else
ErrorMessage.Visible = False
End If

'If Not Page.IsPostBack Then
CCartControl1.CartDataArray = m_objxmlcart.GetCartItems()
TotalDisplay1.DataSource = m_objxmlcart
TotalDisplay1.DataBind()
'End If

'Check Coupons
If (m_objxmlcart.AppliedDiscounts.Count > 0) Then
CheckCoupons()
End If

If (IsNothing(Session("ItemAdded")) = False) Then
SetMessage(Message)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

» Search Forums
OR
Custom Search
TU Supply Shop
TU Football Pool
Please rate us! 10=BEST 1=WORST

Powered by vBadvanced CMPS v3.0.1

All times are GMT -4. The time now is 08:42 PM.


Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 All other images, content & coding Copyright © 2002 - 2006 Jerry Goodwin Inc. All rights reserved.
The materials displayed on the Tackleunderground Web site, including without limitation all editorial materials, informational text, photographs, illustrations, artwork and other graphic materials, and names, logos, trademarks and service marks, are the property of Jerry Goodwin Inc. or its parent companies, subsidiaries, divisions, affiliates or licensors and are protected by copyright, trademark and other intellectual property laws. You agree not to reproduce, retransmit, distribute, disseminate, sell, publish, broadcast or circulate any such material to anyone without the express prior written consent of Jerry Goodwin Inc.
Locations of visitors to this page