Search:

Type: Posts; User: K1979

Search: Search took 0.03 seconds.

  1. Replies
    129
    Views
    17,799

    v156 Re: News Box Manager v3.0.0 [Support Thread]

    Hello again,

    I test some cases.

    Case1
    Sidebox #1: Category to Show -> 1
    Sidebox #2: Category to Show -> 2
    Home Page: Display Mode -> Categories
    The home-page news(index page) shows category...
  2. Replies
    129
    Views
    17,799

    v156 Re: News Box Manager v3.0.0 [Support Thread]

    Thank you for your very quick reply and work!
    It does work well:smile:
  3. Replies
    129
    Views
    17,799

    v156 Re: News Box Manager v3.0.0 [Support Thread]

    I will correct the post, when I insert a news, it's OK.
    But If I modify a news from "News Box Manager[Type1(or 2,3,4)]", I got the error.
  4. Replies
    128
    Views
    30,507

    v154 Re: Flexible Footer Menu Multilingual [Support Thread]

    <script language="JavaScript" type="text/javascript">
    TrustLogo("https://stampshopcentral.com/images/icons/comodo_secure_seal_100x85_transp.png", "CL1", "none");
    </script>
    <a...
  5. Replies
    129
    Views
    17,799

    v156 Re: News Box Manager v3.0.0 [Support Thread]

    Thank you for your reply.

    My explanation was not enough.
    I have removed all v2 files when I update for my test website.
    I haven't changed the definition in the "news_box_manager_defines.php"...
  6. Replies
    129
    Views
    17,799

    v156 Re: News Box Manager v3.0.0 [Support Thread]

    Hi,

    Thank you for the mod, I updated from v2 to v3:smile:


    I got error log as below.

    PHP Warning: constant(): Couldn't find constant BOX_NEWS_NAME_TYPE in...
  7. Re: Phone number in top wrapper on laptop, doesn't show on mobile.

    Do you want to keep your phone number on the top of the center for mobile?
    If so, add .logoText {text-align: center;} to the responsive_mobile.css, not to responsive.css.

    If you also change...
  8. Re: Phone number in top wrapper on laptop, doesn't show on mobile.

    Do you need a margin of 320px to keep your phone number left top?
    If so, it may be better to add some html tags and change CSS.
    You can see your phone number goes to near the center of header if...
  9. Replies
    13
    Views
    2,209

    Re: Image / Price / Description order

    Do you want to set the description to the bottom like this?
    If so,how about using Flexbox?
    18879
  10. Replies
    4
    Views
    239

    v156 Re: Move Search Box to Breadcrumb line

    I think that there are two ways to do it, customizing some CSS or editing "tpl_header.php" and "tpl_main_page.php".

    --CSS(This would be easier)...
  11. Replies
    2
    Views
    839

    Re: Website menus - Problem on mobile site

    It's difficult to answer all of your questions, so I recommend to use google Chrome DEVtool.

    https://developers.google.com/web/tools/chrome-devtools

    It will help you to find the solution.
    ...
  12. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I posted a reply but it doesn't seem to be updated, so I post again.


    input#submit1.cssButtonHover.button_add_selected.button_add_selectedHover{
    padding: 5px 5px; !important;
    }
    This ";"...
  13. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    input#submit1.cssButtonHover.button_add_selected.button_add_selectedHover{
    padding: 5px 5px; !important;
    }
    This ";" causes a problem.


    ...
  14. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    define('BUTTON_SEARCH_ALT', '&#xf002; Search Now');

    Try this CSS.
    Change the class name if you want to apply to other buttons.

    for Font Awesome 4

    .button_search{font-family:...
  15. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    It may be because of html_output.php files.

    includes/functions/html_output.php line283


    if (strtolower(IMAGE_USE_CSS_BUTTONS) == 'yes' && strlen($alt)<30) return zenCssButton($image, $alt,...
  16. v156 v156a Maximum Orders Detail Display on Admin Orders Listing doesn't work well

    Maximum Orders Detail Display on Admin Orders Listing doesn't work well.
    If I set the number to 2, the order page shows 4 products and the message "more..."

    I checked admin\orders.php, it seems...
  17. Replies
    3
    Views
    5,859

    v156 Re: v156a Typo admin/options_values_manager.php

    Thank you for your quick response:smile:
    I will check them again later.
  18. Replies
    3
    Views
    5,859

    v156 v156a Typo admin/options_values_manager.php

    It seems that Option Value Manager has some bugs.

    "Copy to ALL Products where Option Name and Value" and other functions don't work.
    I copied options_values_manager.php from zen cart v1.5.5, then...
  19. Replies
    2
    Views
    6,244

    v156 v156a Typo $db->Execute("SELCET DISTINCT

    /admin/includes/modules/newsletters/product_notification.php

    Line127
    $products = $db->Execute("SELCET DISTINCT customers_id
  20. v156 v156a Customers function trouble, and mysql_demo.sql has wrong data

    It seems that Admin->Customers functions has some bugs.
    I'm a php newbie, so I can't find them...

    I checked admin\customers.php, it seems that if I delete the customer who wrote reviews, the page...
  21. v156 Re: Admin | Catalog | Categories/ Products status qty etc fields are hidden

    I override the hidden-md class like this,

    @media (min-width: 880px){
    th.hidden-md, td.hidden-md {
    display: table-cell !important;
    }
    }
  22. v156 Re: v156a Coupon Email

    Hi,
    I’m a computer graphic designer, just try to learn php and have never used GitHub(PR means Pull request, right?)
    Anyway I will try my best.
  23. v156 Coupon Email constant wrong: TEXT_NO_COUPON_IS_VALID_FOR_SALES

    zen-cart-v1.5.6a-01042019\zen-cart-v1.5.6a-01042019\admin\coupon_admin.php

    Line 70-79

    if ($coupon_result->fields['coupon_is_valid_for_sales']) {
    $message .=...
  24. Replies
    1
    Views
    3,477

    v156 Duplicate definitions

    I downloaded zen-cart-v1.5.6a-01042019.zip and try to translate for updating.
    It seems that the file has duplicate definitions.
    ...
  25. Thread: Westminster New

    by K1979
    Replies
    1,864
    Views
    406,918

    Re: Sold Out Button

    Try this in your CSS file,

    .centerBoxContentsProducts > a:nth-of-type(2) {display: none;}
  26. Thread: Ask A Question

    by K1979
    Replies
    398
    Views
    107,629

    Re: Ask A Question

    Thanks for a great mod.

    Now I install and test.
    It looks working well...
    But if I click the back button, I am placed at the index page instead of previous product page.
    The "contact_us" page...
  27. Replies
    1,667
    Views
    288,149

    Re: Dynamic Price Updater

    Hi.
    Thank you Chrome for your great mod.
    And I'm keeping my fingers crossed for your quick recovery.



    Does anyone find the way to avoid 'Your Price: 0.00'?
  28. Replies
    534
    Views
    119,661

    Re: Order Delivery Date Support Thread

    Hello.
    This is my first post and thank you for your great contribution!:laugh:

    I found a simple way to use mootools with this....
Results 1 to 28 of 28
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR