Search:

Type: Posts; User: rafcamera

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    6,457

    Re: eBay integration ideas...?

    Don't mind. I've tried the Store Manager + eBay integration. Great product is you want to export items/quantities to eBay. But it doesn't work in revese direction - if you sold an item from eBay,...
  2. Replies
    16
    Views
    6,457

    Re: eBay integration ideas...?

    So, I need to buy Store Manager for $149 AND eBay Integration for $119, $268 total?
    And what I'll get in the result? Will this automatically sync stock levels of ZenCart and eBay? I mean, if I sell...
  3. v150 Re: Out of stock items in the end of lists - how to do?

    Through admin, I suppose :-)
  4. v150 Re: Out of stock items in the end of lists - how to do?

    I don't know, but I suppose that there is no reason to feature out of stock products. So, I'd rather remove such products from special and/or featured.
  5. Replies
    2,105
    Views
    422,536

    Re: SitemapXML v.2

    No one replied to my problems, so I had to solve them myself :-)
    1. Reason why not all sitemap files were included into the index is same as with images (described in other topic). Script was...
  6. v150 Re: Out of stock items in the end of lists - how to do?

    This edit doesn't affect DB. It just modifies mysql query to DB. You may comment out original string in the code, and put modified one. If it doesn't work, just uncomment original one and delete...
  7. v150 Re: Out of stock items in the end of lists - how to do?

    To tell exactly, it puts items with quantity >0 in front of the list dividing this list into two sections (in stock and out of stock). Items in each of these two section remain sorted alphabetically...
  8. Replies
    2,105
    Views
    422,536

    Re: SitemapXML v.2

    Hi! I have couple of problems with the mod on v1.5.
    1. It creates all sitemaps (for categories, news etc), but includes only 2 or 3 of them into sitemapindex (mainpage and products usually). Is...
  9. v150 Re: Small, medium, large versions of product images--I've gotten mixed messages

    How did I know that this is critical? I'm not a php pro. Just learning by experience. No need for such name for that folder (I just used to give simple names to temporary or 'to-process' folders -...
  10. v150 Re: Small, medium, large versions of product images--I've gotten mixed messages

    Damn... There are 50 files in the Zen 1.5 distributive with directory handling. I suppose that each and every of them should be fixed. Will do this to my copy tomorrow.

    Ajeh, nothing is missing...
  11. v150 Re: Small, medium, large versions of product images--I've gotten mixed messages

    I've found the answer. Here is what is written on http://www.php.net/manual/en/function.dir.php:
    "Please note the fashion in which Directory::read()'s return value is checked in the example below....
  12. v150 Re: Small, medium, large versions of product images--I've gotten mixed messages

    Solved!
    For some reason
    while ($file = $dir->read()) {
    on the line 43 of additional_images.php soen't work.
    It should be modified to while (($file = $dir->read()) !== false) {

    I never...
  13. v150 Re: Small, medium, large versions of product images--I've gotten mixed messages

    Hm. More and more strange... It seems that Zen code itself works fine. When I've inserted 'echo $file' line into additional_images.php script where it reads out an image dir, it listed me about 1200...
  14. v150 Re: Small, medium, large versions of product images--I've gotten mixed messages

    Thanks, but this doesn't work either. I've renamed to _1 .. _5, and numbers _1, _2 and _5 show, but _3 and _4 doesn't. Weird situation...
    May be someone know which exactly module is responsible for...
  15. v150 Re: Small, medium, large versions of product images--I've gotten mixed messages

    Hi. I have bit different problem. Not all additional images show up on the product pages.
    I've set blank suffixes for medium and large images, and store large images only allowing system to shrink...
  16. v150 Re: Out of stock items in the end of lists - how to do?

    I did it :-)


    $listing_sql .= " order by IF( p.products_quantity >0, 1, 0 ) DESC , p.products_sort_order , pd.products_name";

    Thanks once again for pointing in right direction :-)
  17. v150 Re: Out of stock items in the end of lists - how to do?

    Thanks, rbarbour.
    This is better already, but products sorted by quantity now. I would like to have them sorted alphabetically in both parts of a list ('in stock' and 'out-of-stock'). I'll try to...
  18. v150 Re: Out of stock items in the end of lists - how to do?

    Yes, I know that I can manipulate sort order manually. But is it possible to automate this?
    As to 'misleading', it is not always true. Say, I had rare lens recently, and unable to fine any info on...
  19. v150 Out of stock items in the end of lists - how to do?

    Hi!
    Is it possible to setup the shop or hack a code to put out-of-stock products in the end of lists?
    I have many out-of-stock products, but I don't want to remove them from shop since they help to...
  20. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    Forgot to add that I'm using v1.5 Zen-Cart
  21. Re: "Google Plus One (+1), Facebook Send and Twitter Follow" addon Support

    Hi. Thanks for the mod. But my store cache folder is getting flooded with PHP warnings:

    PHP Warning: extract() [<a href='function.extract'>function.extract</a>]: First argument should be an array...
  22. Replies
    2,444
    Views
    353,181

    Re: Ceon URI Mapping v4.x

    This makes sense, thank :-) Will rethink once again :-)
  23. Replies
    2,444
    Views
    353,181

    Re: Ceon URI Mapping v4.x

    I know about this module, but it will not solve my problem. I don't need just auto built URI's. I need to match any new URI with old URI, especially if it is linked from some forum, blog or any other...
  24. Replies
    2,444
    Views
    353,181

    Re: Ceon URI Mapping v4.x

    Hi, Conor!
    I've tested your add-on, and it seems to be great (I like it's ability to type friendly urls manually, and the fact that the urls will not change if I change a product name). But I have...
  25. Replies
    5
    Views
    5,925

    Re: CCNow Payment module

    Because you are not registered in CCNow, probably. Or didn't enter CCNow Key in corresponding field during the module installation.
    BTW, I've got reply from CCNow that they are working on Zen-Cart...
  26. Re: Sold New Products display Sold Out instead of price on index and products_new pag

    Hi!
    I've quite different issue but decided to post here since related thread has been closed without solution years ago.
    So, I need to keep both available and sold out items turned ON, but I want...
  27. Replies
    148
    Views
    58,798

    Re: Poll Manager Support Thread

    No errors. But it seems that I've did something wrong during different mods installation since I can't even turn Website Maintenance On/Off (no options offered).
    So, I'll wait till 1.5 release and...
  28. Replies
    148
    Views
    58,798

    Re: Poll Manager Support Thread

    ZC 1.3.9h, PM 1.1
  29. Replies
    148
    Views
    58,798

    Re: Poll Manager Support Thread

    Hi!
    I've installed the PM, but it throws me to login page when I'm clicking 'add option' or 'send' button. What can be wrong?
    Thanks
  30. Re: HTML banners do not record the clicks on the banner

    It is sad. Thanks for your answer.
  31. Re: HTML banners do not record the clicks on the banner

    P.S. I've tried the way described in the previous message, but it doesn't cont clics in my case (SWF file with built-in link).
    Thanks
  32. Re: HTML banners do not record the clicks on the banner

    Hi!
    I'm almost sure what will be the answer, but I have to ask anyway :-)
    If I need to make an "HTML banner" to display Flash banners, does it means that I have no way (on side of ZenCart) to count...
  33. Replies
    1
    Views
    524

    What should be a Checkout Failure page?

    Hi. May be this is stupid question, but what is checkout failure page I should redirect a payment gateway to in case if a customer didn't complete his payment?
    Thanks.
  34. Replies
    0
    Views
    728

    Banner views counter

    Hi.
    Can't find a related topic or answer, so: is it possible for a banner displays counter in Banner Manager area of admin panel to count a real people views only without spider views? I'm getting...
  35. Re: Search not working with Russian language characters

    Hi. I have other weird problem. When I'm trying to search a Russian word, it is being urlencoded in the url string, and zen-cart shows me 'page not found' page instead of any search results. When I...
  36. Replies
    5
    Views
    5,925

    Re: CCNow Payment module

    Ha. This is mine module. Found this topic in hope that someone made better one since mine have some limitations. Particularly, CCNow doesn't provide automatic redirect back to the store to process...
  37. Replies
    514
    Views
    118,138

    Re: Fual Slimbox (Lightbox) - Support

    I've solved problem with not displaing additional images by editing additional_images.php file. Since I'm not using Large and Medium version of images, having only one version of them, I just removed...
  38. Re: Error: Client does not support authentication protocol requested by server

    Thanks. Sorry tat I didn't find the answer myself :-(
  39. Error: Client does not support authentication protocol requested by server

    When I'm filling database info during install, I'm getting following error:
    Client does not support authentication protocol requested by server; consider upgrading MySQL client

    I've read that...
  40. Replies
    7
    Views
    1,797

    Re: Order Confirmation "from" address?

    Thanks for the explanation, Chuckl. I expected something like this.
    My only guess now is why this behaved as I want prior to update to 1.3.6 or 1.3.7...
    I'll try to set up my mail client to search...
  41. Replies
    7
    Views
    1,797

    Re: Order Confirmation "from" address?

    I have same problem not with Order Confirmation messages, but with Ask A Question as well. Reply button in a mail client works fine, but when I try to find my reply to clients' questions, mail client...
  42. Replies
    3,720
    Views
    819,194

    Re: Zen Lightbox...

    Please don't consider this as shameless promotion:
    http://RafCamera.com
  43. Replies
    3,720
    Views
    819,194

    Re: Zen Lightbox...

    It works great now. Thanks!
  44. Replies
    3,720
    Views
    819,194

    Re: Zen Lightbox...

    Cool contribution. But one more question - I saw 'next' and 'privious' buttons in 'images' folder. Will they be implemented in the next version to browse through all images of the product?
    Thanks
  45. Replies
    4
    Views
    1,611

    discount amount field exists?

    Hi.
    I need to pass discount amount to my payment processor (CCNow) from the corresponding payment module.
    Is there is some variable in the ZenCart system that holds a discout amount?
    Or is there...
  46. Replies
    239
    Views
    81,396

    Re: Css Flyout Categories Menu troubles

    DrByte,
    I have same problem, and the last suggestion didn't help...
Results 1 to 46 of 63
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR