Results 1 to 10 of 52

Hybrid View

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

    Default Re: Auction Site Attributes - Release Notification Thread

    Bug found:

    Please download attached file, unzip, and upload/overwrite to:

    /admin/includes/modules/
    Attached Files Attached Files

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

    Default Re: Auction Site Attributes - Release Notification Thread

    v1.04 AUCTION SITE ATTRIBUTES

    1. Bug fixes;
    2. Canada Post Module compatible;

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

    Default Re: Auction Site Attributes - Release Notification Thread

    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.

  4. #4
    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!

  5. #5
    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.

  6. #6
    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

  7. #7
    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');
    	}

 

 

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