Search:

Type: Posts; User: fakeDecoy

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    631

    v139h Making use of thumbnail images

    What template file would I edit to have the system use either images/medium or images/small for thumbnails for the product listing display?

    For some reason I had my store set up with the main...
  2. Re: How to remove all customers who have never ordered before?

    FYI, my queries to delete customers with zero lifetime orders and with no activity for 6 months:



    DELETE from zen_customers
    WHERE customers_id IN
    (SELECT customers_info_id from...
  3. Re: How to remove all customers who have never ordered before?

    Cool, thanks! I think that will do the trick in helping me to clean spam out of my customer db.
  4. Re: How to remove all customers who have never ordered before?

    I'm having this issue too with lots of spam customers I need to delete. Basically ones using the company name of AT&T, microsoft, and apple.

    It looks like it would just take a good SQL DELETE...
  5. Replies
    1
    Views
    598

    v139h Unable to edit products

    Suddenly today I have been unable to edit my products. After making the edits and clicking the Preview button, the browser just hangs. I tired it on both the admin/product.php and the Quick Updates...
  6. Replies
    7
    Views
    1,418

    v139h Re: Thawte SSL seal not showing up

    Namecheap suggests now that it's because my certificate is registered to mydomain.com and not www.mydomain.com, and I have an htaccess line redirecting all requests for mydomain.com to...
  7. Replies
    7
    Views
    1,418

    v139h Re: Thawte SSL seal not showing up

    I tried placing it in a sidebox, footer, and shopping cart page.

    Text I place next to it shows up fine. Everything shows up except the seal itself.

    Site is adamantbarbell.com

    I looked at the...
  8. Replies
    7
    Views
    1,418

    v139h Thawte SSL seal not showing up

    I know this is probably not a ZC issue, but here it goes.

    I bought a Thawte SSL123 certificate (DV) through Namecheap. It was validated immediately. My host installed the certificate, and it's...
  9. Replies
    3
    Views
    1,060

    v139h Re: Small issue integrating Wordpress blog

    That isn't compatible with my version of zc
  10. Replies
    3
    Views
    1,060

    v139h Small issue integrating Wordpress blog

    I performed the integration as detailed here, to use an EZPage to host the WP blog content so that the blog loads in the zc template. Or at least that's how I think it works. And it does work to some...
  11. How can I change to use aweber for all customer newsletter signups?

    Similar to the opt-in checkbox during registration, I'd like an opt-in checkbox on the email contact form. But I need it to sign them up via my email marketing provider, AWeber. How might I do this?...
  12. Replies
    0
    Views
    714

    v139h Sort products by new and most popular

    I'd like to sort my products listing, for certain categories only, by new and most popular. So first it would show the new products in the last 60 days, along with some kind of "NEW" badge, and then...
  13. Replies
    807
    Views
    339,609

    Re: Dynamic Filter [Support Thread]

    I'm not sure what you're trying to say... Does it grab all the attribute values of all products in a category and list those in the filters organized by option name? Does that go for dropdowns,...
  14. Replies
    807
    Views
    339,609

    Re: Dynamic Filter [Support Thread]

    I'm running zc 1.3.9 and I'm considering doing the big upgrade to 1.5 to be more compatible with mods like this.

    Can I customize the attribute filters by category? For example, one category will...
  15. Replies
    7
    Views
    2,741

    v139h Re: User session timeout

    They could buy quick, but the average order value is high enough that they shop around a bit. Finally they learn my prices are the lowest, create an account, and pull the trigger. A session lasting a...
  16. Replies
    7
    Views
    2,741

    v139h Re: User session timeout

    Also, I ran admin/server_info.php, and the session settings it's showing there are different than the output from a script running phpinfo() in my zencart catalog (running PHP via an ezpage hack). In...
  17. Replies
    7
    Views
    2,741

    v139h Re: User session timeout

    What do you suggest could be the problem? Maybe there's something else in php.ini?

    This is a copy and paste from the line of my phpinfo display. The first number is local value, the second is...
  18. Replies
    7
    Views
    2,741

    v139h User session timeout

    My webhost just upgraded my server from PHP 5.3 to 5.5. I lost the custom php.ini file I had been using. Something in that file was forcing sessions to last a long time, and I can't figure out what...
  19. Replies
    41
    Views
    9,645

    Re: Easy Google Analytics - Support

    Yep, that was it. Fixed, thanks!
  20. Replies
    41
    Views
    9,645

    Re: Easy Google Analytics - Support

    So the Enhanced Ecommerce started working after all.

    I ran into a bug - The product page is giving this error when I click on a link to a product I disabled. The first line is expected. How do I...
  21. Replies
    41
    Views
    9,645

    Re: Easy Google Analytics - Support

    Well, the help page I referenced shows several things that are needed, and this plugin doesn't have any of them. What it has isn't even right. The notes on the plugin says that enhanced ecommerce...
  22. Replies
    41
    Views
    9,645

    Re: Easy Google Analytics - Support

    Also, this page mentions the below line is needed in the HEAD, but I don't see it used in the plugin. Nowhere in the file contents. I might just try adding it and see what happens....
  23. Replies
    41
    Views
    9,645

    Re: Easy Google Analytics - Support

    In GA -> View -> Ecommerce Settings, I have "Enhanced Ecommerce Reporting" enabled. Do I need to enter the checkout labeling steps? I'm not sure what to enter there.

    I don't see any setting in the...
  24. Replies
    41
    Views
    9,645

    Re: Easy Google Analytics - Support

    I recently upgraded this plugin to replace the old version from last year. Enhanced Ecommerce isn't working for me. I'm viewing the Shopping Behavior Analysis report and all the numbers are zero...
  25. Re: How to set custom sort order for product list

    It's for a products listing, but I'll sort conditionally based on the category. I can probably figure out the conditional code once I find the spot just to do the sorting.
  26. How to set custom sort order for product list

    For some categories I want to set the default products sort order by most viewed.

    I have a custom function to count unique pageviews by product and date. Now I need to apply it as the default...
  27. Re: getting list of products from last order

    Thanks, I used Movenext and that's the trick.
  28. getting list of products from last order

    I'm trying to get a list of products ordered on the checkout_success page so I can add some Facebook share buttons for each one. I can do the rest if I can manage to get a list of the products into...
  29. Using Wordpress in zc - Problem with index.php URL

    So I have kind of a mess of htaccess rewrites. They are a combination of lines from CEON URI Mapping and some instructions I found here about how to display my Wordpress blog inside zc:
    ...
  30. v139h Re: Access Denied error at admin/customers.php

    A permissions change doesn't change the timestamp. It's still last modified in 2011.
  31. v139h Re: Access Denied error at admin/customers.php

    So the permissions for the customers.php file seems to get changed every Sunday to cause this error. I have to go into filezilla every week and fix it back. My webhost says they aren't doing it. No...
  32. Replies
    2,160
    Views
    398,146

    Re: Simple Google Analytics - Support

    I'm having an issue with GA reporting all payments made via Paypal Express Checkout as having the referrer "paypal.com" instead of the true referrer. This is because the user is redirect to paypal...
  33. v139h Access Denied error at admin/customers.php

    I'm getting an "Access Denied" error in my browser when I try to access this admin URL this morning. I only noticed the error this morning, but it might have been a few days since I tried accessing...
  34. Replies
    2,160
    Views
    398,146

    Re: upgrading from 1.2.5 to 1.2.6 on zc 1.3.9h

    Ok, I downloaded and copied all files from Easy GA this evening. I refreshed zencart admin and got a blank page with this error in the debug log. The version.php file referenced in the error does not...
  35. Replies
    2,160
    Views
    398,146

    upgrading from 1.2.5 to 1.2.6 on zc 1.3.9h

    zc 1.3.9h

    A couple months ago within Google Analytics I upgraded to Universal Analytics. No obvious issues, but I noticed a few days ago that the tracking code on mysite was not the new Universal...
  36. Re: Is it possible to create a sale on all products by a manufacturer at 1.51?

    It sounds like that solution would work, but wouldn't it affect the breadcrumbs display for category browsing? When a visitor views that product, unless the cPath parameter is in the url, he would...
  37. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    Yep, did that.
  38. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    Right. I haven't messed with it yet, so I think that's it, thanks!
  39. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    I haven't touched the parent theme stylesheet. But I'll put my styles into the child theme stylesheet and remove the blog.css from zc if that will help avoid problems in the future.
  40. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    I did something similar - commented out the @import command from the WP child theme css so it's essentially blank. Everything seems to work!



    RewriteEngine On

    # Don't rewrite any URIs ending...
  41. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    Another thing I noticed is if I change


    # Do rewrite blog directory
    RewriteRule ^blog(.*)$ index.php?main_page=blog&$1 [E=VAR1:$1,QSA,L]

    to


    # Do rewrite blog directory but not wp...
  42. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    No luck with those two directives, but thanks for the help anyway DivaVocals. Just one step away now!

    I just realized the 404 error I'm getting isn't the zencart 404 page, it's the WP 404 page. So...
  43. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    I remembered I had added a line to the database table for Ceon URI Mapping trying to fix this yesterday, and that was causing a problem with weirdly rewritten URLs that I neglected to mention. So at...
  44. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    Ok, I went ahead and changed things so the child theme has the small style.css file that imports styles from the parent theme, and the blog.css in zc has all the styles I've edited to my liking. The...
  45. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    The import statement in the blog.css stylesheet is a result of the Numinix instructions. Numinix links to instructions saying to create a WP child theme and create a new style.css file in that...
  46. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    DivaVocals, thank you for the replies!

    So if I understand right I should go by your last post rather than the previous one?


    I made the changes in htaccess and now have this:


    ...
  47. Replies
    57
    Views
    9,561

    Ceon URI Mapping and WP Zencart Integration

    zc 1.3.9h
    relevant mods installed: Ceon URI Mapping, WP Zencart Integration Package (Numinix)
    blog viewable at http://www.adamantbarbell.com/blog/
    WP directory is...
  48. custom shipping quote before allowing payment

    For customers in certain regions, I want to quote shipping manually before allowing them to complete checkout. They would have to contact me, I would do the quote, and they would enter something on...
  49. Replies
    7
    Views
    1,044

    v139h Re: unsecured payment page?

    My customer followed up and said he was actually using his ipad to visit the site before when he saw the alleged problem and admitted that he likely misinterpreted what his browser was indicating for...
  50. Replies
    7
    Views
    1,044

    v139h unsecured payment page?

    A customer visiting my website claimed that the payment page did not have https in the url and was not secured. I'm trying to figure out how he could have encountered such a problem, because in 6...
Results 1 to 50 of 309
Page 1 of 7 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR