-
Content count
47 -
Joined
-
Last visited
Profile Information
-
Real Name
Evan
-
Gender
Male
- Website
-
-
I am having this problem. I tried to reproduce the problem. The PayPal button appears on shopping_cart.php and if I use it, no shipping info is displayed on the PayPal page. I have PayPal Express and UPSXML installed. I found a solution here: http://www.oscommerce.com/community/contributions,7333 , but after commenting out the section in paypal_express.php it still displays the button on shopping_cart.php. Is there another solution? I found this in shopping_cart.php: <?php $initialize_checkout_methods = $payment_modules->checkout_initialization_method(); if (!empty($initialize_checkout_methods)) { ?> <p align="right" style="clear: both; padding: 15px 50px 0 0;"><?php echo TEXT_ALTERNATIVE_CHECKOUT_METHODS; ?></p> <?php reset($initialize_checkout_methods); while (list(, $value) = each($initialize_checkout_methods)) { ?> <p align="right"><?php echo $value; ?></p> <?php } } ?> Can I just comment this code out?
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
telavir replied to spidometrs's topic in General Add-Ons Support
Is there a way to define the desired item URL? I have some items that are generating improperly. For example I have a two-way widget that is coming out just widget. The two-way keywords define the item better than just a widget. -
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
telavir replied to spidometrs's topic in General Add-Ons Support
I have a fresh install of 2.3.1 and I would like to know if this is compatible with it? -
New UPS XML Shipping Module available
telavir replied to torinwalker's topic in General Add-Ons Support
Oh, I didn't realize that. When I saw that there were many files that needed to be replaced I dropped it. On your suggestion I tried it again. I did NOT replace any files and made the one code change and it works like a charm. UPSXML is compatible with 2.3.1. -
New UPS XML Shipping Module available
telavir replied to torinwalker's topic in General Add-Ons Support
Is anyone monitoring this module or is there another module that takes this one's place? -
New UPS XML Shipping Module available
telavir replied to torinwalker's topic in General Add-Ons Support
I just attempted to install this module on 2.3.1 and got lost when I tried to insert the code into the respective files. It doesn't match up. Will there be a 2.3.1 version released soon? I am not a Ninja Code Monkey and am unable to modify the existing code to make it work. -
New UPS XML Shipping Module available
telavir replied to torinwalker's topic in General Add-Ons Support
Is this compatible with 2.3.1? -
New UPS XML Shipping Module available
telavir replied to torinwalker's topic in General Add-Ons Support
It might be "yet." I'll have to check into that. I am using OSC 2.2 Milestone 2. Was that changed since then? When the customer enters their State it is a text box (no dropdown). I tested it by spelling it out and received the error. -
New UPS XML Shipping Module available
telavir replied to torinwalker's topic in General Add-Ons Support
I'm not sure what you mean. We get discounts from UPS on our rates. I think it has something to do with the fact that the state is spelled out. This question probably belongs in another section, but is there some setting somewhere to change it to a standard drop down for US states? -
New UPS XML Shipping Module available
telavir replied to torinwalker's topic in General Add-Ons Support
I've installed it, configured it, it links with UPS, and it all seems to work fine. Then I tested it. I tested a destination in colorado and one in Las Vegas. It gave me $3 - Ground, $12 - 3 Day Select & $13 - Next Day Saver for both entries. On my UPS machine it was $5.60 and $4.70 for a 1lb package. What do I need to do? Update - I received an error from UPS that states: UPSXML Rates Error: 110206: Missing/Illegal ShipTo/Address/StateProvinceCode experienced by customer with id 129 on 2007-09-20 11:36:59 -
Offical Google Checkout module for osCommerce Support Thread
telavir replied to Silverado05's topic in Other
I restored the backup and reinstalled the module. It works! Not without errors though. 1. When I run shipping_method_generator.php it comes up with the methods for UPS (I only use UPS) just fine. It generates no code and gives me an error: * ups WXS has an empty "Method Fancy Name" 2. I activated it and began a test order (with the live system) and the button said "Error: Shipping Methods not configured ups (ignored)" I'm not sure what this is. I looked throught the thread and found references to using UPSXML. So I downloaded it and began to install it, but the code it wants me to enter into modules.php looks like it will conflict with the Google Checkout code. I'm not sure what to do. -
Offical Google Checkout module for osCommerce Support Thread
telavir replied to Silverado05's topic in Other
I renamed the files on the server. Then uploaded the new files. When things went wrong I deleted the new files and renamed the old files. When that didn't work I uploaded the original files from the original downloaded zip file. The problem persists as you can see. I'm not sure what to do. -
Offical Google Checkout module for osCommerce Support Thread
telavir replied to Silverado05's topic in Other
I'm using a TemplateMonster template from 5/25/06. I installed the module manually. I backed up the changed files. Ran the site and received this error: Fatal error: Cannot redeclare tep_set_banner_status() (previously declared in /home/cedarsho/public_html/shop/includes/functions/general.php:694) in /home/cedarsho/public_html/shop/includes/functions/banner.php on line 15 I've since removed the files. Restored the backup and I still receive the error above. I've tried in 3 different browsers and the same thing comes up. How do I fix this without losing my other modules and format changes?