Results 1 to 10 of 461

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,636
    Plugin Contributions
    88

    Default Re: FEEDBACK ON BETA of v1.5.5

    Fresh install, using zip-file created at approximately 10am EST.

    System Setup step. Need to determine whether you're going to use the US or UK spelling of license/licence:

    Code:
    License
    Agree to licence terms:
    (Check the box to agree to GPL 2 licence terms. Click the title in the left column to view the license.)

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,636
    Plugin Contributions
    88

    Default Re: FEEDBACK ON BETA of v1.5.5

    zc_install, Step: Database Setup.

    Click on the link entitled Database Tablename Prefix. The help text reads:
    Code:
    What is the prefix you would like used for database tables? Example: 'zen_' TIP: Leave empty if no prefix is needed.
    You can use prefixes to allow more than one store to share the same database.
    My thought is that some more literally-inclined people are going to include the single-quotes because the example text contained them:
    Code:
    'zen_'
    Perhaps use either bold or italic to emphasize the zen_, moving the "TIP" to the next line?

  3. #3
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: FEEDBACK ON BETA of v1.5.5

    Hi

    Have pushed change for this.

    Quote Originally Posted by lat9 View Post
    zc_install, Step: Database Setup.

    Click on the link entitled Database Tablename Prefix. The help text reads:
    Code:
    What is the prefix you would like used for database tables? Example: 'zen_' TIP: Leave empty if no prefix is needed.
    You can use prefixes to allow more than one store to share the same database.
    My thought is that some more literally-inclined people are going to include the single-quotes because the example text contained them:
    Code:
    'zen_'
    Perhaps use either bold or italic to emphasize the zen_, moving the "TIP" to the next line?

  4. #4
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: FEEDBACK ON BETA of v1.5.5

    I re-ordered the tpl_product_info_display.php and the right sideboxes drop to the footer area and move to the left.

    You can see it here

    I also want to add a background image and it will not appear when background coding is added to the stylesheetin the "body" area.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: FEEDBACK ON BETA of v1.5.5

    Are you sure that you have the latest Zip of v155 installed? I cannot repeat this issue ...

    What sideboxes on the right column are turned on?

    Can you zip and attach your file for the tpl_product_info.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by Ajeh View Post
    Are you sure that you have the latest Zip of v155 installed? I cannot repeat this issue ...

    What sideboxes on the right column are turned on?

    Can you zip and attach your file for the tpl_product_info.php
    On the right side, I have Search and Product Notifications

    zip file attachedtpl_product_info_display.zip

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by charmedbytina2 View Post
    On the right side, I have Search and Product Notifications

    zip file attachedtpl_product_info_display.zip
    If I compare your file to the original there appears to be a lot of extra </div> in it and if I remove those it seems to fix it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by charmedbytina2 View Post
    I re-ordered the tpl_product_info_display.php and the right sideboxes drop to the footer area and move to the left.

    You can see it here

    I also want to add a background image and it will not appear when background coding is added to the stylesheetin the "body" area.
    The background image is working. If you want it to show you would need to remove the background color from the #headerWrapper and #mainWrapper.

    There is a bug in the tpl_header.php file and I just submitted a fix for it ;)

    Thanks,

    Anne

  9. #9
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by picaflor-azul View Post
    The background image is working. If you want it to show you would need to remove the background color from the #headerWrapper and #mainWrapper.

    There is a bug in the tpl_header.php file and I just submitted a fix for it ;)

    Thanks,

    Anne

    Anne,

    Thanks! I'll look for the updated file and try the background image again.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,636
    Plugin Contributions
    88

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by lat9 View Post
    Fresh install, using zip-file created at approximately 10am EST.

    System Setup step. Need to determine whether you're going to use the US or UK spelling of license/licence:

    Code:
    License
    Agree to licence terms:
    (Check the box to agree to GPL 2 licence terms. Click the title in the left column to view the license.)
    Quote Originally Posted by lat9 View Post
    zc_install, Step: Database Setup.

    Click on the link entitled Database Tablename Prefix. The help text reads:
    Code:
    What is the prefix you would like used for database tables? Example: 'zen_' TIP: Leave empty if no prefix is needed.
    You can use prefixes to allow more than one store to share the same database.
    My thought is that some more literally-inclined people are going to include the single-quotes because the example text contained them:
    Code:
    'zen_'
    Perhaps use either bold or italic to emphasize the zen_, moving the "TIP" to the next line?
    Verified that these are corrected in the zip-file just created/downloaded.

 

 

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Community feedback invited for v155-beta [now closed]
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 11 Feb 2016, 01:38 AM
  3. v1.3.9 (Beta now closed. See official release)
    By DrByte in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 19 Apr 2010, 05:03 PM
  4. Closed Catagory Tree?
    By Camarilladee in forum Basic Configuration
    Replies: 0
    Last Post: 15 Jul 2006, 04:24 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR