Jump to content

Hopelessly Lost


manking

Recommended Posts

Let me start out by saying I am a cold fusion programmer.  A freind asked me to help set up a pos system using PHP.  I agreed now I am over my head.

 

He has ask me to change the code to allow him reopen a sale.  Easy right wrong!

 

Can some on help me with the array on this.

 

In line 660-663 of display I recreat the session for the customer ID

 

$_SESSION['current_customer_search']=$customer_id_new;

$_SESSION['current_sale_customer_id']=$customer_id_new;

$_SESSION['current_sale_id']=$customer_id_new;

 

The problem I have is in remaking the $_SESSION['items_in_sale'] array from the sale_ui in the display page

 

 

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/83356-hopelessly-lost/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.