Search:

Type: Posts; User: keneso

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: Cannot login

    by keneso
    Replies
    16
    Views
    1,171

    Re: Cannot login

    You can see the database name in your includes/configure.php file.
  2. Replies
    7
    Views
    21,610

    v158 Re: Problem with image in main page

    Is that the map on the home page?
    I read "images/large/Argie-map.jpeg" with alt, and title tag to refer to Zen Cart documentation.

    Not requested tip
    And that map image has no good resolution,...
  3. Replies
    10
    Views
    919

    v157 Re: How can I make three extra languages work?

    Why don't you just reinstall everything from the beginning in one store folowing the docs?
  4. Replies
    10
    Views
    919

    v157 Re: How can I make three extra languages work?

    https://www.zen-cart.com/downloads.php?do=cat&id=6
  5. Replies
    10
    Views
    919

    v157 Re: How can I make three extra languages work?

    Just add the language packs, and then in
    admin > tools > layout boxes controller
    turn on the sideboxes/languages
  6. Replies
    7
    Views
    1,257

    v157 Re: logo in admin login

    You may also add responsive class to the image

    https://www.w3schools.com/howto/howto_css_image_responsive.asp

    The class used is .login-img

    You may also add your own class to:...
  7. v157 Re: ADA Compliance And no kidding, getting sued over it

    Interesting thread.

    IMHO the biggest issue is the "get rich soon" scheme, the decadence of our current society.

    I would expect all those people suing the small businesses have visited some of...
  8. Replies
    7
    Views
    656

    v157 Re: Upcoming Product Center Box Layout

    You should change the <table><tr><td> tags with <div>, and add styling to have them like the others.
    You may need/want to remove the <th> group alltogether, and add a wrapper <div>

    Don't know...
  9. Replies
    8
    Views
    472

    Re: code to display subcategories

    Edit:
    You are too fast ;)

    Nevermind

    I changed FILENAME_INDEX to FILENAME_DEFAULT and it redirects correctly.

    Thank you
  10. Replies
    8
    Views
    472

    Re: code to display subcategories

    Thank you, greatly appreciated.
    Display as expected (no doubts).

    One issue if you please:
    The FILENAME_INDEX is added to the cPath making the link go to:...
  11. Replies
    7
    Views
    656

    v157 Re: Upcoming Product Center Box Layout

    If not present in your custom template copy

    includes/modules/upcoming_products.php
    to
    includes/modules/responsive0clone/upcoming_products.php

    and
    ...
  12. Replies
    8
    Views
    472

    Re: code to display subcategories

    Thank you.

    I hope I understand correctly the structure of category structure, meaning the output layout?
    If so, here is what I'd like to have, in case please help me understand your question...
  13. Replies
    8
    Views
    472

    Re: code to display subcategories

    I did look at the site_map.
    First it is on a single page (new page added - like the page_2/3/4), and want only the categories, and their subs, no other stuff, i.e. list of other pages, ez-pages,...
  14. Replies
    8
    Views
    472

    code to display subcategories

    1.5.7c
    Bootstrap clone

    How would I expand the code below to display also the subcategories in the corresponding top category div?
    Possibly with their own div.

    Thank you
  15. Re: quantity display in cart when using attributes quantity

    Got it thank you.
  16. Re: quantity display in cart when using attributes quantity

    Easily ;)


    Trying to look at it from customer perspective, like they look at the quantity, and it says 1, whereas they ordered 3; but like you pointed out, I might be overthinking!


    Not sure...
  17. quantity display in cart when using attributes quantity

    1.5.7c

    Follow-up of
    https://www.zen-cart.com/showthread.php?228439-how-to-set-attributes-and-enable-multi-quantity-for-them

    I set up as suggested by dbltoe (post #2), and works fine.
    ...
  18. Replies
    6
    Views
    665

    Re: Attribute price including tax

    Thank you.
    Ok, I just wanted to be sure I wasn't missing something, looks like this is something that might be improved, though not a big trouble.
  19. Re: how to set attributes and enable multi quantity for them

    Wow, some of the top people posting!

    I'd be interested in your point of views in regard to my other thread, if you please kindly share your thoughts:...
  20. Re: few products with few attributes - which way to go

    Thank you, will consider the various aspects.
    Hopefully others will drop by, so to see different views, also from a buyer perspective; i.e. maybe I see an item, and don't even think about the...
  21. few products with few attributes - which way to go

    1.5.7c

    In reference to
    https://www.zen-cart.com/showthread.php?228439-how-to-set-attributes-and-enable-multi-quantity-for-them

    Having not many products, and only few of them with size, or...
  22. Re: how to set attributes and enable multi quantity for them

    Luckily what dbltoe suggested does cover my needs ;)
  23. Replies
    6
    Views
    665

    Re: Attribute price including tax

    That's how is set
    Display Prices with Tax > true

    Actually maybe I did not explain what I mean correctly.

    Currently when adding a product I go like this:

    Tax Class: Taxable goods as the tax...
  24. Replies
    6
    Views
    665

    Re: Attribute price including tax

    Thank you.

    Would you have an idea about what I might have set up incorrectly, or eventually what template file I have messed up?

    I didn't think it was relevant when first posting (apologies),...
  25. Re: how to set attributes and enable multi quantity for them

    Thank you.

    Indeed dbltoe's is what I was wondering about.
    Not my case, since I doubt the potential customer would order many, but a free text field to enter quantity would have been more...
  26. Replies
    6
    Views
    665

    Attribute price including tax

    1.5.7c

    Is it possible to set the attribute price with tax included, the way it's done when I insert/edit a product?

    In case how?

    Thank you
  27. how to set attributes and enable multi quantity for them

    1.5.7c
    few plugins (don't think list is relevant to question, in case please let me know)

    First time trying to use attributes, and read the docs, and made some local tests, what I am missing is...
  28. Replies
    1,207
    Views
    269,491

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    With this I see two per row


    '10' => 'row-cols-2 row-cols-md-2 row-cols-lg-3 row-cols-xl-4',
    '8' => 'row-cols-2 row-cols-md-2 row-cols-lg-3 row-cols-xl-4',
    '6' => 'row-cols-2 row-cols-md-2...
  29. Replies
    2
    Views
    424

    Re: category and product organization

    Thank you, makes sense.
  30. Replies
    2
    Views
    424

    category and product organization

    Using 1.5.7c - usu - opc - zx-products-below-categories - zx-products-carousel

    The above does not affect the question,or your suggestions.

    Need to set up the categories, and products, and...
  31. Replies
    1,207
    Views
    269,491

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I recall DrByte strongly suggested not to mess with that line (around 400 correct?), and to edit in case the lines around 180



    // set css classes for "row" wrapper, to allow for fluid...
  32. Replies
    1,207
    Views
    269,491

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I've done it as vertical on left side, if that's what you mean. Link in my signature.
  33. Replies
    17
    Views
    740

    v157 Re: General question about a new install

    I gather that edit is referred to the ZX Slideshow, as I don't recall making edits, save some minor layout ones, for ZX Products Carousel.


    Indeed I looked for it, but couldn't find it, tried...
  34. Replies
    17
    Views
    740

    v157 Re: General question about a new install

    Not at all, thank you for your infos.
    I posted it as I haven't had any issue with it, I have jquery3.5
  35. Replies
    17
    Views
    740

    v157 Re: General question about a new install

    How about this
    https://zenexpert.com/zx-products-carousel

    As per the horizontal menu I have been experimenting with this, you need to do some tweaking to adapt it to your needs; it was done for...
  36. v157 Re: Is there a way to add credit card images to the product pages ?

    Add the images to
    includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

    The sections are wrapped in comments like
    <!--bof Product description -->
    ... code ...
    <!--eof Product...
  37. Replies
    2
    Views
    410

    Re: change text in the search bar

    Last line of

    includes/languages/YOUR_LANGUAGE/header.php
    You'd better copy the file in the following and edit that file
    includes/languages/YOUR_LANGUAGE/YOUR_CUSTOM_TEMPLATE/


    When looking...
  38. Re: Change height of boxes where attribute options appear

    simon1066 was faster ;)
    end edit

    The double image is because of the image names
    See here: https://docs.zen-cart.com/user/images/adding_multiple_images_to_a_product/

    For the boxes height check...
  39. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    It's a go.
    Thank you.
  40. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    Thank you.
    Will give feedback.
  41. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    Thanks, but same result.
  42. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    Thank you.
    Sorry for late update.

    I corrected the setting to #ottotal .ot_text, but it did not fix it.
  43. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    Thank you.

    Now I have another problem.

    I have set in
    configuration > my store the basis of product tax, and basis of shipping tax to "store", when adding product the cart shows the full price...
  44. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    Thank you.

    Actually I had many more \' ususally in the other defines files I used single backslash, and haven't encountered problems, at least that I am aware of, anyhow updated all occurances in...
  45. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    Indeed what is puzzling is that it works fine in English.
    I think it has to do that there is not a language define for it, but mine is just a guess.

    var shippingChoiceAvailable = <?php echo...
  46. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    Thank you

    Uncaught ReferenceError: shippingChoiceAvailable is not defined
  47. Replies
    2,773
    Views
    379,332

    v155 Re: One-Page Checkout [Support Thread]

    1.5.7c
    opc 2.3.7
    bs4_opc-1.0.0

    It works fine selecting English on site, but when switching to other language (Italian) it outputs the message on line 67 of...
  48. Replies
    1,207
    Views
    269,491

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Maybe this can help
    https://www.w3schools.com/bootstrap/bootstrap_ref_js_tab.asp
  49. Re: add selected to cart showing in some listings only

    I was afraid that you'd say so ;)
    I'll try removing it, and see what happens.
  50. Re: add selected to cart showing in some listings only

    Sorry.
    In the amber sub-category there are 3 categories, and 0 products.

    Please see in this image, I put in red the numbers (top number the category count bottom number the products count ... but...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR