Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rkoechel2004

Archived
  • Posts

    113
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ryan
  • Gender
    Male
  • Location
    Madison, WI
  • Website

Recent Profile Visitors

13,947 profile views

rkoechel2004's Achievements

  1. Anyone using this in combination with google checkout I'm getting the below error on shopping_cart.php Fatal error: Cannot redeclare class fedex1 in /path/to/my/site.com/httpdocs/includes/modules/shipping/fedex1.php on line 15
  2. I can't seem to get the code on login.php working correctly with purchase without account. Does anyone have these two working together correctly? Thanks for any help
  3. I added the tax class to the freeamount contribution and it is now working with google checkout.
  4. I just uploaded to the contributions section a new free amount package that adds the tax class and works with google checkout. here is the link: http://addons.oscommerce.com/info/146 -Ryan
  5. I'm trying to get google checkout working with the freeamount contribution located here: http://addons.oscommerce.com/info/146 The problem is that google checkout doesn't work with shipping contributions when they don't have a tax class assigned to them. I'm wondering if someone can help me with the code to add an option to assign a tax class to freeamount? Thanks Ryan
  6. This contribution works great. I'm wondering if it would be possible to make it so only the first 4 or 5 subcategories are displayed followed by a link that says "more" or something similar and clicking that link takes you to the subcategory page showing all of our subcategories. This will make it look better visually when you have lots of subcategories. Backcountry.com has basically what I'm looking for.
  7. Follow the instructions in my post a couple post earlier and the paging will work fine for categories, I haven't found a solution for the products by manufacturer paging. Thanks
  8. I found this post on a different SEO thread and it works perfectly to fix the paging problem with category pages, can someone help me adapt it for manufacturer pages? QUOTE(yeahyeahyeah @ Aug 2 2005, 02:41 PM) is there a way to incorporate ?page= into the URL when paginating a category's products? if this has already been addressed and i missed it, can someone point out where? thanks! i jury rigged a fix. i'm thinking this can be done in the seo class, but i did it in includes/classes/split_page_results.php if the other class is a better way, any help working this is appreciated. i replaced var $sql_query, $number_of_rows, $current_page_number, $number_of_pages, $number_of_rows_per_page, $page_name; with var $sql_query, $number_of_rows, $current_page_number, $number_of_pages, $number_of_rows_per_page, $page_name, $dummy; then if (isset($HTTP_GET_VARS[$page_holder])) { $page = $HTTP_GET_VARS[$page_holder]; } elseif (isset($HTTP_POST_VARS[$page_holder])) { $page = $HTTP_POST_VARS[$page_holder]; } else { $page = ''; } with preg_match("/(-c-).*\.html/",$_SERVER['REQUEST_URI'],$this->dummy); if($this->dummy[1]!=NULL) {//yeahyeahyeah. if we're on a category page do this preg_match("/-pp-(\d*)\.html/",$_SERVER['REQUEST_URI'],$matches); $page = $matches[1]; } else {//any other page with splits if (isset($HTTP_GET_VARS[$page_holder])) { $page = $HTTP_GET_VARS[$page_holder]; } elseif (isset($HTTP_POST_VARS[$page_holder])) { $page = $HTTP_POST_VARS[$page_holder]; } else { $page = ''; } } then return $display_links_string; with if($this->dummy[1]!=NULL)//yeahyeahyeah. if we're on a category page do this $display_links_string=preg_replace("/(-pp-\d*)?\.html\?page=(\d*)/","-pp-$2.html",$display_links_string);//attempt to rewrite using regex return $display_links_string; category page pagination will now look like baby-burp-cloths-ribbon-only-c-21_37-pp-2.html instead of baby-burp-cloths-ribbon-only-c-21_37.html?page=2
  9. I found this post on a different SEO thread and it works perfectly to fix the paging problem with category pages, can someone help me adapt it for manufacturer pages? QUOTE(yeahyeahyeah @ Aug 2 2005, 02:41 PM) is there a way to incorporate ?page= into the URL when paginating a category's products? if this has already been addressed and i missed it, can someone point out where? thanks! i jury rigged a fix. i'm thinking this can be done in the seo class, but i did it in includes/classes/split_page_results.php if the other class is a better way, any help working this is appreciated. i replaced var $sql_query, $number_of_rows, $current_page_number, $number_of_pages, $number_of_rows_per_page, $page_name; with var $sql_query, $number_of_rows, $current_page_number, $number_of_pages, $number_of_rows_per_page, $page_name, $dummy; then if (isset($HTTP_GET_VARS[$page_holder])) { $page = $HTTP_GET_VARS[$page_holder]; } elseif (isset($HTTP_POST_VARS[$page_holder])) { $page = $HTTP_POST_VARS[$page_holder]; } else { $page = ''; } with preg_match("/(-c-).*\.html/",$_SERVER['REQUEST_URI'],$this->dummy); if($this->dummy[1]!=NULL) {//yeahyeahyeah. if we're on a category page do this preg_match("/-pp-(\d*)\.html/",$_SERVER['REQUEST_URI'],$matches); $page = $matches[1]; } else {//any other page with splits if (isset($HTTP_GET_VARS[$page_holder])) { $page = $HTTP_GET_VARS[$page_holder]; } elseif (isset($HTTP_POST_VARS[$page_holder])) { $page = $HTTP_POST_VARS[$page_holder]; } else { $page = ''; } } then return $display_links_string; with if($this->dummy[1]!=NULL)//yeahyeahyeah. if we're on a category page do this $display_links_string=preg_replace("/(-pp-\d*)?\.html\?page=(\d*)/","-pp-$2.html",$display_links_string);//attempt to rewrite using regex return $display_links_string; category page pagination will now look like baby-burp-cloths-ribbon-only-c-21_37-pp-2.html instead of baby-burp-cloths-ribbon-only-c-21_37.html?page=2
  10. Does anyone know of a way to use this contribution and limit which users have access to which areas of the administration panel? Thanks Ryan
  11. Has anyone tried to implement a charge or void button in the admin panel to capture transactions that were only authorized? This feature would really make our order fulfillment process much more efficient. -Ryan
  12. I was using a stock 2.0 install. I just updated to 2.2.1 to see if that fixed the problem and it didn't. But the stock 2.2.1 still gives me the option of selecting a state. -Ryan
  13. After getting the first estimate the post code box is empty and the state goes back to "Please Select"
  14. So I've read this whole thread and have tried different fixes but can't seem to find a solution to my problem. When a user is logged in this contribution works flawless. When not logged in a user can get shipping estimates but when you click on a shipping method to have it applied to the order total estimate the page reloads and the state and zipcode information that the customer enter is gone and they have to start over. Any help would be appreciated. Ryan
  15. I found the problem. Php safe mode needs to be off I'm back in business Thanks for your ideas -Ryan
×
×
  • Create New...