

webwork
Members-
Content count
37 -
Joined
-
Last visited
Profile Information
-
Real Name
Di Yan
Recent Profile Visitors
4,114 profile views
-
webwork started following Multi_Vendor_Shipping new thread
-
Hi, In the my oscommerce installation, v2.3.4.1 CE, there are only four shipping modules, flat, table, per item and zone rates in includes/modules/. After I installed this addon and enable the vendor shipping with upsxml, I cannot see upsxml shipping with checkout. Do I miss some in installation? Thank you for your help in advance!
-
### POINTS AND REWARDS MODULE V1.00 ###
webwork replied to deep-silver's topic in General Add-Ons Support
I tried to install this contribution to my living server. I got the following message: Warning: Cannot modify header information - headers already sent by (output started at /home/ufashio1/public_html/catalog/point_reward_db_installer.php:31) in /home/ufashio1/public_html/catalog/point_reward_db_installer.php on line 242 Please help. Thanks, -
### POINTS AND REWARDS MODULE V1.00 ###
webwork replied to deep-silver's topic in General Add-Ons Support
I have install this great contribution. I have a issue about shipping cost tax. Sub-Total: $30.00 United States Postal Service (1 x 8lbs) (Parcel Post): $9.56 TX TAX 8.25%: $3.26 Points Redeemed: -$42.04 (30.00 * 8.25% + 9.56) <<< I expect (30.00 + 9.56)* 8.25% >>>> Total: $0.78 The points redeemed doesn't include shipping cost tax. Could any one give a help? Thanks, -
PayPal WPP Direct Payments & Express Checkout Support
webwork replied to dynamoeffects's topic in Other
Thank you for your reply. Another question related with WPP. Issue Refund button doesn't update the state. Is this known issue? Any solution? What the purpose of Add charge button? Thanks, -
PayPal WPP Direct Payments & Express Checkout Support
webwork replied to dynamoeffects's topic in Other
Hi, Where can I find the one page checkout? Is there site I can look and feel? Thanks, -
PayPal WPP Direct Payments & Express Checkout Support
webwork replied to dynamoeffects's topic in Other
Hi Glen, Would you give me more instructions or do you or someone could give me help with it? My email is diyan1@yahoo.com Thanks, -
PayPal WPP Direct Payments & Express Checkout Support
webwork replied to dynamoeffects's topic in Other
Here the error: Did PayPal respond without errors? (If not, errors are below) No Internal Error (10001) Internal Error -
PayPal WPP Direct Payments & Express Checkout Support
webwork replied to dynamoeffects's topic in Other
How do I do that? Just load it under catalog/ and run it? Thanks -
PayPal WPP Direct Payments & Express Checkout Support
webwork replied to dynamoeffects's topic in Other
Thank you for your quick replay. I am using Justhost as hoster. 1. link from button: current shop_cart url: http://www.domain.com/catalog/shopping_car...0e99d5dba4e9a84 ec button link: https://domain.com/catalog/shopping_cart.ph...0e99d5dba4e9a84 2. I created a seller and a buyer account. In seller account I created API with certificate("cert_key_pem.txt") and put it in /cert directory -
PayPal WPP Direct Payments & Express Checkout Support
webwork replied to dynamoeffects's topic in Other
I have installed v1.0.6 on 2.2 cr2. I have some other add-ons. I setup a paypal sandbox account. My problems are 1. "express checkout" dosen't go to paypal site. It just return to current page. 2. "direct pay". I cannot see any activity on the seller account. I don't know if it really goes to paypal when I finish the checkout. Where should I look for? Or Is there someone can help me to integrate this add-on and how much? Please contact me at diyan1@yahoo.com. Thank you for your help. -
Hi, Thank you for your great contribution. I looked at the code. I think there is a problem. Correct me if there are some other potential issues with the change. line#12 foreach( $IPlist as $Whiteip ) { $test = strcmp($Whiteip,$ipw); } if ($test > 0){ replace with: $test = 1; foreach( $IPlist as $Whiteip ) { $test = strcmp($Whiteip,$ipw); if ($test === 0) break; } if ($test === 0){ Thank,
-
Hi, Just add this great contribution(v3.5.10). I have some questions. 1. My admin is running under SSL. When run the site, all link are under SSL. https://mysite.com/catalog/product_info.php?products_id=1 --> 2009-07-18 20:32:50 I think it should be no-ssl link. How can I fix it. 2. I installed URLSEO. The link still show original format. Is it ok for search engine to read the no-seo link? 3. in maintain page, the default frequence and time zone cannot be changed. Thank you for your help
-
Hi, I install CCGV_fixed5xx on OSC v2.2 rc2. I create a GIFT voucher in catagory. 1. I (customer) can buy it. How can I get the voucher? 2. I (admin) can send a voucher to customers. In the email there is the voucher code. However I cannot redeem it. It shows invalid code. 3. I(customer) can see my voucher value. How can I get the code in my account? Your help is appreciated. Thanks, Di
-
Hi, In the page control, I tried to input for index.php page . Clicke update and got the following error. Please help. Thanks, Di 1366 - Incorrect integer value: '' for column 'sortorder_title' at row 1 update headertags set page_title = 'Online fashion store', page_description = 'We sell handbag, jewlry, belt, sunglass, shoe and accessory.', page_keywords = 'handbag, jewlry, belt, sunglass, shoe and accessory', page_logo = 'new logo text', append_default_title = '0', append_default_description = '0', append_default_keywords = '0', append_default_logo = '0', append_category = '0', append_manufacturer = '0', append_product = '1', append_root = '1', sortorder_title = '', sortorder_description = '', sortorder_keywords = '', sortorder_logo = '', sortorder_category = '', sortorder_manufacturer = '', sortorder_product = '10', sortorder_root = '1' where page_name LIKE 'index.php' and language_id = '1'
-
Hi, I use PC as local host. =============================== Server Host: (192.168.0.17) Database Host: localhost (127.0.0.1) Server OS: Database: MySQL 5.0.67-community-nt Server Date: 07/10/2009 22:37:46 Datebase Date: 07/10/2009 22:37:46 Server Up Time: HTTP Server: Microsoft-IIS/5.1 PHP Version: 5.2.6 (Zend: 2.2.0) =============================== I installed osc with /catalog/diretory. I installed SEO Urls 5 with upload the files and manually changed the files following "install_modify_files.html". I try to access the front page http://localhost/catalog/index.php?osCsid=...gfl77a4ug2fl580 It shows "Page not found". Your help is very appreciated. Thanks,