Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Right, but using the non-minified scripts will let the browser's console-log identify the actual line in the jQuery that the missing ; error occurs.

    Thank you so much for pointing that out. :) I will check it out and see if I can find it.
    Kind Regards,
    Gail
    www.goodiesbygail.com

  2. #2
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by GoofyGrrl2 View Post
    Thank you so much for pointing that out. :) I will check it out and see if I can find it.
    )

    Ok I checked and the index (175, 876) the 175 line is still one continuous big line and 876 is does not exist since it stops at 673.

    I copy line 175 and attached it to this... I hope correctly.
    Attached Files Attached Files
    Kind Regards,
    Gail
    www.goodiesbygail.com

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Hmm, those state-definitions look pretty funky. When you inspect your site's database using your webhost's cPanel->phpMyAdmin, clicking on the site's database name, are all the Collation columns shown as utf8_{something} or are some shown as latin1_{something}?

  4. #4
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Hmm, those state-definitions look pretty funky. When you inspect your site's database using your webhost's cPanel->phpMyAdmin, clicking on the site's database name, are all the Collation columns shown as utf8_{something} or are some shown as latin1_{something}?
    Ok I just looked and here is a sample screen shot of just that column.
    Name:  cpanel.JPG
Views: 147
Size:  53.9 KB
    Kind Regards,
    Gail
    www.goodiesbygail.com

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Eek! That's not good. What are the DB_CHARSET settings in the site's /includes/configure.php and /YOUR_ADMIN/includes/configure.php?

  6. #6
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    334
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi lat9,
    Sorry to bother you, not sure whether you are still thinking about it, or missed my query in posts #1727 - #1529 in the midst of the admittedly more urgent requests.
    I am running 1.5.6c and installing OPC 2.3.0 (well, actually 2.3.1 apparently since I am using the master files) for the first time.
    The installation instructions make no mention, but upgrade instructions mention the files in the zc156b folder:
    For Zen Cart versions 1.5.6 and 1.5.6a, copy the files listed below from the OPC distribution's /zc156b sub-directory to your store's file-system, bringing these files up to their Zen Cart 1.5.6b version:
    I cannot figure out whether I need these or not, and since some of them are different to the 1.5.6c files, I wanted to ascertain whether I need to bring over any differences that might have to do with OPC.
    If all those files have "bof" and "eof" type comments it would be simple, but that is not the case, hence my query.
    Zen Cart 1.5.6c modified for Japanese language support. Upgraded incrementally from initial 1.5.5d. Currently planning direct upgrade to 2.1.0

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by gernot View Post
    Hi lat9,
    Sorry to bother you, not sure whether you are still thinking about it, or missed my query in posts #1727 - #1529 in the midst of the admittedly more urgent requests.
    I am running 1.5.6c and installing OPC 2.3.0 (well, actually 2.3.1 apparently since I am using the master files) for the first time.
    The installation instructions make no mention, but upgrade instructions mention the files in the zc156b folder:
    I cannot figure out whether I need these or not, and since some of them are different to the 1.5.6c files, I wanted to ascertain whether I need to bring over any differences that might have to do with OPC.
    If all those files have "bof" and "eof" type comments it would be simple, but that is not the case, hence my query.
    The changes (essentially notifications) required by OPC are already present in the zc156c distribution.

    The reason that there are no bof/eof comments in those Zen Cart version-specific directories is that the files are copies from the like-named versions.

  8. #8
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Eek! That's not good. What are the DB_CHARSET settings in the site's /includes/configure.php and /YOUR_ADMIN/includes/configure.php?

    Wow checked those two files....

    includes/configure.php ----- define('DB_CHARSET', 'utf8'); // 'utf8' or 'latin1' are most common

    Admin/inlcudes/configure.php ----- define('DB_CHARSET', 'utf8mb4'); // 'utf8mb4' or older 'utf8' / 'latin1' are most common

    Kind Regards,
    Gail
    www.goodiesbygail.com

  9. #9
    Join Date
    Jun 2007
    Location
    Texas
    Posts
    41
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by GoofyGrrl2 View Post
    Wow checked those two files....

    includes/configure.php ----- define('DB_CHARSET', 'utf8'); // 'utf8' or 'latin1' are most common

    Admin/inlcudes/configure.php ----- define('DB_CHARSET', 'utf8mb4'); // 'utf8mb4' or older 'utf8' / 'latin1' are most common


    Of course I just checked the original 1.5.6c files and both show only what the first one says above. I am assuming it's not as easy as copying the correct lines to the admin configure.php file is it? I don't even know why they aren't the original 1.5.6c files. I have been using those files for almost a year now.
    Kind Regards,
    Gail
    www.goodiesbygail.com

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

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