

maxtors
Members-
Content count
57 -
Joined
-
Last visited
Everything posted by maxtors
-
Looking For Testers: New PayPal App
maxtors replied to Harald Ponce de Leon's topic in Add-Ons Development
will this work with RC1? -
Verifying Compatibility: USPS 7 Sept 2014 Update
maxtors replied to Supertex's topic in Shipping Modules
i am having a nightmare trying to get the USPS to work i keep getting a checkout shipping loop with the new files anyone else have this problem? -
I'm stuck in a checkout shipping loop???
-
this is not working for me also i am on rc1 anyone get a working USPS? need to fix this asap
-
Heads Up: July 28, 2013 USPS Name Change for Express Mail
maxtors replied to krdito's topic in Shipping Modules
anyone get Priority and Express Mail international working? -
can someone help me make this contribution compliant with the new Google Feed specifications from September 22 2011 Missing recommended attribute: availability Missing recommended attribute: google product category http://addons.oscommerce.com/info/6531
-
try this $this->intl_types = array('GLOBAL EXPRESS' => 'Global Express Guaranteed', 'GLOBAL EXPRESS NON-DOC RECT' => 'Global Express Guaranteed Non-Document Rectangular', 'GLOBAL EXPRESS NON-DOC NON-RECT' => 'Global Express Guaranteed Non-Document Non-Rectangular', 'EXPRESS MAIL INT' => 'Express Mail International', 'EXPRESS MAIL INT FLAT RATE ENV' => 'Express Mail International Flat-Rate Envelope', 'PRIORITY MAIL INT' => 'Priority Mail International', 'PRIORITY MAIL INT FLAT RATE ENV' => 'Priority Mail International Flat-Rate Envelope', 'PRIORITY MAIL INT FLAT RATE BOX' => 'Priority Mail International ' . $this->PriorityFlatRateBoxType, 'FIRST-CLASS MAIL INT' => 'First Class Mail International package** ' . $this->FirstClassIntType', 'First Class Mail Int Lrg Env' => 'First-Class Mail International Large Envelope**', 'First Class Mail Int Package' => 'First-Class Mail International Package**', 'First Class Mail Int Letter' => 'First-Class Mail International Letter**');
-
Here is My quick fix for USPS domestic rates and international issues i tested both and both are now working Find $this->intl_types = array('GLOBAL EXPRESS' => 'Global Express Guaranteed', 'GLOBAL EXPRESS NON-DOC RECT' => 'Global Express Guaranteed Non-Document Rectangular', 'GLOBAL EXPRESS NON-DOC NON-RECT' => 'Global Express Guaranteed Non-Document Non-Rectangular', 'EXPRESS MAIL INT' => 'Express Mail International', 'EXPRESS MAIL INT FLAT RATE ENV' => 'Express Mail International Flat-Rate Envelope', 'PRIORITY MAIL INT' => 'Priority Mail International', 'PRIORITY MAIL INT FLAT RATE ENV' => 'Priority Mail International Flat-Rate Envelope', 'PRIORITY MAIL INT FLAT RATE BOX' => 'Priority Mail International ' . $this->PriorityFlatRateBoxType, 'FIRST-CLASS MAIL INT' => 'First Class Mail International package** ' . $this->FirstClassIntType); Find $size = sizeof($uspsQuote); for ($i=0; $i<$size; $i++) { list($type, $cost) = each($uspsQuote[$i]); $type = str_replace('<sup>&reg;</sup>', '', $type); $type = str_replace('<sup>&trade;</sup>', '', $type); $type = str_replace('**', '', $type); Find $service = ereg('<SvcDescription>(.*)</SvcDescription>', $services[$i], $regs); $service = $regs[1]; $service = str_replace('<sup>&reg;</sup>', '', $service); $service = str_replace('<sup>&trade;</sup>', '', $service); $postage = ereg('<Postage>(.*)</Postage>', $services[$i], $regs);
-
Here is My quick fix for USPS domestic rates and international issues i tested both and both are now working Find $this->intl_types = array('GLOBAL EXPRESS' => 'Global Express Guaranteed', 'GLOBAL EXPRESS NON-DOC RECT' => 'Global Express Guaranteed Non-Document Rectangular', 'GLOBAL EXPRESS NON-DOC NON-RECT' => 'Global Express Guaranteed Non-Document Non-Rectangular', 'EXPRESS MAIL INT' => 'Express Mail International', 'EXPRESS MAIL INT FLAT RATE ENV' => 'Express Mail International Flat-Rate Envelope', 'PRIORITY MAIL INT' => 'Priority Mail International', 'PRIORITY MAIL INT FLAT RATE ENV' => 'Priority Mail International Flat-Rate Envelope', 'PRIORITY MAIL INT FLAT RATE BOX' => 'Priority Mail International ' . $this->PriorityFlatRateBoxType, 'FIRST-CLASS MAIL INT' => 'First Class Mail International package** ' . $this->FirstClassIntType); Find $size = sizeof($uspsQuote); for ($i=0; $i<$size; $i++) { list($type, $cost) = each($uspsQuote[$i]); $type = str_replace('<sup>&reg;</sup>', '', $type); $type = str_replace('<sup>&trade;</sup>', '', $type); $type = str_replace('**', '', $type); Find $service = ereg('<SvcDescription>(.*)</SvcDescription>', $services[$i], $regs); $service = $regs[1]; $service = str_replace('<sup>&reg;</sup>', '', $service); $service = str_replace('<sup>&trade;</sup>', '', $service); $postage = ereg('<Postage>(.*)</Postage>', $services[$i], $regs);
-
Have installed this contribution on a heavily modified site but i ran into a few problems maybe someone can help me with 1: on product_info if i put a price of 0.00 for the master product it is still showing a price of 0.00 2: master and slave products are still showing on product_new page 3: how come slave product images do not pop-up into a larger image when clicked?
-
Offical Google Checkout module for osCommerce Support Thread
maxtors replied to Silverado05's topic in Other
Hi i have v1.5 and it works fine but my orders.php page takes 20 to 30 sec to load anyone else have this problem or know how i can fix this asap thanks -
Hi i installed GCO works fine but in my admin orders it is very slow to load like 10 sec to open an order did not happen before i installed GCO? anyone else have this problem?
-
That did not fix it anything else i can try?
-
Hello mcafee secure gave me a problem with this contribution with an SQL Injection error does anyone know how i can fix this error with out removing the contribution thanks
-
Hello i am also looking for this
-
how do i change the width to the clean theme?
-
Hi can someone point me in the right direction on how this was set up i cant seem to find a contribution to do this
-
what contribution was used on this site?
maxtors replied to maxtors's topic in General Add-Ons Support
Hi here is the link to the site salonperfume com/cologne/ralph-lauren-romance-1790.html i need a way to set up my attributes the same way they did where they have for him and minis on that page in the link -
I have the same problem is something missing? Anyone?
-
Hello i have OSC rc1 i am trying to install Ship In Cart v2.2.1 it installed fine i also have USPS Methods 3.0 when i click on cart and type in my zip code to calculate shipping it works the first time but if i try a different zip code i get a Fatal error: Cannot redeclare round_up() (previously declared in includes/modules/shipping/usps.php:107) in includes/modules/shipping/usps.php on line 107 Does anyone know how i can fix this error?
-
Hello i have OSC rc1 i am trying to install Ship In Cart v2.2.1 it installed fine i also have USPS Methods 3.0 when i click on cart and type in my zip code to calculate shipping it works the first time but if i try a different zip code i get a Fatal error: Cannot redeclare round_up() (previously declared in includes/modules/shipping/usps.php:107) in includes/modules/shipping/usps.php on line 107 Does anyone know how i can fix this error?
-
Hello how can i show all my products random on the home page and not just the last added items here is my code from my new_products.php if anyone can help me out thanks <?php /* $Id: new_products.php,v 1.34 2003/06/09 22:49:58 hpdl Exp $ */ ?> <!-- new_products //--> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => TABLE_HEADING_NEW_PRODUCTS); new infoBoxHeadingProduct($info_box_contents,true,true,100); // new contentBoxHeading($info_box_contents); ?> <?php if ( (!isset($new_products_category_id)) || ($new_products_category_id == '0') ) { $new_products_query = tep_db_query("select p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from " . TABLE_PRODUCTS . " p left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id where products_status = '1' order by p.products_date_added desc limit " . MAX_DISPLAY_NEW_PRODUCTS); } else { $new_products_query = tep_db_query("select distinct p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from " . TABLE_PRODUCTS . " p left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_CATEGORIES . " c where p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id = '" . (int)$new_products_category_id . "' and p.products_status = '1' order by p.products_date_added desc limit " . MAX_DISPLAY_NEW_PRODUCTS); } $row = 0; $col = 0; $info_box_contents = array(); while ($new_products = tep_db_fetch_array($new_products_query)) { $new_products['products_name'] = tep_get_products_name($new_products['products_id']); $sql = 'SELECT `products_description` FROM `products_description` WHERE products_id ='.$new_products['products_id'].' && language_id='.(int)$languages_id; $description_query = tep_db_query($sql); $description = mysql_fetch_array($description_query, MYSQL_ASSOC); $description['products_description'] = substr($description['products_description'], 0, 65); $desc_len = strlen($description['products_description']); $description['products_description'][$desc_len-1] = '.'; $description['products_description'][$desc_len-2] = '.'; $description['products_description'][$desc_len-3] = '.'; if ( ($col == 1 && $row == 0) || ($col == 1 && $row == 2) ){ $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'width="1" height="100%" valign="middle"', 'text' => '<table height="115" width="100%" background="'.DIR_WS_IMAGES .'m_vert.jpg" border="0" cellspacing="0" cellpadding="0" > <tr> <td><div style="width:1px"></div></td> </tr> </table>'); } elseif (($col == 0 && $row == 1) || ($col == 2 && $row == 1)) { $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'height="1"', 'text' => '<table width="90%" background="'.DIR_WS_IMAGES .'m_horizontal.jpg" border="0" cellspacing="0" cellpadding="0" > <tr> <td></td> </tr> </table>'); } elseif ($col == 1 && $row == 1) { $info_box_contents[$row][$col] = array('align' => '', 'params' => '', 'text' => ' '); } else { $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'width="50%" class="main" valign="top"', 'text' => ' <table width=100% cellpadding=0 cellspacing=0 border=0> <tr> <td height="19px">'.$new_products['products_name'].'</td> </tr> <tr><td><table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr><td> <a href="'. tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) .'">'. tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'align="center"') . ' </a> </td></tr> <tr><td> <span style="font:bold 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;color:red; border-top:7px solid #ffffff; border-bottom:7px solid #ffffff;">'. $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])).' </span> </td> </tr> <tr><td colspan="2" class="main" valign="top"> <table width="90%" border="0" cellspacing="0" cellpadding="0" valign="bottom"> <tr> <td align="CENTER"> <div>'.tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')).' <a class="buy" href="'.tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']).'" style="text-decoration:none;"> Details </a><img src="images/razdelitel.gif"> '. tep_draw_hidden_field('products_id', $new_products['products_id']) . tep_image_submit('add_to_cart.gif', IMAGE_BUTTON_IN_CART) .'</form> </div> </td> </tr> </table></form> </td></tr> </table> </td></tr> </table> </div>'); } $col ++; if ($col > 2) { $col = 0; $row ++; } }?> <div style="border-left:2px solid #96BB46;border-right:2px solid #96BB46; height:376px;"><div style="width:100%; height:3px;"></div><?php new contentBox($info_box_contents, 0);?></div> <?php new infoBoxFooterProduct(); ?> <!-- new_products_eof //-->