

spr1nt
Members-
Content count
99 -
Joined
-
Last visited
Profile Information
-
Real Name
nick
-
First of thanks for the contribution wheeloftime. I have a question though, im using the latest version and this problem keeps coming up so I was wondering if this issue was ever fixed? Ive been through this whole thread and couldnt seem to find the answer.
-
New UPS XML Shipping Module available
spr1nt replied to torinwalker's topic in General Add-Ons Support
sorry forgot to add that these A.M. options are not in my ups shipping module as you can see below. UPS 2nd Day Air A.M. UPS Next Day Air Early A.M. did i install this incorrectly? if not, is there someway i can manually remove them? -
New UPS XML Shipping Module available
spr1nt replied to torinwalker's topic in General Add-Ons Support
thanks for the help on my earlier problem janz. got another problem though. does anyone know if i can remove UPS 2nd Day Air A.M. and UPS Next Day Air Early A.M. from my shipping choices? UPS Ground UPS 3 Day Select UPS 2nd Day Air A.M. UPS 2nd Day Air UPS Next Day Air Early A.M. UPS Next Day Air upon doing my search for the answer i came across a post that had this as his shipping options so im guessing it is possible. I got the following shipping choices by doing that: UPS Ground $9.00 UPS 3 Day Select - 3 Business Days $16.04 UPS 2nd Day Air - 2 Business Days $20.64 UPS Next Day Air Saver - 1 Business Days $38.87 UPS Next Day Air - 1 Business Days @ 12:00 Noon $43.25 -
New UPS XML Shipping Module available
spr1nt replied to torinwalker's topic in General Add-Ons Support
tried doing a search within this topic but couldnt find the answers to these. how do i go about removing everything after United Parcel Service in the Delivery Information page? Better yet, can i just replace this whole line with UPS? United Parcel Service (XML) (1 pkg x 1 lbs total) United Parcel Service (XML) when you get to the confirmation page under shipping and billing method it shows: United Parcel Service (XML) (1 pkg x 1 lbs total) (UPS Ground): how do i just keep United Parcel Service (UPS Ground). basically i want to remove the # of package and total weight if possible. Thanks in advance for any help. -
quick question about this contribution. after installing it will buyers still be required to have a paypal account to checkout? im hoping it doesnt.
-
Description in Product Listing MS2 Error
spr1nt replied to spr1nt's topic in General Add-Ons Support
yes, fresh install with no other contributions installed. using the install.txt as a guide. i replaced the necessary files on my server with the ones included in the contributions. these: catalog/advanced_search_result.php catalog/index.php catalog/includes/classes/boxes.php catalog/includes/functions/general.php catalog/includes/modules/product_listing.php (removed colspan="<?php echo $colspan; ?>" from td tags as well) then made the necessary sql queries. INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Display Product Description', 'PRODUCT_LIST_DESCRIPTION', '99', 'Set to 0 to disable, set to 99 to enable.', '8', '11', '', '', NULL, NULL); INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Length of Truncated Product Description', 'PRODUCT_LIST_DESCRIPTION_LENGTH', '350', 'How many characters would you like to display? ', '8', '12', '2002-03-16 18:51:26', '2002-03-16 18:51:26', NULL, NULL); my result: http://s95228338.onlinehome.us/catalog3/index.php?cPath=2_19 :( -
after importing the sql commands and replacing the needed files in catalog, this is the error i get. on a fresh install of oscommerce 2.2 MS2. 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' p.products_id, p.manufacturers_id, p.products_price, p.produc select p.products_image, pd.products_name, pd.products_description, , p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '19' order by pd.products_name limit 0, 20 any help would be appreciated. -spr1nt
-
after installing Dynamic MoPics onto a fresh install of the latest oscommerce, everything seems to work fine except my original pic no longer has the "click to enlarge link" as you can see here. http://s95228338.onlinehome.us/nolink.jpg also, im trying to install this on an existing oscommerce install but im having problems understanding the install.html instructions. step #7 says "# Now find the following around lines 196-200: " but what am i suppose to do with it after i find it? step #8 tells me to "Save & Close the file `includes/languages/english/product_info.php`." i thought i was suppose to be modifying just the catalog/product_info.php? what am i suppose to with includes/languages/english/product_info.php? appriciate any help i can get. -spr1nt