The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
OID static??? No order log???
Author Message
Reply with quote
Post Thanks 
That worked perfectly. Does this make any sense to you:


This is in reference to the fact that we cannot complete an order through the system. We keep getting an error when the customer tries to submit the order in linkpoint.

"They said the problem is with your code at the secureorderform button, where you have establishing a static OID value, and it has to change with every order. So, remove the static Order ID and make it change."


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
The OID isn't static... It changes with each user. The cart_id & invoice numbers are unique to each user.
So, not sure what may be happening, except if the cart_id is hard coded somewhere.

At what point of the check out process does the error occur?

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post thanks 
Ok the issue seems to be resolved.

On the step one of the cart, can there be a ship to and a bill to form (with option to leave Ship To blank if same as Bill To)


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post one more thing 
My client placed and order and never received a confirmation email nor the info from the ship/bill form. Any reason that you can think of??


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post SORRY 
scratch the lastmessage, he did receive a confirmation email but it did not however tell him what he was ordering. Only a price. It has his name, address, order #,time, cc etc. . .

How can we get the email to state what was ordered or where do we find out in the system what was ordered.


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post hi 
There seems to be nothing in the order log? Whoul dthis be where the order information would be?


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
That means things are not being passed back to the cart...


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post ok 
so what would be a possible solution?


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post hey 
When we go through the check out process, all the way through linkpoint, it then kicks up to the success.html page we set up when the process is completed. We get an email receipt for the order, but we just have no clue what it is that was ordered.


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
Well, I think that sending to the success.html page may be the problem, because you are not posting back to the cart...

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
So how would we normally post back to the cart?


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
Right now it is set up on linkpoints end that when the credit card info is input and the customer hits submit, it either goes to an error.html page or a success.htmlpage. These are setting on linkpints end


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
Well, that is where it needs to be fixed.
Did you follow the instructions at:
http://www.agoracart.com/help/linkpointbasic.html

In particular, you nee to make sure you have done the following:
Quote:

6. Enter your Confirmation URL (text only): link, which will look something like these examples:

* http://www.mycompany.com/store/agora.cgi
* SSL: https://www.mycompany.com/store/agora.cgi
* Shared SSL: https://secure.hostcompany.com/~username/store/agora.cgi



7. Select the box next to URL is a CGI script in the Confirmation URL settings area. 8. this is optional but a good idea - works best if using SSL or shared SSL.
Select the Auto-Forwarding box next to Automatically display specified URL after the LinkPoint HTML receipt page in the Confirmation URL settings area. This will automatically forward the customer to your store once the payment is completed successfully, leaving less chance for missing order logs and confirmation emails not sent from the cart.


HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
OK I had the correct url for the (Confirmation URL" however I didn't have URL is a CGI script checked.

My one question is why, if the process checks out on the carts end, does the store owner not get an email from the system saying that an order was placed?

In the agoracart manager, in the main store settings this is what I have:

URL of the /images directory : http://www.acanthuspress.com/cgi-bin/store/html/images

Store URL : http://www.acanthuspress.com/cgi-bin/store/agora.cgi

SSL URL : https://www.acanthuspress.com/cgi-bin/store/agora.cgi

Do you wish to have orders e-mailed to you? YES

Do you wish to have the orders written to a log file? YES

Choose a unique name for your log file. your_order.log

Do you wish to verify orders with the database info? NO

How do you want to generate database based html product pages? Maybe

Use 0077 umask? YES

Scramble CC Info? Yes


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
Your pay connection setting:

Submission Form URL (text only): http://www.acanthuspress.com/cgi-bin/store/agora.cgi

Confirmation URL (text only): http://www.acanthuspress.com/success.html

CGI page:
URL is a CGI script: checked

Auto forwarding:
Automatically display specified URL after the YourPay HTML receipt page. checked

Failure Page (text only): http://www.acanthuspress.com/error.html

Customer's Receipt: YES


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Reply with quote
Post  
You need to have the Confirmation URL set to:
http://www.acanthuspress.com/cgi-bin/store/agora.cgi
OR
https://www.acanthuspress.com/cgi-bin/store/agora.cgi

Linkpoint MUST send the info back to the script.
The submission for URL is not the one that the pass back info is sent to...

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Great 
That works perfectly. Thanks a bunch.


_________________
Dan Nazario
VP of Development
Webcando.com
Email: dan@webcando.com
Web: http://www.webcando.com
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum