Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hfinlay10

Pioneers
  • Posts

    18
  • Joined

  • Last visited

Posts posted by hfinlay10

  1. Hi,

     

    Great add-on, but I have a similar (but not exact same) problem.

     

    Everything works fine, but regardless of order status settings, successful orders *always* have a status of Processing and so have the "on hold" message (even though Download Now Available is set to default), and the download link is only available if I manually set the status to Download Now Available (even though the download should be available when "Processing" is the status).

     

    Also what is the significance of the Downloads Controller Status Value?

     

    Cheers

  2. Hi Jan,

     

    I am loving this contribution, and it is working well.

     

    I just have a question: If I have something for sale with a retail price set and no wholesale price, when a wholesaler logs in they see the item for sale with the retail price. Is this the way it is designed to work, or do I have something set up incorrectly?

     

    I would prefer that if a wholesaler logs in and there is nothing with a wholesale price then they see nothing for sale. Otherwise they have no way of easily telling if what they are seeing is the wholesale or retail price (other than logging out and browsing the shop without logging in).

     

    Thanks.

  3. Actually, it is not a bug - it is a feature :)

     

    The length that is displayed is hardcoded in the admin/customers.php file (see around line 1218 - example for entry company):

     

    
    // BOF customer_sort_admin_v1 adapted for Separate Pricing Per Customer ?>
                   <td class="dataTableContent"><?php
                   if (strlen($customers['entry_company']) > 16 ) {
                print ("<acronym title=\"".$customers['entry_company']."\">".substr($customers['entry_company'], 0, 16)." </acronym>");
                } else {
                   echo $customers['entry_company']; } ?></td>
                   <td class="dataTableContent"><?php
    

     

    Hi Jan,

     

    Thanks for that, I see it now, and it works as you say.

     

    Great add-on, thanks.

     

    If the length of the company name is larger than 16 characters it will show those 16 and the full name in a small popup when you hover over it with your mouse pointer (is implemented differently in different browsers, usually there is a small delay before popping-up the acronym text).

  4. Hi,

     

    I have this add-on and it works really well-am very happy with.

     

    Only bug I can find--and really annoys--is that company and names (first and surname) don't display the full name, even though the field is long enough on form and there is plenty of room in the column as displayed in admin ("Bendigo Wholefoods" is complete on SQL table and in Admin record, but I simply can't getit to display fully here. Any ideas greatly appreciated--a little thing but it's driving me nuts!

     

    I've worked through /admin/customers.php and been able to change the column widths, but this does not change the text displayed.

     

    Capture.JPG

     

     

     

     

    Thanks

  5. Hi,

     

    I have this add-on and it works really well-am very happy with.

     

    Only bug I can find--and really annoys--is that company and names (first and surname) don't display the full name, even though the field is long enough on form and there is plenty of room in the column as displayed in admin ("Bendigo Wholefoods" is complete on SQL table and in Admin record, but I simply can't getit to display fully here. Any ideas greatly appreciated--a little thing but it's driving me nuts!

     

     

    Capture.JPG

     

     

    Thanks

  6. Hi,

     

    I've installed Customers List Improved 16.6, and while it allows me to click on various column heads in the table displayed in Admin>Customers, and the URL changes to reflect the change in sort order, tyhere is no change to the display of the table - it always just sorts on customers_lastname in descending order.

     

    Any clues here?

     

    TIA

×
×
  • Create New...