Search:

Type: Posts; User: tracib

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    9
    Views
    1,857

    Re: Can't Get Side Box Anywhere to work

    Tonight I pasted this

    <?php
    include ("/home/tracibu/public_html/zen_whats_new_sidebox.php");
    ?>
    into the index.php file of my wordpress blog theme, and the new products showed up! Of course it...
  2. Replies
    9
    Views
    1,857

    Re: Can't Get Side Box Anywhere to work

    I was able to paste php code into an html page to show a form--and it worked. But not this:

    <?php
    include ("/home/tracibu/public_html/zen_whats_new_sidebox.php");
    ?>

    oi! :cry:

    And maybe...
  3. Replies
    9
    Views
    1,857

    Re: Can't Get Side Box Anywhere to work

    I'm still struggling with this. What I don't understand is why this works: http://www.tracibunkers.com/zen/single_sidebox.php

    But, I'm unable to call the single_sidebox.php file--not just in...
  4. Replies
    9
    Views
    1,857

    Re: Can't Get Side Box Anywhere to work

    Hi DrByte,
    I figured it wasn't an issue with the addon since I was able to see it at http://www.tracibunkers.com/zen/single_sidebox.php

    I was just hoping someone could tell me where to paste in...
  5. Replies
    9
    Views
    1,857

    Re: Can't Get SideBox Anywhere to work

    Anyone have any ideas? I'm not sure if I haven't gotten any replies because I called it Side box instead of sidebox, so people aren't finding it.
  6. Re: Carousel Sidebox - New, Featured & Specials: SUPPORT THREAD

    Is it possible to use this on a page outside of zencart? I'd like to have it on my blog (on my domain) to entice people into my shop!

    I've tried using the sidebox anywhere mod, but can't get it to...
  7. Replies
    9
    Views
    1,857

    Can't Get Side Box Anywhere to work

    I am trying to have a sidebox on my self-hosted workdpress blog to show my new products. I followed the instructions for the Side Box Anywhere, but couldn't get it to work.

    So I researched other...
  8. Replies
    475
    Views
    73,183

    Re: Multi Cross Sell mod [Support thread]

    Oh, true--I hadn't thought of that since I don't have tons of items in each category



    Thanks, that's what I thought I needed to do, but wanted to double check. Thanks for getting back to me so...
  9. Replies
    475
    Views
    73,183

    Re: Multi Cross Sell mod [Support thread]

    I have the same question. For example, I want my category of rubber stamps to all have the cross sell of items to mount the rubber stamps. So, each rubber stamp sheet (from the same category) would...
  10. Re: Free E-commerce Tracking for Email Newsletters by MailChimp

    I have a question on this plug-in. The readme text says
    "Make sure that the file "includes/mc360/mc360.ini.php" is writable by the webserver."

    What are the permissions to make sure it's writable...
  11. Replies
    2,160
    Views
    398,415

    Re: Simple Google Analytics - Support

    Where did you find these solutions? I just installed that plugin.
    Thanks!
  12. Replies
    8
    Views
    2,209

    Re: Favicon not showing up

    Okay, I got it to work. here's what I did. I uncommented the define for favicon according to this tutorial:
    https://www.zen-cart.com/tutorials/index.php?article=52

    AND, I changed the URL to my...
  13. Replies
    8
    Views
    2,209

    Re: Favicon not showing up

    In firefox, my favicon won't show up once you go to my shopping cart, but it will on my main home page. It shows up fine in both places in Safari.

    I've cleared the cache, and rebookmarked, but it...
  14. Replies
    1
    Views
    1,932

    Re: Blank Sidebox mod & iContact sign up form

    As an FYI, I decided not to use iContact, and switched to mail chimp. I was able to paste their code into the blank side box and it worked.
  15. Replies
    1
    Views
    1,932

    Blank Sidebox mod & iContact sign up form

    I have successfully added a blank side box, so I know I'm putting the files in the correct place. Now I'm trying to add a blank sidebox, and have the javascript code to sign up for my my iContact...
  16. Replies
    6
    Views
    2,045

    Re: How to center image within sidebox?

    I was looking for this same answer, and your solution fixed it!
  17. Replies
    372
    Views
    56,868

    Re: Order Editor 1.3.7 Issues

    Okay, I made my changes, added a minus sign to my quantity discount, clicked update and all was fine. But I went back so I could print the updated invoice, and it was the original, unupdated one....
  18. Replies
    372
    Views
    56,868

    Re: Order Editor 1.3.7 Issues

    Um, yeah . . . the order I wanted to edit was really big, and I didn't scroll down to the bottom. I was looking for the "edit" button up at the top with the "details", "delete", "invoice" & "packing...
  19. Replies
    372
    Views
    56,868

    Re: Order Editor 1.3.7 Issues

    I just installed this, but can't make any changes to an order.

    I go to customers/orders, then click on "details" and see the order, but am unable to change anything.

    I'm using 1.3.8 of Zen...
  20. Replies
    848
    Views
    204,695

    Re: Quantity Discounts for 1.3

    Ok, I figured it out! I found your faq on how to do it, but was confused because I couldn't find the code used in your example:
    function exclude_category($category) {
    switch($category) {
    ...
  21. Replies
    848
    Views
    204,695

    Re: Quantity Discounts for 1.3

    I found where to do this in the php file, starting with line 190:

    // Add categories you wish to exclude to exclude_category()
    if ($this->exclude_category($products[$i]['category'])) {
    ...
  22. Replies
    848
    Views
    204,695

    Re: Quantity Discounts for 1.3

    So, I need to change the actual files? It's not something I do through the admin page of my cart?

    Also, I'm looking at the info on your website. Do I need to paste in the patch that you mentioned...
  23. Replies
    848
    Views
    204,695

    Re: Quantity Discounts for 1.3

    Where do I specify which categories to exclude from the discount? I just installed your most recent version.

    I've looked in your info, but can't figure out where to do it.

    Thanks!
  24. Re: How to remove "Units in Stock" in show product info page?

    With some searching, I found a thread with a solution that worked for me. I'll post the link in case someone has the same situation.
  25. Re: Show "Units In Stock" for certain product only.

    With some searching, I found a thread with a solution that worked for me. I'll post the link in case someone has the same situation.
  26. Replies
    16
    Views
    2,361

    Re: Option of displaying number of units in stock

    With some searching, I found a thread with a solution that worked for me. I'll post the link in case someone has the same situation.
  27. Replies
    70
    Views
    9,708

    Re: Removed Qty Box, now want it back for some

    Glenn, I just want to say a big thank you! I've been trying to figure out for 2 days now how to not have the quantity in stock show up for one category, and your very good directions did the trick. I...
  28. Replies
    16
    Views
    2,361

    Re: Option of displaying number of units in stock

    After I made that change, it caused the products not to show up in the category when viewing the shop, but after I deleted the change, they appeared again.
  29. Re: Show "Units In Stock" for certain product only.

    Also, if I did it this way, doesn't that mean for each product that I don't want the stock qty to show, I'd have to make a style sheet for it? I'd like to set it up so that for each service (or...
  30. Replies
    16
    Views
    2,361

    Re: Option of displaying number of units in stock

    I am trying to do the same thing, and made the change in the php file, but the quantity still shows for the customer. And I'm not sure what you mean by assuming that document_product is still 4.
  31. Re: Show "Units In Stock" for certain product only.

    Thanks Rob. Now the question is, how do you figure out the id for things?

    After I posted last night, I did more digging and found that since the product I want to have this exception for is...
  32. Re: How to remove "Units in Stock" in show product info page?

    Oh, I thought I had it figured out. I have a "service" (I'm offering workshops), so I set it as a virtual product with always free shipping. I have the free shipping module installed. And, I went to...
  33. Re: Show "Units In Stock" for certain product only.

    Did you figure this out? I have the same question.
  34. Re: How to remove "Units in Stock" in show product info page?

    Is it possible to not have the units in stock not show for some products, but show for others?
  35. Thread: IPN check error

    by tracib
    Replies
    14
    Views
    1,835

    Re: IPN check error

    Oh, just frustrated that I get the error. And that my host says it's not anything they are responsible for. I guess I should just not worry about it.

    I do appreciate all of your help.
  36. Thread: IPN check error

    by tracib
    Replies
    14
    Views
    1,835

    Re: IPN check error

    I've been communicating with my host, and they say it's not a problem on their end . . . that they have everything configured correctly and no one else has this issue. So I'm frustrated by it.
  37. Thread: IPN check error

    by tracib
    Replies
    14
    Views
    1,835

    Re: IPN check error

    Thanks Dr. Byte,
    Does this mean that it isn't secure since it has to communicate without SSL? Could that pose a security problem for my site?
  38. Thread: IPN check error

    by tracib
    Replies
    14
    Views
    1,835

    Re: IPN check error

    So, any idea why I get the error message when I try the ipn check?
  39. Thread: IPN check error

    by tracib
    Replies
    14
    Views
    1,835

    Re: IPN check error

    Anita,
    I JUST got the e-mails for the order, and it showed up in my admin area. So, maybe that was the problem. And maybe that means you'll get your info too.

    But, for some reason, I still get...
  40. Thread: IPN check error

    by tracib
    Replies
    14
    Views
    1,835

    Re: IPN check error

    I forgot to add that I have the CURL turned off, I'm using Zen Cart 1.3.8a
    Database Patch Level: 1.3.8
    v1.3.8 [2008-01-25 02:12:18] (Fresh Installation)
    v1.3.8 [2008-01-25 02:12:18] ...
  41. Thread: IPN check error

    by tracib
    Replies
    14
    Views
    1,835

    IPN check error

    Today I received an order, but it wasn't recorded in my admin--I knew about the order from a paypal e-mail. I looked at the other threads on this, and read the wiki, but couldn't find what to do in...
  42. Replies
    1
    Views
    3,311

    Need to set up coupon for a specific product

    I am trying to set up a coupon for a specific item. When I go to coupon admin, and create a new coupon, I don't see a place to select a specific product. How do I do this?

    OR, is there a way to...
  43. Re: Can middle credit card numbers be e-mailed to 2 addresses?

    I tried that, and couldn't get it to work. What you can do is set up a forward on the e-mail address it's sent to. So the person who receives the middle numbers can set up a forward on the e-mail...
  44. Re: Can middle credit card numbers be e-mailed to 2 addresses?

    I ended up moving my site to another host. The problem was with my host. I would get e-mails on a hit & miss basis. I don't think it is a zen cart issue. But be sure you have the e-mail settings set...
  45. Replies
    5
    Views
    848

    Re: Shared SSL - Fonts Re-sized - FF Only

    I wonder why they and blue host are listed on the suggested hosts page as being certified zen cart hosts if people are having problems.
  46. Re: How do I put a Google tracking code in my checkout-success file?

    I'm talking about google analytics as well.

    I want to set up a "conversion goal" for when someone makes a purchase--to set up a conversion goal, you are supposed to put in a URL for the page--but...
  47. Problems with e-mails in E-mail Archive Manager when resending

    I have installed E-mail Archive Manager 1.4 using Zen Cart 1.3.8. When I resend an e-mail, the code shows up along with the text. It varies whether it is the order confirmation or the oder update...
  48. Re: How do I put a Google tracking code in my checkout-success file?

    From my understanding, if you are running version 1.3.X of zen cart, you don't have to past in any code, just upload the included files and install the SQL Patch.

    What did you put into your...
  49. Re: Can middle credit card numbers be e-mailed to 2 addresses?

    I just talked to my web hosts's tech support, and they had me change the settings again. I get a different answer from each person I speak to there. This time they told me to change it to sendmail...
  50. Re: Can middle credit card numbers be e-mailed to 2 addresses?

    I just uploaded the e-mail archive module, and all of the missing e-mails are listed.
Results 1 to 50 of 157
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR