View Single Post
  #40  
Old 05-02-2007, 05:31 AM
  rubyaryat's Avatar 
rubyaryat rubyaryat is offline
 

eXpert
  
Join Date: Feb 2003
Location: Canada
Posts: 289
 

Default Re: Fedex label and live rates addon for Xcart

Hi Linely,
The problem turns out to be that in Xcart Pro, there is an xcart security measure that prevents a provider from working with orders that contain products that are not associated with the provider.

This is in provider/order.php
#
# Security protection from updating another's order
#

if(!$single_mode && $order_data["products"][0]["provider"]!=$login) {
func_header_location("error_message.php?access_den ied&id=46");
}

From my understanding of your business processes, you are wanting to use Pro for a different purpose than this. We will be in touch privately to discuss the customizations require to accomplish your goals.


Rubyaryat
__________________
Rubymods.com - Your X-Cart services partner for over 9 years.
Modules offered: FedEx labels, Live currency rates, GeoIP, Order Audit, Multiple e-goods.
X-Cart Store Hosting, project management and affiliates program available.
4.2.3 gold [Unix]
Reply With Quote