Page 46 of 47 FirstFirst ... 3644454647 LastLast
Results 451 to 460 of 461
  1. #451
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: FEEDBACK ON BETA of v1.5.5

    Thanks I'm still applying those fixes. I uploaded and overwrote the v155 Payment Directory with v154. It works on another site of mine. Not on this 155 site.

    Admin > Tools > Flexible Footer Menu

    [FONT=Verdana, sans-serif]Where are the little images supposed to reside, and what are they named, please?[/FONT]

    <td class="dataTableContent">Shop<img src="http://www.mysite/images/" border="0" alt=""></td>
    Cheers!
    v2.0+

  2. #452
    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 webskipper View Post
    Thanks I'm still applying those fixes. I uploaded and overwrote the v155 Payment Directory with v154. It works on another site of mine. Not on this 155 site.
    You'll need the payment modules directory from the latest v155 zip, or apply those fixes manually.
    .

    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.

  3. #453
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,759
    Plugin Contributions
    30

    Default Re: FEEDBACK ON BETA of v1.5.5

    admin password changing fields mis-aligned. Screen fully maximised.

    Click image for larger version. 

Name:	admin_login_pw_expired.gif 
Views:	51 
Size:	17.2 KB 
ID:	16115
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  4. #454
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,759
    Plugin Contributions
    30

    Default Re: FEEDBACK ON BETA of v1.5.5

    While examining admin orders.php

    1) these form urls have quotation marks and spaces. Are these not considered unsafe characters and so should be encoded?

    Click image for larger version. 

Name:	admin_orders_html_source.jpg 
Views:	46 
Size:	20.9 KB 
ID:	16117
    embedded image will not popup so here is an example:

    <form name="search" action="https://www.motorvista.local/tienda_155/admin1/orders.php?class="form-control" method="get">
    (Note this image is a gif and named as such but the forum software insists on naming it as a jpg)

    2) This page has a lot of changes. Why not change the current admin doctype to a valid html5 one to allow the new ids, datatypes etc?
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  5. #455
    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 torvista View Post
    admin password changing fields mis-aligned. Screen fully maximised.
    That was resolved in one of yesterday's commits.
    .

    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.

  6. #456
    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 torvista View Post
    While examining admin orders.php
    1) these form urls have quotation marks and spaces.
    Oops. The class was added as a URL param instead of a form param.

    Commits completed.

    Quote Originally Posted by torvista View Post
    2) This page has a lot of changes. Why not change the current admin doctype to a valid html5 one to allow the new ids, datatypes etc?
    ... cuz the rest of the page is still full of HTML4 markup and will blow up in your validator
    Last edited by DrByte; 17 Mar 2016 at 08:08 PM. Reason: updated
    .

    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.

  7. #457
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: FEEDBACK ON BETA of v1.5.5

    Quote Originally Posted by DrByte View Post
    You'll need the payment modules directory from the latest v155 zip, or apply those fixes manually.
    Checkout success is still random using v155 PP Express files as of 3/16. Usually only mobile checkout works.

    Ability to add/delete products from cart or reduce number of products in cart doesn't work.

    Does define('SQL_CACHE_METHOD', 'database'); OR define('SESSION_STORAGE', 'reserved for future use'); affect the process?

    Main Page categories per row fix worked. Thanks.

    Client Email login works and Forgot My Password does not trigger the error bar /index.php?main_page=password_forgotten

    Error: Sorry, there is no match for that email address and/or password.


    [/COLOR]
    Cheers!
    v2.0+

  8. #458
    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 webskipper View Post
    Ability to add/delete products from cart or reduce number of products in cart doesn't work.
    Really bizarre. Can't replicate.

    Quote Originally Posted by webskipper View Post
    Does define('SQL_CACHE_METHOD', 'database'); OR define('SESSION_STORAGE', 'reserved for future use'); affect the process?
    The only thing relevant there is:
    a) whatever you're using on the admin side you need to also use on the non-admin side.
    b) if you've set it to 'file' and the directory is not writable then nothing can be written. But if you're using 'database' then this is moot.

    Quote Originally Posted by webskipper View Post
    Checkout success is still random using v155 PP Express files as of 3/16. Usually only mobile checkout works.
    Not sure what you mean by "random".

    I'm inclined to think whatever you're talking about is related to whatever is causing your particular site to not allow adding products to cart.
    .

    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.

  9. #459
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

    Default Re: FEEDBACK ON BETA of v1.5.5

    Checkout success is random. Meaning sometimes it works.

    Both config files the same. I do not have ssl true at the moment so I'm not using https just http
    Cheers!
    v2.0+

  10. #460
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: FEEDBACK ON BETA of v1.5.5

    webskipper,
    We've released the official v1.5.5 this afternoon.
    After updating your site to the latest official version, if problems continue, please start a discussion thread for those specific issues.
    I'm closing this "beta discussion" thread.
    .

    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.

 

 
Page 46 of 47 FirstFirst ... 3644454647 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