Search:

Type: Posts; User: Shop Suey

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    31

    Re: Apple IOS and CSS Buttons

    misunderstood
  2. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    IH is truly superiour!

    One thing I am working at is a mobile solution for lists.
    I have set 240x180px at the moment (for 360px viewport).
    Modern smartphones with smaller displays uses small...
  3. v157 Re: Add previously purged shipping locations adds empty lines

    Good to know for the future!
  4. v157 Re: Add previously purged shipping locations adds empty lines

    Thank you for the hint.
    There is a way with more control. I don't like to copy&paste tables between different shop and database versions.

    1. add via admin
    2. pickup the countries id from the...
  5. v157 Re: Add previously purged shipping locations adds empty lines

    I could install a blank shop with the same zc version.
    How can I port them?
  6. v157 Add previously purged shipping locations adds empty lines

    About a decade ago I decided to ship national only.
    I purged all countries but one manually via the admin.
    Today I need to add some additional countries and get the problem, that there are also...
  7. Re: Style input[type=text] for .cart_input only

    It works like a charm and is very useful to style mobile cart for responsive_classic
  8. Re: Style input[type=text] for .cart_input only

    That looks very promising.
    Thank you very much!
    I will take care of it soon.
  9. Re: Style input[type=text] for .cart_input only

    I was late for edit.
    The template is responsive_classic.
  10. Style input[type=text] for .cart_input only

    I want to style the mobile cartQuantity input fields.

    I'm able to modify the values with the following entry.


    input.cart_input_303[type=text]{}

    How can I set a wildcard for the...
  11. Replies
    12
    Views
    1,339

    v157 Re: Beautiful Templates

    I had started with viennabright (zc1.5.0) and have used lots of decorations and sidebox gimmicks.

    With switching to responsive_classic I disabled one sidebox at first.
    Meanwhile I'm free of...
  12. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    At admin-> images you can set another image size. Then clear the IH cache. This will create new images with the desired size.
  13. Re: Category Tab Simple Dropdown Menu 1.3.9 Support Thread

    Is there any working live website left which is using it?
    I'd like to see an example before installing it.
  14. v157 Re: Help with footers and messy layout, please!

    I'd take another approach to 1.
    Instead of editing the template file I would rather edit the style for that element at the stylesheet file.
  15. Replies
    1,270
    Views
    276,516

    v155 Re: ZCA Bootstrap Template

    please ignore
  16. v157 Re: Help with footers and messy layout, please!

    3. and 5.:
    This can be edited at the stylesheet.css

    8.:
    Click on the edit buttons instead of the category name to edit photo and description
  17. Replies
    1,270
    Views
    276,516

    v155 Re: ZCA Bootstrap Template

    You could stick to the method how Font Awesome is being stored and referenced to.
    Though I put new fonts in a new directory called /fonts.
  18. Replies
    1,270
    Views
    276,516

    v155 Re: ZCA Bootstrap Template

    I've thought about this change (but for other reasons) for my shop which is using responsive_classic, too.

    You probably might to edit the template file to achieve that. At responsive_classic it...
  19. v157 Re: Show manufacturer image within product_info_display

    Thank you very much!
  20. v157 Re: Show manufacturer image within product_info_display

    I have tried three possibilities but none works.


    <?php echo '<div class="">' . zen_image(DIR_WS_IMAGES . $manufacturer_image) . '</div>'; ?>
    <?php echo '<div class="">' ....
  21. v157 Re: Show manufacturer image within product_info_display

    Here my code so far. It's picking up the wrong image. Anyone an idea how to adjust this?


    <?php echo '<div class="manufacturer-product-info-display">' . zen_image(DIR_WS_IMAGES,...
  22. v157 Show manufacturer image within product_info_display

    Has anyone already inserted the (uploaded) manufacturer image next to manufacturer name at product_info_display?
  23. Replies
    5
    Views
    471

    Re: Large Carts and Fake Accounts

    I saw something similar at a customers Shopware 5 store.
    After purging the account the bot immidiately created a new account.
    Also subscriped to the newsletter in high frequency.

    The used mail...
  24. Replies
    2
    Views
    990

    Re: Admin Bootstrap 5

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

    I forgot to disable the display at the Admin.
    Because the name was different I wasn't able to find the entry via Screen Search.

    So problem solved.
    Thanks to Jörg from webchills.at (as so !!!...
  26. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I acitvated a sidebox and deactivated it. Now there is a gap on the one side I can't get rid of.
    All sidebox elements are deactivated.

    Instead of col970 there are loaded col820 and col150
  27. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Many people are using scaling. Some use 125% (Win10 default), others even 175% at their little tiny 4K screens.

    The problem I have with responsive_classic is the proportions become all wrong as...
  28. Replies
    2
    Views
    214

    v158 Re: storefront loading slowwwwwwwwwwww

    You could host your site at a webhoster.
    Then you 'd have evidence whether it is your zen-cart installation or anything else.
  29. Replies
    0
    Views
    98

    v157 Modify featured products feed

    Is it possible to show featured products which are filtered by category, manufacturer or name?
    At the moment I'm using this code snippet:


    <?php...
  30. Thread: Cannot login

    by Shop Suey
    Replies
    16
    Views
    1,200

    Re: Cannot login

    One config.php is for storefront, the other one for the backend.

    Both normally they both use one database.

    You have your reasons why you do it differently
  31. Thread: Cannot login

    by Shop Suey
    Replies
    16
    Views
    1,200

    Re: Cannot login

    I think you should figure out first why you are using two different databases.

    For backend login issues of course the database configured in <admin>/includes/configure.php would be the one to look...
  32. Thread: Cannot login

    by Shop Suey
    Replies
    16
    Views
    1,200

    Re: Cannot login

    both files show the identical database, right?

    If yes, this is your database to work with.
  33. Thread: Cannot login

    by Shop Suey
    Replies
    16
    Views
    1,200

    Re: Cannot login

    one config.php is inside your includes/ folder
    Another one is inside your <admin>/includes/ folder

    Both files need to be configured properly.
  34. v150 Re: Carousel Featured Products

    Is it possible to use the classic featured products view for desktop but load this Plugin for mobile only?
  35. Replies
    39
    Views
    6,413

    v157 Re: SitemapXML v4 [Support thread]

    The solution is to do 2 things:


    set value for order >0
    activate a location


    I'm not using sideboxes and do not want to have EZ-Pages linked automatically so I chose "Sidebox" asl...
  36. Replies
    39
    Views
    6,413

    v157 Re: SitemapXML v4 [Support thread]

    thanks!
    Not for zen-cart-pro.at yet.
    I will inform webchills via github
  37. Replies
    39
    Views
    6,413

    v157 Re: SitemapXML v4 [Support thread]

    The link is broken.

    I'm using XML Sitemap Generator v4.1.3 and since today, also EZpages for posts which I migrated from my WordPress blog.

    Unfortunately they are not being included in...
  38. Thread: Sub-headings

    by Shop Suey
    Replies
    0
    Views
    571

    v157 Sub-headings

    I would like enhance the displayed data structure. My larger competitors do use such a structure and it doesn't only look better but it also removes massively repetitive terms out of the H1 headings....
  39. v157 Re: Home Page NOT INDEXED in Google (previously was) - need some help please

    Do you have a robots.txt in your main folder?
  40. v157 Re: Home Page NOT INDEXED in Google (previously was) - need some help please

    have you tried with disabled robots.txt?
  41. Replies
    2
    Views
    291

    v157 Re: Can't delete certain product

    thanks!
    works like a charm :smile:
  42. v158 Re: How to display more that two categories per row

    Just set from 3 to 4 at vanilla installation:

    https://usa-158a.roller-aus-blech.de/index.php?main_page=index&cPath=1

    It works as long you are not overriding it.

    With "Responsive Template"...
  43. v158 Re: How to display more that two categories per row

    You can set the amount of categories per row in the admin -> configuration -> max values
  44. Replies
    2
    Views
    291

    v157 Can't delete certain product

    I have a product which dan't be deleted.
    The main category is unchangeable set to "0".
    The product has an ID (993) but when trying to delete there's no ID shown (and no category ID, too).

    I...
  45. Replies
    5
    Views
    476

    v158 Re: new server issue

    I had a similar issue at "create account" after changing from 155f and PHP 7.1 to 157f and PHP 8.0.27.

    Do you have any additional restrictions for PHP at your server?

    Maybe this issue ->...
  46. Replies
    1
    Views
    380

    v155 Re: Wrong pictures showing on Social Posts

    Search for twitter cards and open-graph
    That should do the job
  47. v157 Re: How to determine if I have runaway memory usage

    if possible start watching the php process with top / htop
  48. Replies
    5
    Views
    521

    v157 Re: Slow loading at certain circumstances

    It looks I got it.
    I'm using several deny IP entries within the .htaccess

    Without these ones it's working as expected.
    I don't know why max. 50 deny IP entries would cause that.

    Very curious...
  49. Replies
    5
    Views
    521

    v157 Re: Slow loading at certain circumstances

    Some new infos:

    what i was able to exclude as errors are:

    - PHP version
    - hosting
    - connection
    - device

    What I assume is a webserver configuration at .htaccess
  50. Replies
    5
    Views
    521

    v157 Re: Slow loading at certain circumstances

    some update (I haven't been able to make test with laptop yet)

    At my storage from mobile ZC needs 13 seconds to start loading
    With Cache additional 2 seconds to finish.
    Without Cache additional...
Results 1 to 50 of 101
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR