Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

valleyent

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Joe

valleyent's Achievements

  1. Any help with capitalizing UPS. In the order confirmation email to the customer and to the vendor. UPS appears in all lower case. Like this: Shipping Method: ups -- Ground I have searched all over and can find where to change this.
  2. I have been unable to get the Products Shipping Estimator to work correctly. It will work for the first product but not any subsequent requests. If you clear the browser cache it will work again but only for the first product. Output URL on first product: products_ship_estimator.php?pid=540&osCsid= Output URL on any subsequent requests: products_ship_estimator.php?action=process&pid=540&osCsid= Error message: The Shipping Estimator is currently unavailable. Error: Product was not found. Please close this window and try again.
  3. Help....... Quantity Price Breaks Per Product (QPBPP) v1.2.3 requires the following code in: includes/classes/shopping_cart.php if ($products = $pf->loadProduct($products_id, $languages_id)) { $products_price = $pf->computePrice($this->contents[$products_id]['qty']); ---------------------------------------------------------------------------------------------------------------------------------------------- Going by the QPBPP instructions the following MVS code would be replaced with the QPBPP code above. //MVS start - added v.vendors_id, v.vendors_name, and v.vendors_id = p.vendors_id $products_query = tep_db_query("select p.products_id, pd.products_name, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_tax_class_id, v.vendors_id, v.vendors_name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_VENDORS . " v where p.products_id = '" . (int)$products_id . "' and pd.products_id = p.products_id and v.vendors_id = p.vendors_id and pd.language_id = '" . (int)$languages_id . "'"); //MVS end if ($products = tep_db_fetch_array($products_query)) { $prid = $products['products_id']; $products_price = $products['products_price']; ---------------------------------------------------------------------------------------------------------------------------------------------- In testing I found that if the MVS code is replaced the QPBPP code the QPBPP module works just fine. MVS continues to work too. However, in Admin and MVS Orders the product information for the order is missing. Since I'm not a coder I have no idea how to mix both together to make them work in harmony. Any help would be greatly appreciated. Joe
  4. Hello Jim, On the Vendor Manager page the information is appearing as follows for vendor 1: There are 10 orders for this Vendor. This Vendor has 302 products. Click here for Products Report When you click on either the order button or the products report you are then taken to the appropriate page for the reports. Listed in the drop down is None, and then three different vendors. Each time you select one of the vendors the screen refreshes and the drop box goes back to the None. So no information appears for any of the vendors. When orders are placed they are updating on the Vendor Manager page. I checked the page source for products_by_vendor. If found that the ID for None is 1 and the ID for vendor 1 is also 1. Could this be the problem?
  5. Having one last problem with MVS 1.1. I have spent more time searching the forum posts for a fix than it took me to install the module. Sorry if this is addressed elsewhere. On Vendor Mananger I'm seeing the following: There are 1 orders for this Vendor. This Vendor has 308 products. Click here for Products Report The products and orders are showing in the Vendor Manager as you can see above. But when you click on either Orders or Product Reports there is nothing showing. Also, no error messages are given. Any help would be appreciated! Joe
  6. I deleted both .htaccess files in the includes and the paypal_wpp directories. New error message in the pop up window. Warning: Unknown(/home/valleye1/public_html/catalog/includes/paypal_wpp/cvv2info.php): failed to open stream: Permission denied in Unknown on line 0 Warning: Unknown(/home/valleye1/public_html/catalog/includes/paypal_wpp/cvv2info.php): failed to open stream: Permission denied in Unknown on line 0 Warning: (null)(): Failed opening '/home/valleye1/public_html/catalog/includes/paypal_wpp/cvv2info.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0 Joe
  7. I'm also having the same issue with the What's This link opening. Everything else works perfect. I renamed and even deleted the .thaaccess file. I keep getting the error: "Forbidden You don't have permission to access /catalog/includes/paypal_wpp/cvv2info.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." Joe
  8. Getting the following error with PayPal Express Checkout: Fatal error: Cannot instantiate non-existent class: httpclient in /home/valleye1/public_html/catalog/includes/modules/shipping/ups.php on line 265 Also get the same error with USPS.php if I disable the UPS module. If the customer is logged into their account then the error will not appear. I have checked, rechecked, and double checked every modified file and I can't find the problem. Here is the website: http://www.valley-ent.com/catalog
×
×
  • Create New...