Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 52
  1. #11
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,564
    Plugin Contributions
    71

    Default Re: Auction Site Attributes - Release Notification Thread

    Quote Originally Posted by BlessIsaacola View Post
    There is a define bug in the latest release: TEXT_PRODUCTS_READY_TO_SHIP_SELECTION is not defined.

    Also it probably wouldn't be a bad idea to implement the cosmestic change I posted in previous post. Having to scroll 500 px to the right on every product information page is not user friendly.

    Again none of these are functionality bugs so it's not a big deal.
    I'll add the define as a patch to download here.

    As for scrolling to the right, I'll just move the buttons to the left side of the page. However, you can simply hit enter and it will take you to the preview page!

  2. #12
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Auction Site Attributes - Release Notification Thread

    Quote Originally Posted by numinix View Post
    I'll add the define as a patch to download here.

    As for scrolling to the right, I'll just move the buttons to the left side of the page. However, you can simply hit enter and it will take you to the preview page!
    Like I said these are no big deals I simply changed mine to the code previously posted to have a look that I want instead of a messed up screen and I already add the define.

    It's not about pressing enter 2x to preview, it's the fact that the editor window or textarea is also stretched ridiculously as a result of setting product phrases to 500px. It's a matter of preference and the code to solve the problem is posted for whoever wants the change.

  3. #13
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,564
    Plugin Contributions
    71

    Default Re: Auction Site Attributes - Release Notification Thread

    The version on my website also includes the updates, no new version number.
    Attached Files Attached Files

  4. #14
    Join Date
    Nov 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Auction Site Attributes - Release Notification Thread

    Version 1.05 on your website appears to be missing a closing bracket from admin/includes/modules/product/collect_info.php on line 106:

    Code:
    	if (!defined(MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS) {
    		define('MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS', 'none');
    	}
    I believe it should be:

    Code:
    	if (!defined(MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS)) {
    		define('MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS', 'none');
    	}

  5. #15
    Join Date
    Nov 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Auction Site Attributes - Release Notification Thread

    Quote Originally Posted by BlessIsaacola View Post
    The problem with the screen being over-extended is related to this code:

    HTML Code:
    <tr bgcolor="#DDEACC">
                <td class="main"><?php echo TEXT_PRODUCTS_PHRASES; ?></td>
                <td class="main" colspan="2"><?php echo zen_draw_separator('pixel_trans.gif', '24', '15') . '&nbsp;' . zen_draw_input_field('products_phrases', $pInfo->products_phrases, 'size="500"'); ?></td>
              </tr>
    I adjusted this to 125 and that works for me.
    Thanks for posting this - a page width of 500 would have become very frustrating very quickly!

  6. #16
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,564
    Plugin Contributions
    71

    Default Re: Auction Site Attributes - Release Notification Thread

    Quote Originally Posted by ARRSE View Post
    Thanks for posting this - a page width of 500 would have become very frustrating very quickly!
    I'd like it to be 101 chars wide and 5 chars in height so that each row could be 100 characters but I'd have to make a text block. Anyone who is familiar with zen cart's text block function can post the code and I will add it to the next version. Please add the closing bracket as described above.

    I'll probably add a separate 100 character line for each phrase.

  7. #17
    Join Date
    Nov 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Auction Site Attributes - Release Notification Thread

    Just re-read my post - can't believe that I completely forgot to say thank you for yet another very impressive contribution. Great support too .....

  8. #18
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,564
    Plugin Contributions
    71

    Default Re: Auction Site Attributes - Release Notification Thread

    v1.07 AUCTION SITE ATTRIBUTES

    1. bug fix;

    Other Numinix Technology News:

    I've added a link to the top of the downloads section so that Zen Cart members can subscribe to updates to the downloads section. Now you'll never miss a new module or bug fix! Simply click on the large RSS icon in the category description, or use the link from the footer.

  9. #19
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Auction Site Attributes - Release Notification Thread

    Quote Originally Posted by numinix View Post
    v1.07 AUCTION SITE ATTRIBUTES

    1. bug fix;

    Other Numinix Technology News:

    I've added a link to the top of the downloads section so that Zen Cart members can subscribe to updates to the downloads section. Now you'll never miss a new module or bug fix! Simply click on the large RSS icon in the category description, or use the link from the footer.

    I just installed version 1.0.7 and this is the error I am getting:

    1054 Unknown column 'p.products_EHF' in 'field list'

    I am assuming this probably expecting a mod that I don't have installed. Any ideas on how to fix this?

    Thanks!

  10. #20
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Auction Site Attributes - Release Notification Thread

    It looks like it's related to the environmental handling fee which I don't have that mod installed.

 

 
Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Ebay/Yahoo Auction Payment Through site?
    By godspeed27 in forum General Questions
    Replies: 3
    Last Post: 27 Feb 2007, 03:55 AM
  2. v1.3.7 Released !
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 30 Dec 2006, 09:27 PM
  3. v1.3.5 Released !
    By DrByte in forum Zen Cart Release Announcements
    Replies: 2
    Last Post: 6 Sep 2006, 03:20 AM
  4. v1.3.0.2 Released
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 22 Jun 2006, 01:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg