Search:

Type: Posts; User: istilah

Search: Search took 0.01 seconds.

  1. v156 How to hide shipping address on checkout_confirmation when using storepickup?

    Using 1.56c on PHP7.4.30.

    I think it is confusing for the customer during checkout that when on checkout_shipping storepickup has been chosen, a shipping address still apears on...
  2. v157 Re: Admin login leading to myadmin/ instead od myadmin/index.php

    No, it was not the trailing /, but I renamed the admin to number (a date) and mistyped the name in the .htaccess.
  3. v157 Re: Admin login leading to myadmin/ instead od myadmin/index.php

    Correction, typo in admin name the .htaccess.
  4. v157 Re: Admin login leading to myadmin/ instead od myadmin/index.php

    Solved!
    Thank you all, I inspected the configure.php and .htaccess again on your advice and found a typo in the admin name of the configure.php I completely overlooked.
    Thanks again!

    Ronald
  5. v157 Admin login leading to myadmin/ instead od myadmin/index.php

    Finally make some time for upgrading from 1.56C to 1.57C. Using PHP7.4.27

    After upgrade the admin login leads me to myadmin/ instead of myadmin/index.php, after giving my credentials. myadmin/...
  6. v156 Re: Cumulative Layout Shift, how do I fix this?

    In Chrome the Dev Tools are very helpful!

    If you inspect a page and record its loading, when Web Vitals are on, you can see the layout shift zone.
    And in the summary I get results like this:
    ...
  7. v156 Re: Cumulative Layout Shift, how do I fix this?

    Thank you for your reaction.

    I do not know either, so I will do some trial and error:
    I excluded the logo from lazyloading, but it did not improve CLS.

    Indeed, the best thing is to exclude...
  8. v156 Cumulative Layout Shift, how do I fix this?

    Zencart= 1.56C
    template = modified Responsive Sheffield blue.

    I would like to ask for some CSS help.

    I have been optimizing my website for ages; images, minifying scripts, gzip, etc in order...
  9. v156 Re: How to get the shopping cart open the numeric keypad on mobile when changing quan

    Noted!
    I always fiddle around in a test shop, before applying fixes in the live shop.
    And as always a wise thing to do is: back up, back up, back up!
  10. v156 Re: How to get the shopping cart open the numeric keypad on mobile when changing quan

    Great, first options works fine!
    Thanks for your help!
  11. v156 Re: How to get the shopping cart open the numeric keypad on mobile when changing quan

    Thanks, I will try the first option.

    I found the zen_draw_input_field() function in the html_output.php, but was hesistant to make changes there, understanding changes there had a sitewide impact.
  12. v156 How to get the shopping cart open the numeric keypad on mobile when changing quantity

    I managed to change the input type="text" to "number" on the product page and category listing, so that - only on mobile- it automatically opens a numeric keypad when changing the quantity.

    But I...
  13. Replies
    2
    Views
    226

    v156 Re: quirky language behaviour

    Ok, i will copy that page over from 1.5.7 and see what happens.
    I have to plan the complete update of that version later this year.
    Thanks for your input!
  14. Replies
    2
    Views
    226

    v156 quirky language behaviour

    Zencart 1.56c
    PHP 7.3
    Ceon URi Mapping 5.0, SBA and lots of modifications.

    Let me take you to the backend, page is whosonline.
    I am using 3 languages.

    Not a big problem, but unpleasant...
  15. Replies
    3
    Views
    460

    Re: error message not visible enough

    ehh bump
  16. Replies
    3
    Views
    460

    Re: error message not visible enough

    I appreciate your help.

    The full link is:
    https://shop.waroeng.nl/index.php?main_page=checkout_payment&error_message=Betaling%20niet%20geslaagd!
    You need to be logged in to enter the checkout...
  17. Replies
    3
    Views
    460

    error message not visible enough

    I am using a payment method iDeal for dutch payments.
    When a payment is not successful or cancelled, the customer is thrown back to the page checkout_payment, with an error message:
    ...
  18. v155 Re: Displaying customer's e-mail adress on create_account_success page

    Thanks for your reaction. I already puzzled the answer myself.

    When reading on this forum, I encountered a similar post to query the email address, which was answered and explained, so I modified...
  19. v155 Re: Displaying customer's e-mail adress on create_account_success page

    fixed it:

    in modules/pages/create_account_success/header_php.php:
    added:

    //display e-mail address
    $customer_email_query = "SELECT customers_email_address
    FROM " . TABLE_CUSTOMERS . "...
  20. v155 Displaying customer's e-mail adress on create_account_success page

    Problem: customers making typos in e-mail address during filling create_account page.

    Address is displayed on create_account_success, so why not the e-mail address also?
    I think it is more...
  21. Replies
    1,159
    Views
    177,456

    v151 Re: Responsive Sheffield Blue

    Dear Anne,
    Thanks for your reaction. I do not see how your link connects to this problem, but I googled this:
    http://php.net/manual/en/migration71.other-changes.php

    It is a php7.1 thing, I also...
  22. Replies
    1,159
    Views
    177,456

    v151 Re: Responsive Sheffield Blue

    Zencart 1.55b+Responsive-Sheffield-Blue v.1

    Running PHP 7.0, no problems whatsoever.
    Testing on PHP7.1 the logs show a PHP Warning:

    PHP Warning: A non-numeric value encountered in...
  23. v155 [Done v155b] Fax number on tpl_account_edit_default.php

    small remark:
    even if the setting in admin->customer details-> fax, have been set to false, the faxnumber is still visible on the account_edit page.

    I would suggest changing the code from...
  24. v154 Re: Installing Super Data Markup, Prices show without tax

    Fixed,

    code should be:

    "price" : "<?php echo $specials_new_products_price =...
  25. v154 Re: Installing Super Data Markup, Prices show without tax

    I have been playing around with the code from the plugin, in particular from super_data_head.php line 144:

    "price" : "<?php echo $specials_new_products_price =...
  26. v154 Installing Super Data Markup, Prices show without tax

    I am installing Super Data Markup from the plugin section. Works like a charm, installing is a breeze.
    Testing on the Google Structured Data testing tool, everything OK, except I noticed that...
  27. Replies
    1
    Views
    456

    v154 Multilanguage search

    1.54 store and I am using 3 languages.
    I noticed a lot of visitors tried to search a product in the wrong language, and use the foreign name/keyword for a product on the search page for another...
  28. Replies
    4
    Views
    774

    Re: Editing the order page

    You have to change the e-mail address also in the database. Use PhpmyAdmin, look in table "orders, find the right order and edit the e-mail address, save it.
  29. Replies
    3
    Views
    1,771

    Re: Display Stock Quantity at Checkout

    Just found this thread, just might be the answer.

    http://www.zen-cart.com/forum/showthread.php?t=158167&highlight=stock
  30. Replies
    3
    Views
    1,771

    Re: Display Stock Quantity at Checkout

    Elaine,

    have you figured it out? I am having the same issue. I am testing an update to 1.39d (now using 1.38.)

    In 1.38, the shopping cart reveals the available quantity of products when more...
  31. Replies
    2,344
    Views
    567,794

    Re: CSS Dropdown menu for your header- With Categories!

    Great Contribution!

    I would like to make the Cart button change colour when there are items in the cart, something like bright red.
    Only the cart button, the other buttons of the dropdown menu...
  32. Replies
    5,053
    Views
    991,436

    Infinite loops

    Zen 1.38A
    SSU 3.8.3

    Like VicAvendano, I am experiencing infinite loops when using a "+" in url query parameters like:...
  33. Replies
    3
    Views
    953

    Re: update_zone is not defined

    Hello Frank,

    Thanks for looking into it.

    Yes, it is possible to place an order, but in IE8 there is a yellow triangle with an exclamation mark in the left down corner saying "done, but with...
  34. Replies
    3
    Views
    953

    update_zone is not defined

    1.38a with patches
    SSU/RSS/IH2/Google Sitemap

    Only recently I get an JS error message on the following pages:
    Log-in, create_account and shopping_cart.

    update_zone is not defined
    and a...
  35. Thread: SitemapXML v.2

    by istilah
    Replies
    2,106
    Views
    423,157

    Re: SitemapXML v.2

    Got it, for those who run into the same problem:
    check the settings, got mine to work again with this:

    Compress XML File false
    Lastmod tag format full
    Use Existing Files false ...
  36. Replies
    5,053
    Views
    991,436

    Re: Simple SEO URL [support thread]

    Found the missing file : includes/classes/ri_template.php.

    It was in de Module Manager, which should also be updated.

    For those who also wondered.

    Ronald
  37. Thread: SitemapXML v.2

    by istilah
    Replies
    2,106
    Views
    423,157

    Re: SitemapXML v.2

    Using 1.38A

    Having a sudden problem with sitemaps.

    Before mysite/sitemapproducts.xml showed products in all 3 languages that I use, so 3x400=1200 products on 1 sitemap.
    Now it shows only...
  38. Replies
    5,053
    Views
    991,436

    Re: Simple SEO URL [support thread]

    Using Zen Cart Version 1.38a

    Having some issues with Sitemap, showing only products in 1 language, instead of all 3.
    Want to try updating SSU from 3.7.1 to 3.8.3, to see if this makes a...
  39. Replies
    5,053
    Views
    991,436

    Re: Simple SEO URL [support thread]

    Thanks very much, Yellow, for solving this problem.

    As you suggested the problem was indeed caused by the language codes in uppercase. Changing them in lowercase in admin/languages.php did the...
  40. Replies
    5,053
    Views
    991,436

    Re: Simple SEO URL [support thread]

    Dear Yellow,

    <?php
    /**
    * @package Pages
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license...
  41. Replies
    5,053
    Views
    991,436

    Re: Simple SEO URL [support thread]

    I am using ZC 1.3.8.a and I am reviewing SSU 3.7.1 on a testsite.
    I use 3 languages; Dutch, English and Indonesian. Dutch being default.

    Installation was a breeze and so far I am exited about...
  42. Replies
    4
    Views
    1,507

    Re: Shopping Cart Sidebox

    using1.38.a
    +add-on: shopping cart with checkout button and product image

    I have been trying to disable the shopping cart sidebox also on the checkout pages, but the solution from bunyip (Post...
  43. Replies
    5
    Views
    1,423

    Re: freeshipper : other zones -> other modules?

    I have the same problem/question. (1.3.7.1)

    Freeshipper is set up for free shipping of certain small items which fit in an envelope, so my clients do not need to pay (higher) parcel prices (zones)...
  44. Replies
    135
    Views
    57,747

    Re: Make a sale, get a text message

    I would like to change the output of the sms to:

    Name: [First name] [last name]
    Products: Violin Bow
    Payment Method: Paypal
    Total: $193.90

    At the moment the code is: $email_text =...
  45. Thread: CSS Map?

    by istilah
    Replies
    12
    Views
    3,300

    Re: CSS Map?

    I agree with Batteryman that a layout guide would be helpfull. I thankfully used the mentiones layout map with my 1.2x versions, as I do not know much about CSS.
    In 1.3x versions I was completely...
  46. Replies
    7,098
    Views
    1,857,029

    v138a Re: Image Handler 2 Support

    After installing Image Handler 2 on my 1.27 Zen, my additional images were all there in the admin, but not showing on the store front (product info page).

    When turning off the hoover effect I got...
Results 1 to 46 of 48
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR