Search:

Type: Posts; User: chrismarie

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,036

    Re: Setting up styles with the tinymce editor

    Answered here: http://www.zen-cart.com/forum/showthread.php?p=977060#post977060
  2. Replies
    2
    Views
    813

    Re: Tiny MCE editor - Creating Styles?

    Answered here: http://www.zen-cart.com/forum/showthread.php?p=977060#post977060
  3. Replies
    1
    Views
    713

    Re: TinyMCE editor - Creating Styles?

    I know that this is a pretty old topic, but I was looking for a solution to this problem and I just found it, so I thought I'd share in case anyone else stumbled upon this issue like I did.

    I'm...
  4. Replies
    1
    Views
    1,294

    Re: Meta keywords

    I know this is an old post, but I stumbled upon it searching for something else, and I thought I'd answer your question.

    All those keywords being lumped on at the beginning are your categories. ...
  5. Replies
    2,176
    Views
    497,045

    Re: Fast and Easy Checkout for Zen Cart

    Hi all,
    I looked through all the previous posts (at least to the best of my knowledge) and I couldn't find any solution for the coupon update problem, so I thought I'd offer up my (possibly...
  6. Replies
    13
    Views
    11,127

    Re: Category URL from zen_href_link

    I stumbled back upon this thread searching for something else and realized that I never posted the solution for a nonssl hard-coded category link:

    <?php echo '<a href="' ....
  7. Replies
    30
    Views
    8,760

    Re: Authorize.net CIM

    Hey! I almost missed your reply! I would really appreciate a zip of the new files. Thanks so much :)
  8. Replies
    13
    Views
    11,127

    Re: Category URL from zen_href_link

    gezuvor's last post said that he would post the solution if he got it figured out, I was just asking if he had as my problem is the exact same as what he described.
  9. Re: How can I limit one items quanity as one per customer?

    I know this thread is kind of old, but it's the most relevant to my question, so I'm going to give it a shot:

    I managed to prevent logged in users from adding an item to their cart if they've...
  10. Replies
    1
    Views
    594

    Re: Make download available by time

    Got it! For anybody wanting to implement this on your shop, I edited the tpl_modules_downloads.php file in includes/templates/my template/templates and added:


    <?php
    $purchase_date =...
  11. Replies
    1
    Views
    594

    Make download available by time

    Hi y'all
    I'd like to prevent a download from being available until midnight of the day that it's purchased - I know it's a random request, but any thoughts about where to start? I don't know a ton...
  12. Replies
    2
    Views
    2,458

    Re: Duplicate Order Confirmation Emails

    Wow, it was staring me right in the face - I had accidentally duplicated this guy when I updated the order class to include FEC:

    zen_mail($this->customer['firstname'] . ' ' ....
  13. Replies
    2
    Views
    2,458

    Duplicate Order Confirmation Emails

    Hi all,

    Whenever a customer makes a purchase, they get two confirmation emails. I looked at the Duplicate Orders thread, but my issue is different as it's just the order confirmation that's...
  14. Re: Having trouble with order total in Authnet CIM

    Nevermind! I just replaced the this->transactionAmount with the actual value of number_format($order->info['total'], 2)

    I had tried it that way originally and it wasn't working, but that was...
  15. Having trouble with order total in Authnet CIM

    Hi all,
    I'm running 1.3.8a and trying to get my own Authorize.net CIM module off the ground. I've managed to piece it together and I'm getting hung up on this final issue.

    The xml that I submit...
  16. Replies
    13
    Views
    11,127

    Re: Category URL from zen_href_link

    I'm having the same issue as gezuvor with a hard coded category link in my footer. My link is written exactly as kobra suggested, but when accessed from secure pages, it's https:// and from...
  17. Re: Add Order ID# and Customer Name to PDF Download

    We're kind of bouncing around in different threads, so let's work it out in this one.

    I'll try my best to help you get this set up for your cart, but first I need some specs:
    Exactly what are you...
  18. Re: New field in Admin Settings resets to default on edit save

    Good work Paul! I had just wiped out the code that allowed the admin to update my new fields, but I'll check out your solution and see if I can actually solve my problem the right way :)
  19. Re: Can Authorize.net CIM and AIM work together?

    Thanks for the reply, Dr. Byte,
    Sorry I forgot to mention I'm using 1.3.8a.

    I definitely see what you're saying about CIM as I personally don't think that the service is a necessity, but the...
  20. Can Authorize.net CIM and AIM work together?

    Hi,
    I've been trying to set up Authorize.net CIM API using the AIM module as a guide for the php, and I keep hitting a wall with it.

    I've googled this a couple of times and haven't found a...
  21. Re: Add Order ID# and Customer Name to PDF Download

    For any one who cares, I used the ezpdf class extension from http://www.ros.co.nz/pdf/ to get it done.
  22. Replies
    16
    Views
    1,799

    Re: Quantity not updating

    Aha! I didn't think that it was possible to give a product a download attribute and and have it treated as a regular product without a shipping address requirement. Thanks to your suggestion, I gave...
  23. Replies
    16
    Views
    1,799

    Re: Quantity not updating

    Hi Melanie,
    Those are my settings, but unfortunately downloadable products aren't set to track on stock, and I've got a whole store of downloadable products.

    I tried to set the Maximum downloads,...
  24. Replies
    16
    Views
    1,799

    Re: Quantity not updating

    Hey billgod,
    I'm dealing with this same problem right now because my downloads are coupons and if the coupon seller wants to set a maximum of say 200 available, I need to have some way to make the...
  25. New custom field in Admin Settings resets to default on edit save

    Hi all,
    I added a new field, products_id to the admin table so that I could feed different admins product specific sales reports while using Admin Profiles to hide everything else from them.

    I...
  26. Re: Add Order ID# and Customer Name to PDF Download

    Thanks for the reply kobra. I'll try to clarify what I'm talking about a little because I think my initial post might have made my aim confusing.

    I would like the result to be similar to what a ...
  27. Add Order ID# and Customer Name to PDF Download

    Hi all,
    I'm setting up a store with ZC 1.3.8a and I'm trying to create a coupon PDF download where the Customer's Order ID# and Name are added to the PDF and then the file is served up for download....
  28. Replies
    7
    Views
    1,340

    Re: Add Table Row to Product Listing

    Oooh, duh! I was being incredibly dense! I just switched it to column mode - wow, what a great mod!!! The thing that kills me is that I had stumbled upon the thread that had the download in it days...
  29. Replies
    7
    Views
    1,340

    Re: Add Table Row to Product Listing

    Great mod - I wish I had found it before I tried to customize this stuff myself.

    I know I'm probably being dense here, but how can I use it to turn the manufacturer' name cell into it's own row?
  30. Replies
    7
    Views
    1,340

    Re: Add Table Row to Product Listing

    Am I taking crazy pills or is this mod insanely hard to find?

    Edit: that explains it :) I was furiously searching the forums and downloads while you were writing that
  31. Replies
    7
    Views
    1,340

    Add Table Row to Product Listing

    Hi all,
    I'm trying to get the manufacturer's name in it's own row above the product image as opposed to being located in a table cell next to it. I've been doing some serious modding of the...
  32. Replies
    5
    Views
    1,204

    Re: how to add boxes to homepage

    This mod lets you add custom sideboxes. It was last updated for 1.3.7, but if you search for it in the forum, you'll probably find the support thread. Hope that points you in the right direction.
  33. Re: Order 2 products at once and generate 2 seperate orders

    Will do! I hope my contribution is just a drop in the bucket of the oodles of donations that y'all receive. As soon as life ceases to suck, I'm definitely getting a donation subscription. This is...
  34. Re: Removing a link from my category, but keeping the category enabled.

    If I'm understanding your requirement correctly, this module could be helpful:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=391

    It's called hideCategories, and it...
  35. Re: Order 2 products at once and generate 2 seperate orders

    lol! That makes two of us! Thanks for replying :)

    This is the only solution I could think of to achieve my end goal, but maybe I could pick your brain for a second and see if I'm being silly and...
  36. Replies
    13
    Views
    5,152

    Re: Would like to add a countdown clock

    Duh! I'm an idiot :) Thanks so much for the reply and the link!
  37. Re: Order 2 products at once and generate 2 seperate orders

    Hey Linda,
    Exactly how big would one's wallet have to be to get this accomplished? My skill at coding is moderate when pointed in the right direction, but I wouldn't even know where to begin.
  38. Replies
    30
    Views
    8,760

    Re: Authorize.net CIM

    Any updates on an Authorize.net CIM module?
  39. Re: How to make height 100% so footer hugs bottom of browser window?

    This is also a good link (I think it uses the similar if not the same code as the above link) that's easy to follow:

    http://www.cssstickyfooter.com/using-sticky-footer-code.html
  40. Replies
    1
    Views
    1,388

    Re: Shipping based upon Category

    Have you checked out this thread?

    http://www.zen-cart.com/forum/showthread.php?t=91394

    You can modify the php in each shipping module a bit to have them only work with certain categories.
  41. Replies
    13
    Views
    5,152

    Re: Would like to add a countdown clock

    I would like to check the link to the other thread that was posted, but every time I try to follow the link, I get the error:

    chrismarie, you do not have permission to access this page. This could...
Results 1 to 41 of 45
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR