Search:

Type: Posts; User: wrickspam

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    678

    v155 Re: Honeypot Problems

    Are you sure this is being sent from zencart? and not some other stuff running on your server? check /var/log/maillog to see from where the mail is being sent
  2. Replies
    807
    Views
    340,425

    Re: Dynamic Filter - Read only products

    it uses the prices + tax, is that the leak you mean ?
  3. Replies
    16
    Views
    1,037

    v155 Re: 1 product is not adding to the cart

    check your error logs
  4. Replies
    5
    Views
    795

    Re: Zen cart sending delayed e-mails?

    if you handle the mail delivery yourself you should take a look in /var/log/maillog and check there what errors are being produced
  5. v154 Re: How Do I make a copy of products from ZCart ?

    You can use apsona shopadmin to do this too :) dont know if its still being updated though
  6. Replies
    2
    Views
    424

    v151 Re: lost access to my ZenCart

    Missing zencart files shouldnt be a problem you can just redownload the full package.

    The bigger problem is; do you still have the database which was used ? This contains all the product info...
  7. v151 Re: Need a SEO add on, tried all but nothing

    i use CEON URI Mapping and can confirm its working :)

    its a pain in the ###### though as you explained you will have to create urls for all your products by hand because there is no option to do...
  8. Replies
    16
    Views
    1,242

    Re: Struggling 100%

    you should give apsona a try it does the job for me

    you can copy cat + prods from one shop to another

    might be hard to find though since its no longer being developed not sure
  9. Replies
    10
    Views
    1,038

    v153 Re: PDF to display in Product info Page

    you could try to use issuu which creates a dynamic version of the pdf which u can embed in your website, the file will be saved on their servers though (might be able to use ur own server if you pay...
  10. Re: Two questions

    you could this by using some sql querys on your database .. what do you mean exactly with total of EVERY single thing in my shop? just a list with all products or ?
  11. Replies
    11
    Views
    3,280

    v153 Re: Catalog Migration From Zencart to Zencart

    install apsona shopadmin in your old shop
    export using apsona your products cats etc.

    in new shop install apsona shopadmin
    import all the products and categories.

    i think this is the fastest...
  12. v138a Re: Home page meta name keywords and description

    there is not much reason for setting this up, most search engines stopped using meta tags because a lot of abuse...
  13. Replies
    3
    Views
    856

    Re: change the URL of a Zen CArt site

    http://www.zen-cart.com/content.php?142-i-want-to-move-my-zen-cart-installation-to-another-host-or-a-different-server


    this explains what u need to do, it mostly consists of editing the...
  14. Replies
    4
    Views
    730

    Re: How to revise attributes in bulk?

    options_name_manager should be able to do what u want, and yes its standard in zencart at least in 1.5.2 :x
  15. Replies
    2
    Views
    407

    Re: edit headers?

    /httpdocs/shop/includes/templates/YOUR_THEME/common/html_header.php

    most of the things for the header can be edited here !!
  16. Replies
    10
    Views
    964

    v150 Re: phpmyadmin transfer of shop products...

    why dont you install apsona shopadmin in both ur shops and use that to transfer the products/cats ?

    seems to be much easier then bughunting through phpmyadmin
  17. Replies
    807
    Views
    340,425

    Re: Dynamic Filter - filter does not work on product listing

    please dont push a update without fixing the big problems surrounding this plugin when working with large amounts of attributes...

    search through the topic there are a lot of people with this...
  18. Replies
    2
    Views
    1,049

    v153 Re: Emails are not sending what-so-ever

    you could try to upload this at your webserver somewhere



    <?php
    $to = "[email protected]";
    $subject = "Hi!";
    $body = "Hi,\n\nHow are you?";
    if (mail($to, $subject, $body)) { ...
  19. Replies
    6
    Views
    1,832

    v153 Re: Easy Populate Import Items Not Working

    if you keep having problems with easy pop, i can advice you to give apsona shopadmin a try..

    ive tried to use easy pop in the past and had a lot of problems with it, in apsona admin you can easily...
  20. Re: New add-on "product type book" for ZC 1.5

    isnt this allready possible with the use of attributes and dynamic filter sidebox module ?
  21. Replies
    6
    Views
    1,894

    v139h Re: Adding .JS files and code into a side box

    you can load your script/js in the html_header file

    located here:
    httpdocs/shop/includes/templates/YOUR_TEMPLATE/common/html_header.php

    add your code between script tags
    before the ending of...
  22. Replies
    807
    Views
    340,425

    Re: Dynamic Filter - Left Col Boxes Misaligned

    search through this forum, in 1.5.1 this error allso was present, and there was a fix posted by dr blyte.. you might be able to get this plugin working by implementing that .. ( i havent tried)
  23. Replies
    3
    Views
    936

    v153 Re: Does CKEditor have text alignment?

    you could also do it by entering the html editor and aligning the stuff u need there (if it isnt too much)
  24. Replies
    4
    Views
    606

    v153 Re: What version am I using

    you can see it in the admin on the top right of the screen!
  25. Re: Despirately need help with importing 1.3.9 db to 1.5.3 fresh install

    yes but if you are having problems with the upgrade process, its worth a try and i did it in this way when i had a half corrupted database and managed to save most of it...

    you are right this does...
  26. Re: Despirately need help with importing 1.3.9 db to 1.5.3 fresh install

    On your old installation install apsona shopadmin -> export all the products+cats

    On your new installation install apsona shopadmin -> import all the products+cats

    wouldnt that be much easier...
  27. Replies
    2
    Views
    551

    Re: mimic category images on this website?

    try the Categories Dressing plugin, as stated before you can make it look like your example with a lot of custom mods
  28. Replies
    4
    Views
    1,127

    v153 Re: Both Product Import Addons Not Working

    Ive tried them all and in my experience apsona shopadmin is the one that does the trick the best!
  29. Replies
    11
    Views
    1,410

    v151 Re: No access to back office

    you seem to have some problems with the configure.php on the admin side, you could try to reupload all the files from the admin folder (backup first) and see what that does for you ..
    you could...
  30. Replies
    807
    Views
    340,425

    Re: Dynamic Filter - Left Col Boxes Misaligned

    This plugin is allso not updated for 1.5.1 and needs a lot of custom edits to get it working on 1.5.1
  31. v151 Re: Adding a custom Invoice Ref # to an order

    Where do you want it to appear? on what page?

    Where do you want to add the custom id ? or should it happen automatic ?

    This shouldnt be to hard to realise, if you can explain my two questions...
  32. Replies
    4
    Views
    834

    Re: Customer Logins are not secure

    you probably have some error in configure.php, possibly an added subdir in the end ?
  33. Replies
    3
    Views
    624

    v153 Re: Attribures search in homepage

    Watch out though, dynamic filter is very buggy when using large amounts of attributes!
  34. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    from what i remember its not possible to add this on the main/frontpage
  35. Replies
    8
    Views
    1,384

    Re: Problem with Ultimate SEO URLs

    this seems to be a problem with the htaccess file you are using, i prefer to use cEON urls because they have a big help document which helps you configure the htaccess file
  36. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    Are you sure you uploaded all the files correctly especially the files in the sidebox folder? What language is your webshop in ?
  37. Replies
    7
    Views
    923

    v151 Re: fax number on order page?

    customers fax isnt saved in the orders table, you could edit some zencart files to let it add this to the orders table but this would require edit of the database.

    You could add some simple code...
  38. Replies
    7
    Views
    923

    v151 Re: fax number on order page?

    Which page are you talking about, is this the invoice you mean ?
  39. Replies
    4
    Views
    868

    v151 Re: Batch change all the prices

    Some other tool i use for this is Apsona shopadmin which can import CSV data to zencart

    Give it a try!
  40. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    You should check your logs directory for any logs being created so we can help you troubleshoot
  41. Replies
    3
    Views
    721

    v151 Re: Setting up a development server

    Did you install a fresh shop -> then just installed the db of the same zc version ?

    or did you use the upgrade process?

    If your having problems using the upgrade process, i allways just...
  42. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    this quote explains the problems weve been having!
  43. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    any chance you can help me and panservolvo to fix our problems with the filter not working for products with a lot of attributes?
  44. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    This is on line 63 in functions_general:

    function zen_parse_input_field_data($data, $parse) {
    return strtr(trim($data), $parse);
    }

    My PHP version is 5.3.23

    Zencart 1.5.1
  45. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    I have tried removing the english language, but that still doesnt fix the problems with filtering.

    As the person above me i have the error:

    [05-Jun-2014 12:15:58 Europe/Amsterdam] PHP Warning: ...
  46. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    Im having exaclty the same problems, very hard to replicate the problem but it appears to only not filter for products with a lot of attributes, i havent tried to delete the english language. but i...
  47. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    No support for this plugin, dont use in live shop with lots of products since it will screw up
  48. v151 New Order Email Admin Update order status missing?

    In the old version of zencart i (the admin) would receive a mail: NEW ORDER #ORDERID

    from that email i could click a link which would send me to the Edit order page (from where i can update the...
  49. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    Managed to fix the sort order;

    open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_dynamic_filter.php

    FIND:

    if(count($filteredProducts) > 0){
    // Below line counts up all quantities of...
  50. Replies
    807
    Views
    340,425

    Re: Dynamic Filter [Support Thread]

    this will explain the problem i have a little better

    when i change the sort order around (like change number 2 to 98) it still shows in the first position

    here some screenshots to explain...
Results 1 to 50 of 85
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR