Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

auzStar

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    26

Reputation Activity

  1. Like
    auzStar got a reaction from Moxamint in [Addon] Twitter Typeahead Autocomplete Search for osC 2.3.4 (BS and nonBS)   
    Support Thread for Twitter Typeahead Autocomplete Search for osCommerce 2.3.4 (bootstrap and non-bootstrap)
     
    Report problems here.
     
    Feedback and comments appreciated.
     
     
    Download link:
    http://addons.oscommerce.com/info/9351
     
     
    cheers
  2. Like
    auzStar got a reaction from Bob Terveuren in [Contribution] NEW Australia Post Shipping Modules for osC 2.3.x   
    @@Bob Terveuren
     
    Thankyou Bob
     
    Fingers crossed :)
  3. Like
    auzStar reacted to Bob Terveuren in [Contribution] NEW Australia Post Shipping Modules for osC 2.3.x   
    No - it is not a mismatch - what you are seeing is down to the difference between the
     
    catalog/includes/classes/currencies.php file and admin/includes/classes/currencies.php files - as pointed out to you the latter is missing:
    function get_decimal_places($code) { return $this->currencies[$code]['decimal_places']; } if you add that into admin/includes/classes/currencies.php then the order editor add on should work. You may also have to cast the value at line 29 to an integer:
     
    'decimal_places' => (int)$currencies['decimal_places'],
     
     
    Shipping modules were never designed to be pulled into the admin side of things - when they are then you also need to have all the catalog operations available to them so, in this case the error lies in a combination or order editor and the stock code - not the shipping module. This has always been the case with osCommerce (at least since 2006) - that get_decimal_places is missing from the admin class.
  4. Like
    auzStar got a reaction from radhavallabh in [Contribution] Match Categories in Search Results for osCommerce versions 2.3.x   
    @@radhavallabh
     
    If you have the "Hidden Categories" add-on installed then you should have a "categories_status" field in the "categories" table, because the "Match Categories in Search Results" add-on relies on this when the setting Don't show hidden categories is set to true. If "categories_status" field is not used in the "categories" table, then there is some info in the install doco on how to modify the files.
     
    cheers
     
  5. Like
    auzStar reacted to 14steve14 in Access Denied For User-Please Help!   
    If it doesn't work on the latest version, for which it was never designed, you will have to get someone to code it correctly for you. you could then release it as an update to the benefit of the whole community. Moaning and doing nothing will not improve oscommerce, being proactive will. So get it coded correctly so it works, add it as an update in the addon area and help others. Failing that sit there do nothing and just moan.
     
    Sorry to sound harsh but you get out of something what you put in, especially when that product is FREE.
  6. Like
    auzStar reacted to Guest in [Contribution] Customer Testimonials for osCommerce 2.3.4   
    Hi
     
    Just recently installed this addon, works like a treat when set up correctly. If anyone can "muck' things up, its me, however instructions are precise and easy to follow.
     
    Weel done
     
    Kind rtegards
     
    Grandpa
  7. Like
    auzStar got a reaction from bruyndoncx in [Contribution] Match Categories in Search Results for osCommerce versions 2.3.x   
    Support Thread for Match Categories in Search Results for osCommerce versions 2.3.x
     
    Report problems here.
     
    I will monitor this thread and try to answer as many questions as I can.
     
    Feedback and comments appreciated.
     
     
    Download link:
    http://addons.oscommerce.com/info/9197
     
     
    Dom
  8. Like
    auzStar got a reaction from toughmama in [add-on] Discount Code (support)   
    @@toughmama
    $this->output[] = array('title' => (!empty($order_info) ? $check['discount_values'] . ' ' : '') . TEXT_DISCOUNT . (!empty($order_info) ? ' (' . $sess_discount_code . ')' : '') . ':', will display 25% Discount (bf2014):   cheers
×
×
  • Create New...