Search:

Type: Posts; User: brittainmark

Page 1 of 9 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    225

    Re: Feedback on 2.0.0-rc1

    Not all of the updates have been modified to include the prefix.
    Have just run the database update on a 1.5.8 db and have the following in the install log

    php 8.3.2
    Database Engine: MySQL...
  2. Replies
    10
    Views
    356

    v158 Re: Direct Deposit

    I use the EU version of the plugin. I have added extra Orders_status to reflect the process.
    "Awaiting funds" (for direct transfer) and "Awaiting clearance" (for cheques). On the EU version you can...
  3. Replies
    0
    Views
    238

    v158 Paypal warning on checkout.

    Site URL: innerlightcrystals.co.uk
    ZC version: 1.5.8a
    Plugins: bootstrap,
    PHP version: 8.2.15

    Recently had two warning files and a curl redirect for PayPal express. The transaction did...
  4. Re: Ez page and awesome fonts loading issue's

    So I would get some basic knowledge. Try starting Here https://www.w3schools.com/html/ You should be able to see what is still wrong with your code.
  5. Re: Ez page and awesome fonts loading issue's

    why are these lines outside the <head></head>?

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">

    <!-- Font Awesome CDN link -->
    <link rel="stylesheet"...
  6. Re: Ez page and awesome fonts loading issue's

    If your code is as typed you have a
    <head> without a
    </head> you have a lot of code before the
    <head>

    Try putting
    <head> at the top and changing the
    <head> to
    </head>
  7. Replies
    4
    Views
    396

    v158 Re: paypaldp and PHP 8.1

    I'm using paypalwpp (PayPal Express Checkout) the uk with php 8.2.13 no issues. Not pro. I thought pro was being phased out?
  8. Replies
    1
    Views
    161

    v158 Re: PHP Error Message

    It is complaining about the content of the language file. Check you have quotes around DOB_FORMAT_STRING and a comma on the end of the previous line.
    I would restore the distribution file then see...
  9. Replies
    7
    Views
    386

    v157 Re: Total is now 4 decimal places vs 2.

    Admin>Localization>currencies is where the decimal places for each currency are stored.
  10. Replies
    343
    Views
    70,975

    v150 Re: Big Royal Mail 3.0

    If sounds like you are missing some entries from the configuration table.
    Can you check the configuration table on the database to make user that there in an entry with configuration_key =
    ...
  11. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    This has just started happening on my test site. Live is ok.
    It appears that this code in includes/classes/zcDate.php is the issue


    $this->locale = setlocale(LC_TIME, 0);

    ...
  12. Replies
    343
    Views
    70,975

    v150 Re: Big Royal Mail 3.0

    Sorry for the delay in replying.
    The issue is Maximum Order Value -1.
    I forgot that it is stored as a string.

    If you change includes\modules\shipping\BigRoyalMail\quote.php line 47
    from

    }...
  13. Re: Need to prevent ZC from selecting the cheapest shipping method

    You will have to write some code. If you use the notifier 'NOTIFY_SHIPPING_MODULE_CALCULATE_CHEAPEST' you can set the cheapest to anything you want.
    I wrote one to exclude surface mail from being...
  14. Re: Need to prevent ZC from selecting the cheapest shipping method

    Not sure what you want to achieve. If it is to exclude a shipping method you If you look at includes/classes/shipping.php and look at the function cheapest you will see that you can use the notifier...
  15. Replies
    11
    Views
    1,343

    v155 Re: Review Reminder issue

    the plugin was https://www.zen-cart.com/downloads.php?do=file&id=1731. It might be worth considering adding this plugin as well. Sounds like you have a combination of the two plugins.
  16. Replies
    2
    Views
    417

    Re: Express checkout options

    I use square webpay https://www.zen-cart.com/downloads.php?do=file&id=2345. You will need to sign up for a square account. I think that there are also plugins for stripe ang braintree. If you look in...
  17. Replies
    343
    Views
    70,975

    v150 Re: Big Royal Mail 3.0

    Version 3.8.0 released for October 2023 price change.
    If you are using Zen Cart prior to 1.5.8 you can use version 3.6.0 and the oct2023Update.sql file from the current release to update your rates.
  18. v157 Re: v157b removing product images from invoices

    This was added to 1.5.8a you need to rename admin/includes/extra_datafiles/dist_site_specific_admin_overrides.php to admin/includes/extra_datafiles/site_specific_admin_overrides.php and set the value...
  19. v151 Re: USPS override help?

    I assume that if you go to the cart, the UPS postage option is there.
    If that is true, I assume that you viewed the page source to look for the echo you put in.
    To check the observer is being...
  20. v151 Re: USPS override help?

    Hi Helen,
    have you checked that $p1 is as you expect? Either using a debugging tool that will allow you to see the value of $p1 or by adding a line to the code to echo the value of $p1 so you can...
  21. Replies
    593
    Views
    52,156

    v157 Re: Square WebPay support thread.

    Hi John, long shot! Did you check if your customers, who could not pay by credit card, had javascript enabled on their browser? This will cause the button to be displayed and it will not be changed...
  22. Replies
    2,775
    Views
    379,366

    v155 Re: One-Page Checkout [Support Thread]

    I can think of two possibilities.
    1) you have modified the tpl_modules_opc_shopping_cart.php or its missing (YOURSITE>includes>templates>template_default>templates) or the copy in your template
    2)...
  23. Replies
    11
    Views
    1,166

    v155 Re: Main Page Contact number

    Have you checked Admin>Configuration>My Store>Telephone Customer Services

    Also, if not there, use Admin>Tools>Developers Tool Kit and look for the telephone number 02-9011-6036
    I would use look...
  24. Replies
    1,207
    Views
    269,511

    v155 Re: ZCA Bootstrap Template

    The ajax_search has a message 'ajaxTimeoutErrorMessage. But it is never defined.

    includes\templates\bootstrap\jscript\ajax_search.js line 48

    alert(ajaxTimeoutErrorMessage);

    So if there is a...
  25. Replies
    593
    Views
    52,156

    v157 Re: Square WebPay support thread.

    zen cart 1.5.8
    square web pay 1.0.4
    bootstrap 3.5.2

    I have an issue where the terms and conditions do not need to be ticked for an order to go through. I think it is connected to JavaScript and...
  26. Replies
    1,207
    Views
    269,511

    v155 Re: ZCA Bootstrap Template

    Move the Quote thus

    <div id="checkoutConfirmationDefault-btn-toolbar" class="btn-toolbar justify-content-between confirm-order" role="toolbar">
    <?php echo '<strong>' . $title_continue_checkout ....
  27. Replies
    1,207
    Views
    269,511

    v155 Re: ZCA Bootstrap Template

    What new content are you adding?
  28. Sticky: v158 Re: Custom Background Colour

    COLORBOX did supply an uninstall script


    DELETE FROM `configuration` WHERE `configuration_key` LIKE 'ZEN_COLORBOX_%';
    DELETE FROM `configuration_group` WHERE `configuration_group_title` = 'Zen...
  29. Re: Moosend Website Tracking [Support Thread]

    A fix was provided.

    Remove lines 20-25

    $autoLoadConfig[10][] = array('autoType'=>'class',
    'loadFile'=>'observers/class.mootracker_remove_from_cart_observer.php');
    $autoLoadConfig[90][] =...
  30. Replies
    5
    Views
    763

    Re: Custom Meta Tags on 1.5.8

    Additionally, you only have to set the ones you are changing.
  31. Replies
    343
    Views
    70,975

    v150 Re: Big Royal Mail 3.0

    I have just submitted the latest version 3.7.0. This includes the April 2023 price rises for Royal Mail. It has also been changed to work with the new Zen Cart 1.5.8 language files and be PHP 8.2...
  32. Sticky: v158 Re: Hover image alignment

    Just sent pr to make work with webp
  33. Sticky: v158 Re: Hover image alignment

    I have sent a pr.

    If this is good, may be a way to allow WebP images as well.
  34. Re: Moosend Website Tracking [Support Thread]

    Just tried to install this in zen cart 1.5.7d php 7.4

    on storefront get blank page with error log


    [25-Jan-2023 13:32:28 Europe/London] PHP Fatal error: Uncaught Error: Class...
  35. Replies
    3
    Views
    366

    Re: A Typo is bugging me!

    Have a look at Admin>Localization>Order Status you should see the order status fields with their numbers and values. You can change them there.
  36. Replies
    21
    Views
    2,760

    Re: Admin Customer Details - No Edit Button

    Did you load the database, then run zc_install to update the database? If not, that could be the issue.
  37. Replies
    32
    Views
    12,151

    v158 Re: V158 Japanese language pack

    Hi @pilou2, we are having a discussion about language packs and wondered if you new pack uses UTF8 character set.
  38. Replies
    1,207
    Views
    269,511

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    It may be that the query in includes/modules/pages/specials/header_php_specials_zca_bootstrap.php has been altered
    Lines 29-34 should look like this

    $listing_sql =
    "SELECT p.products_id,...
  39. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    try replacing line 400

    $breadcrumb_this_page = $breadcrumb->_trail[count($breadcrumb->_trail) - 1]['title'] ?? '';
    with

    $breadcrumb_this_page = $breadcrumb->last() ?? '';
  40. Replies
    1,207
    Views
    269,511

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Look at \includes\templates\bootstrap\templates\tpl_site_map_default.php you will see a series of upper case flags like DEFINE_SHIPPINGINFO_STATUS you cal look these up in ADMIN>tools>developers tool...
  41. Replies
    1,782
    Views
    246,192

    v150 Re: Edit Orders v4.0 Support Thread - blank screen after order change

    zen_get_tax_locations is in includes>functions>functions_taxes.php.

    I would compare the zen_get_tax_locations in functions_taxes.php with the version in your code. If they are doing the same...
  42. Sticky: v158 Re: Hover image alignment

    The changes I suggested to image handler mean that it does not touch images with the extension .webp therefore I would suggest it is another issue unless image handler was changing the jpeg/gif image...
  43. Sticky: v158 Re: Hover image alignment

    Think I might have found it.

    Try altering includes/functions/extra_functions/functions_bmz_image_handler.php
    about line 114 from

    function handle_image($src, $alt, $width, $height, $parameters)...
  44. Sticky: v158 Re: Hover image alignment

    Have you got the full stack trace (logfile) so I can see where it was called from.
  45. Sticky: v158 Re: Hover image alignment

    That should be strtolower not srttolower sorry typo on line 107
  46. Replies
    1,207
    Views
    269,511

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Do you see the copyright notice at the bottom of the page? If you do, then the footer is being displayed. The only difference I get between responsive classic and bootstrap is that a row with a link...
  47. Replies
    1,207
    Views
    269,511

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    If you run the zen cart do you get any new log files generated?
  48. Sticky: v158 Re: Hover image alignment

    That was not enough either. I have had to change each notifier. Hence, replace whole of \includes\classes\observers\ImageHandlerObserver.php

    with

    <?php
    // -----
    // Part of the "Image...
  49. Sticky: v158 Re: Hover image alignment

    Just found thad does not work if you have multiple images. This does

    public function update(&$class, $eventID, $p1, &$p2, &$p3, &$p4, &$p5, &$p6)
    {
    if (strtolower($p3) == '.webp')...
  50. Sticky: v158 Re: Hover image alignment

    This is a work around that will allow you to use webp images and not get the error. While lat9 is busy. It is not intended as a final fix.


    Modify...
Results 1 to 50 of 416
Page 1 of 9 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR