Search:

Type: Posts; User: Diavire

Search: Search took 0.01 seconds.

  1. v155 Extra details shown at end of License Terms in zc_install

    Hiya,

    Just saw that in the license terms, the part after the end of the license was also included, I don't think I've seen that before, so I'm not sure if that was supposed to happen, basically...
  2. Replies
    6
    Views
    1,392

    Re: Zen-Cart Images

    I'll answer both Image Handler responses at once here.

    I think Image Handler is a plugin that simply cannot be missed from any Zen-Cart installation, even if just for image quality alone...
  3. Replies
    6
    Views
    1,392

    Re: Zen-Cart Images

    Hi Linda,

    Thanks for the response.

    Maybe we mean different things, I know of the functionality, but that wouldn't speed up zen-cart's search for additional images that it does, in the same...
  4. Replies
    6
    Views
    1,392

    Zen-Cart Images

    Howdy,

    It's been a while, and I haven't kept up with developments for Zen-Cart, so I'll ask this here (regarding a possible solution if it hasn't changed).

    Does Zen-Cart in the newest versions...
  5. Replies
    2
    Views
    457

    Re: Can images break the cart?

    Hi,

    The blank page is the image script running out of memory, I've had that a few times myself.

    Your other problems are probably image size related as well. 800 KB for an image on a website is...
  6. Replies
    5
    Views
    1,084

    Re: Zen-Cart 1.3.8a PHP5.3 ereg after patch

    Thanks much for the enlightenment.

    Now just to be sure, 1.3.8a, with it's noted patches, still has XSS vulnerabilities for the admin, but no SQL injection problems, if I understand correctly?
  7. Replies
    5
    Views
    1,084

    Re: Zen-Cart 1.3.8a PHP5.3 ereg after patch

    Thanks for the clarification.

    I am, naturally, all security patches are installed however, I take it that hardens the install up a bit, or are there other known issues that haven't been patched?
    ...
  8. Replies
    5
    Views
    1,084

    Zen-Cart 1.3.8a PHP5.3 ereg after patch

    Hello,

    Our host is moving to PHP 5.3 soon, so I installed the PHP 5.3 patch that's been made available.

    We'll be upgrading when 1.5.0 comes out of beta, but since that's not out yet, and it'll...
  9. Re: Question about replacing [Get]s in addon code for 1.5

    I see, misunderstood the context then.

    In my reasoning the "not possible" referred to disabling the possibility to simply create an url with gets (by adding or changing entirely to a post), making...
  10. Replies
    32
    Views
    7,928

    Re: Image handler vs upcoming Zen 1.5

    @niccol

    Sorry, I didn't make myself clear, I use php to do what I described, as you never know what's turned off or on, capability-wise, on the browser end, so this is all precalculated before the...
  11. Replies
    32
    Views
    7,928

    Re: Image handler vs upcoming Zen 1.5

    @niccol

    What I did for getting images centered was to get the size of the area you want the image in, then get the size of the image.

    Subtract the image size from the area size and divide what...
  12. Re: Question about replacing [Get]s in addon code for 1.5

    Hi,

    Thanks for the explanation.

    I'm not fully grasping the idea behind this yet though.

    Can't someone just use cURL to use the POST variable using another server or even a server installed...
  13. Replies
    8
    Views
    764

    Re: Help! with database problem

    Were there any database modifications that the add-on required you to make, but you didn't?

    That error means it's looking for a table in a database, but that table isn't there.

    Looks like, if...
  14. Replies
    5
    Views
    977

    Re: Viewing and Developing for IE6

    That's odd, I'm using it on Windows XP myself o_O

    Maybe find another version of it on the microsoft site, you can use the images on just about anything they have for download.
  15. Replies
    5
    Views
    977

    Re: Viewing and Developing for IE6

    All the info you need:

    http://www.microsoft.com/downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&displaylang=en
  16. Replies
    1
    Views
    1,739

    Re: AddThis Social Networking vs ZenId

    I added this line in the javascript section of addthis:



    var pageUrl = location.href.replace("&zenid=<?php echo $_GET['zenid']; ?>", "");
  17. Re: Eliminating dual content due to missing cPath variable

    It may take some time for google to check all links, so more might be taken out with time. For me the number has been steadily declining over the past few days.



    That is really weird..
    I've...
  18. Re: Eliminating dual content due to missing cPath variable

    I did read those, indeed, but as you said, always good to minimize potential problems, also, google isn't the only search engine, even if it's the by far most used one, and I don't know how other...
  19. Re: Eliminating dual content due to missing cPath variable

    I wrote about that in an earlier post in this thread, what happens is, nomatter what the cPath, as long as the product ID is the same, it'll show that product, the cPath decides what category is...
  20. Re: Eliminating dual content due to missing cPath variable

    Great to hear it worked out well for you >)

    One thing though, I wasn't talking about how the links looked, but the full links.
    The first one you posted has "19" as cPath, and the second one...
  21. Re: Eliminating dual content due to missing cPath variable

    Thanks for taking a closer look ;)

    You're right in assuming the all products section shouldn't show links without cPaths, maybe he's using an old version of zen-cart? In any case, our site does...
  22. Re: Eliminating dual content due to missing cPath variable

    BTW, forgot, you can check your headers by googling "header check", that'll give you a bunch of pages that'll show you what your site is reporting.
  23. Re: Eliminating dual content due to missing cPath variable

    I've now put it live on my site, tested with some other linked products and it uses the main category for cPath in all cases, so far so good. I'd like to hear back from you wether or not using this...
  24. Re: Eliminating dual content due to missing cPath variable

    I read a thread not too long ago where it turned out that a box in which products that were bought along with a certain product by other people were shown did not include the cPath (in 1.3.8), didn't...
  25. Replies
    10
    Views
    1,303

    Re: Google Sitemap Contribution

    By contacting sites that have link pages (like suppliers and such, not link-farms), and asking for a link :)
  26. Replies
    10
    Views
    1,303

    Re: Google Sitemap Contribution

    Google decides on those bottom links by itself, if it feels like it, nothing you can do to make that happen I believe.
  27. Re: Eliminating dual content due to missing cPath variable

    Past the 7 minute editting time, just wanted to add that you should always backup and test rigorously before putting code on a live site.

    Good luck!
  28. Eliminating dual content due to missing cPath variable

    Good day,

    Some time ago I read about search engines seeing links with and without cPath as different links, seeing this as dual content, this being a bad thing.

    I don't know if that has been...
  29. Replies
    5
    Views
    821

    Re: Product titles in array, possible?

    That would be an option, but then I'd have to first manually insert the scales for a few thousand products :/
  30. Replies
    5
    Views
    821

    Re: Product titles in array, possible?

    I take it the lack of replies means no? :P
  31. Replies
    5
    Views
    821

    Re: Product titles in array, possible?

    Now that you mention it, I'd actually need it for categories with subcategories and categories with just products.

    The reason is this:
    Product titles in our shop have scales in them, like say,...
  32. Replies
    5
    Views
    821

    Product titles in array, possible?

    Is it possible to put the product titles for all products in a given category in an array?

    Not just of the products on one page, but of all of them in that category?
  33. Replies
    11
    Views
    2,047

    Re: Strange, Originating URL's in User Tracking

    The board wouldn't let me edit my other post (hung on saving), so here's a change in the code.

    Don't use this code unless someone knowledgable says it'll work! Cuz I'm asking that very question :P...
  34. Replies
    11
    Views
    2,047

    Re: Strange, Originating URL's in User Tracking

    Hi,

    I just had the same thing happen, twice, but different.

    For me the code snippet didn't work, I think because with the attempt on my site the http part was in the cPath variable.
    ...
  35. Replies
    14
    Views
    4,930

    Re: Tips, Tricks, and Hints

    Compressing compression just didn't work out well I suppose ;)

    The CSS did validate through the w3c validator, with warnings however.
    Maybe that has something to do with it, but still, if it...
  36. Admin copy of order e-mails forced as HTML?

    Good day,

    I was wondering if it's possible to force the admin's email copies of orders to HTML.

    I want to place some dynamic links (with for example the customer's name, address, total price...
  37. Replies
    14
    Views
    4,930

    Re: Tips, Tricks, and Hints

    here's an update:

    Turns out the CSS compressor changed something in the code causing IE6 and 7 to color my categories list incorrectly, turning off Compress colors didn't have an effect, so I went...
  38. Replies
    14
    Views
    4,930

    Re: Tips, Tricks, and Hints

    Before compression my html size was around 21000 bytes (according to the checker at www.websiteoptimization.com)

    First I tried enabling the compression bit in .htaccess alone, this resulted in...
  39. Re: Redirecting one URL to another in order to move from old software to Zen Cart

    That worked magnificently, thanks a bunch. Not used to such fast and Helpful posts from a community, it's a firm reassurance for using Zen-Cart to me.

    One more question, you said "something like",...
  40. Re: Redirecting one URL to another in order to move from old software to Zen Cart

    Thanks for the quick reply >)

    I only have an old, very feature incomplete version on the web at the moment, the version I'm working is on the network here. But, I put the code in the old version's...
  41. Re: Redirecting one URL to another in order to move from old software to Zen Cart

    Sorry for the late reply.

    Thanks a bunch, that worked exactly like I needed.
    I added "Header( "HTTP/1.1 301 Moved Permanently" ); " before the last line so it now marks the links as moved...
  42. Redirecting one URL to another in order to move from old software to Zen Cart

    Good day everyone,

    I'm new as a registered member, but I've been lurking for awhile.

    My problem is as follows:
    I have a webshop running on Quick.Cart and I want to move it to Zen-Cart.
    Going...
Results 1 to 42 of 43
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR