Page 18 of 47 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 461
  1. #171
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by bn17311 View Post
    on desktop template with right column switched off

    sample data - category big linked and mixed product types the add button is hidden slightly

    Attachment 15884

    bn
    Fixed .
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #172
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    Fixed the missing $options_html_id stuff.
    https://github.com/zencart/zencart/c...9f8835a1aa32da

    Its purpose is to allow for javascript targeting of specific CSS IDs on the page, to allow dynamic update stuff.
    Looking at the includes/modules/attributes.php changes identified in the above commit, didn't see the "special" case of a dropdown with a single value that results in a radio button instead of a dropdown... Not having tried to use those features, I don't have a suggestion for addressing it, but would certainly want to be sure that one or the other side recognized/addressed that.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #173
    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 mc12345678 View Post
    Looking at the includes/modules/attributes.php changes identified in the above commit, didn't see the "special" case of a dropdown with a single value that results in a radio button instead of a dropdown... Not having tried to use those features, I don't have a suggestion for addressing it, but would certainly want to be sure that one or the other side recognized/addressed that.
    That is covered too ...
    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!

  4. #174
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    small thing, enabling and disabling products

    while browsing categories products you click on red / green button this is what its called

    Click image for larger version. 

Name:	Screen Shot 2015-12-29 at 19.11.12.jpg 
Views:	38 
Size:	15.2 KB 
ID:	15897

    Click image for larger version. 

Name:	Screen Shot 2015-12-29 at 19.10.56.jpg 
Views:	39 
Size:	16.8 KB 
ID:	15898

    but when in product i think you could be confused into thinking you are switching product to out of stock or instock rather than enable / disable

    Click image for larger version. 

Name:	Screen Shot 2015-12-29 at 18.42.07.png 
Views:	34 
Size:	14.8 KB 
ID:	15899

    unless there is a reason for this. if they do the same job call them the same

    bn

  5. #175
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by Ajeh View Post
    That is covered too ...
    Well, I guess I meant there is no "unique" consideration for that condition...

    Code:
    $options_html_id[] = 'drp-attrib-' . $products_options_names->fields['products_options_id'];
                        $options_menu[] = zen_draw_radio_field('id[' . $products_options_names->fields['products_options_id'] . ']', $products_options_value_id, 'selected', 'id="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '"') . '<label class="attribsRadioButton" for="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '">' . $products_options_details . '</label>' . "\n";
    Maybe a drprad setting? Therefore the "handler" can determine which way to go with it? Treat it as a radio button or treat it as a dropdown?

    Oh and sorry for any # symbols in the above code. Happens typically when I copy on cell phone from github to post. I doubt I can get them all out once posted and then tryng to edit.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #176
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    minor thing in configuration maximum values most items have a better description for title except these

    Products on Special
    New Products Module
    Upcoming Products

    bn

  7. #177
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by bn17311 View Post
    small thing, enabling and disabling products

    while browsing categories products you click on red / green button this is what its called

    Click image for larger version. 

Name:	Screen Shot 2015-12-29 at 19.11.12.jpg 
Views:	38 
Size:	15.2 KB 
ID:	15897

    Click image for larger version. 

Name:	Screen Shot 2015-12-29 at 19.10.56.jpg 
Views:	39 
Size:	16.8 KB 
ID:	15898

    but when in product i think you could be confused into thinking you are switching product to out of stock or instock rather than enable / disable

    Click image for larger version. 

Name:	Screen Shot 2015-12-29 at 18.42.07.png 
Views:	34 
Size:	14.8 KB 
ID:	15899

    unless there is a reason for this. if they do the same job call them the same

    bn
    If the product listings screen for the in-stock/out-of-stock message is changed, I believe it would also have to be changed on each of the product type data entry screens... In otherwords currently these sets of words match the other respective use/location areas.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by stellarweb View Post
    Anne - I am having a problem identifying why the buttons on the login page are being distorted.... see attached

    Attachment 15896

    Can you help me figure it out? I have looked in stylesheets as well as the tpl_login_default.php to see if there is coding in there that is magnifying them and I just can't find anything.

    THANKS!
    What is the link to the page?

    Thanks,

    Anne

  9. #179
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by mc12345678 View Post
    If the product listings screen for the in-stock/out-of-stock message is changed, I believe it would also have to be changed on each of the product type data entry screens... In otherwords currently these sets of words match the other respective use/location areas.
    you lost me there ...

    but when editing a product it says in stock or out of stock, but if you click either it enables or disables

    if thats the way its meant to be thats ok, but for me i have plenty of products on my site out of stock but don't want them switched off

    bn

  10. #180
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,356
    Plugin Contributions
    94

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by picaflor-azul View Post
    What is the link to the page?

    Thanks,

    Anne
    Anne, I think that the issue appears whenever someone chooses to use image-buttons instead of CSS buttons on the responsive template.

 

 
Page 18 of 47 FirstFirst ... 8161718192028 ... LastLast

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