Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

greasemonkey

Members
  • Posts

    1,371
  • Joined

  • Last visited

  • Days Won

    25

Reputation Activity

  1. Like
    greasemonkey got a reaction from The Lego Man in Quantity box in product listing 1.2 for 2.3   
    I'm not sure what you installed... I would un do it. There should be no new files... Only a couple quick edits to product_info (and product info language file) and application_top.
     
    Don't forget to back up first!!!!!
     
    This is the one I use; http://addons.oscommerce.com/info/7914 @@The Lego Man
  2. Like
    greasemonkey got a reaction from The Lego Man in Quantity box in product listing 1.2 for 2.3   
    Here is a simple (2 file changes) mod to add a quantity box to your Buy Now button on product_listing for 2.3.x.
     
    Located HERE
     
    Works with attributes by directing customer to product_info.
     
    If anyone wishes to contribute further I would love to figure out how to have the qty added to the box, when you are using buy now with a product with attributes, carried forward to the product_info qty box (a separate addon).
  3. Like
    greasemonkey got a reaction from The Lego Man in Quantity box in product listing 1.2 for 2.3   
    Try changing this;
     

    $prod_list_grid .= '<br>' . tep_draw_form('buy_now', tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id='. $listing[$x]['products_id']), 'POST') . '<table cellSpacing="0" cellPadding="0" width="100%"><tr><td align="right" width="25%">' . tep_draw_input_field('buyqty', '1', 'size=3 maxlength=3') . '</td><td align="center" width="75%" valign="absmiddle">' . tep_draw_button(IMAGE_BUTTON_BUY_NOW, 'cart') . '<td align="absmiddle">' . '</td></tr></table></form>';
     
    to
     

    $prod_list_grid .= '<br>' . tep_draw_form('buy_now', tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id='. $listing['products_id']), 'POST') . '<table cellSpacing="0" cellPadding="0" width="100%"><tr><td align="right" width="25%">' . tep_draw_input_field('buyqty', '1', 'size=3 maxlength=3') . '</td><td align="center" width="75%" valign="absmiddle">' . tep_draw_button(IMAGE_BUTTON_BUY_NOW, 'cart') . '<td align="absmiddle">' . '</td></tr></table></form>';
  4. Like
    greasemonkey got a reaction from imageanative in canada.post.rest.rate.service.oscommerce.V2.3   
    This should probably be moved to the Addons - Shipping forum...
     
    I will try and download in the next couple of weeks to see if I can make it work... I have an Canada Post automatic labels mod based on REST (that is very roughly written... but works). Maybe we can get both refined and working together...
  5. Like
    greasemonkey got a reaction from Pinball in Canada Post Automatic Labels   
    Hey Pinball, no nothing yet... I worked on it yesterday for about an hour and decided it is beyond my very limited experience...
     
    The entire interface has changed... And although the page looks builds there are several problems which I just do not understand...
     
    I called Can Post again to get an update on my support ticket, however, still have not received any info.
     
    As a backup I have one of the sponsor members (not sure if I should be using names...) working on a new 2.3 site - I have asked him if there is interest in building a new webserivces platform module... If he agree's to build the new platform however, it would be up to him to release it publicly...
     
    If he (the sponsor memeber) says no to building a new module, and Can Post does not reply... I will have to look elsewhere (probably an open bid on freelancer or something) to have the module built...
     
    Our business does signigicant volume via Can Post... and doing labels manually just takes too much time and is mistake prone....
×
×
  • Create New...