Search:

Type: Posts; User: ladyink

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,252

    v151 Re: PayPal Express 500 Internal Server Error

    Guess that I should have said that the return URL is http://www.charlestonornaments.com/index.php?main_page=checkout_process and the IPN return handler is enabled and sent to...
  2. Replies
    1
    Views
    1,252

    v151 PayPal Express 500 Internal Server Error

    Hello! I see that there have been several issues with this error over the years, but they were all very specific and don't seem to apply to my case. So here is what I've got... I'm trying to include...
  3. Replies
    7
    Views
    650

    Re: Admin Login Issues

    Well, I can't explain it but today it's working. Thanks for trying to help~ apparently something that I did yesterday helped.

    Nancy
  4. Replies
    7
    Views
    650

    Re: Admin Login Issues

    I thought of that- one of the first things that I checked for. I can't find a single file that's been edited in over a year- with the exception of product images.
  5. Replies
    7
    Views
    650

    Re: Admin Login Issues

    Just thought that I'd throw out there that I've made use of the debug utility- nothing. Fix cache key utility- nothing. Made sure that the cache is writable. Pretty much anything that I've found that...
  6. Replies
    7
    Views
    650

    Re: Admin Login Issues

    Yes and I adjusted for that with the following:

    DELETE FROM zen_admin WHERE admin_name = 'Admin';
    INSERT INTO zen_admin (admin_name, admin_email, admin_pass, admin_level)
    VALUES ('Admin',...
  7. Replies
    7
    Views
    650

    Admin Login Issues

    Hopefully a quick question...

    We are having issues logging into the admin. Obviously that's been discussed several times. Tried the solution here:
    ...
  8. Replies
    490
    Views
    84,357

    Re: Additional Customers Fields

    Okay~ Obviously this add-on has issues- Got it! Someone else installed this on a site and it's working. Don't know how it was installed or what changes they had to make but now I've been asked to...
  9. Replies
    3,250
    Views
    780,641

    Re: Cherry Zen Template Support Thread

    Here is what the problem is... Sorry that I can't quite put my finger on what is wrong...

    Attribute images- I have a dropdown box to select the color and sample colors as attribute images. I'd...
  10. Replies
    97
    Views
    29,695

    Re: Firefox SSL security warning

    I turned off the Skipjack payment and turned on the regular CC processing- it works fine. So it must be something on that page at skipjack - I'll talk to them tomorrow... Something to look forward...
  11. Replies
    97
    Views
    29,695

    Re: Firefox SSL security warning

    Morning Lynda~

    I see where your order went though. I don't get the message if I pay by check either. If you choose to pay by CC, that's when I get it. I use skipjack for CC payments. I just put in...
  12. Replies
    97
    Views
    29,695

    Re: Firefox SSL security warning

    Linda~

    The site is palmettoengraving.net. This all started today because I received notification for my credit card processor that I had received a payment. I logged into my admin to handle this...
  13. Replies
    97
    Views
    29,695

    Re: Firefox SSL security warning

    Hey Lynda- Thanks for taking a look...

    in includes/modules/pages/fec_confirmation/header_php.php that very same line appears:

    $form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '',...
  14. Replies
    97
    Views
    29,695

    Re: Firefox SSL security warning

    I think that I have fixed this issue on my site- except in one spot. The order confirmation page. I "think" that the line that need to be edited is...

    echo zen_draw_form('fec_confirmation',...
  15. Replies
    0
    Views
    681

    Product Review Image

    Hello~

    Is it possible to allow a customer to upload a picture along with their product review- basically showing others the use of the product??

    Nancy
  16. Re: the server is redirecting the request for this address in a way that will never c

    It was Simple SEO URLs (SSU)- I upgraded that and it seems to be working properly!
  17. Re: the server is redirecting the request for this address in a way that will never c

    I believe that this is turning out to be a Simple SEO URL issue...

    I'm still looking...
  18. Re: the server is redirecting the request for this address in a way that will never c

    Site: (sorry it's for a friend so I have to be a little careful)

    my c i r c l e lens.com

    No extra check mods- except Google Checkout

    I thought that I had it fixed but realized that when I...
  19. the server is redirecting the request for this address in a way that will never comp

    Good Morning~

    I've seen where this has been a problem for others before but I do not know how to fix it. The symptoms are always a little different.

    I goto the site and push Login - as if I'm a...
  20. Replies
    1
    Views
    1,039

    Advanced search Limit the manufacturers list

    I found where to limit the side box manufacturers list to manufacturers that have products attached.

    How can I do that same thing with the "advanced search" manufacturers list?

    Thanks
    Nancy
  21. Replies
    8
    Views
    7,853

    Re: Continental United States Shipping Only

    Thanks~

    That did the trick. I knew it had to be one setting somewhere!

    All I have installed as far as shipping modules was the flat rate and free options- I guess that's why I was frustrated,...
  22. Replies
    8
    Views
    7,853

    Re: Continental United States Shipping Only

    Well Ajeh~

    You seem to be in the middle of all of the discussions around setting up shipping. I've tried following all of the instructions that I've seen and I still have issues.

    Here is what I...
  23. Replies
    11
    Views
    1,277

    Re: Help with Pricing Display

    Nick~

    You are the best!!!

    It works perfect!!!

    You are way better at this than I am but if you ever need a second set of eyes- just PM me!!

    Nancy:clap:
  24. Replies
    11
    Views
    1,277

    Re: Help with Pricing Display

    Nick- Sorry about that- I feel like I'm beating my head against a wall! I feel like I'm so close and yet so far! Sometimes, if I post something here, the answer suddenly comes to me- not so much in...
  25. Replies
    11
    Views
    1,277

    Re: Help with Pricing Display

    Right now I have:



    <td class="cartTotalDisplay">
    <?php
    if ($product['productsPrice'] > '0.00')
    {
    echo $product['productsPrice'];
    }
  26. Replies
    11
    Views
    1,277

    Re: Help with Pricing Display

    So maybe changing the define for $productsPrice in includes/modules/pages/shopping_cart/header_php.php is a better idea.

    Any thoughts?
    Nancy
  27. Replies
    11
    Views
    1,277

    Re: Help with Pricing Display

    Well, I figured out the product display issues- I have a Buy It Now button for items that need a quote- renamed to the "quote button" and products that have a price, show the price and a link to the...
  28. Replies
    11
    Views
    1,277

    Re: Help with Pricing Display

    This really won't answer your questions from your last post but I'm on to something...

    In modules/product_listing.php (of course I'll use my override when I get this right)

    I put this:


    //...
  29. Replies
    11
    Views
    1,277

    Re: Help with Pricing Display

    First of all- Thanks for taking a look~ I'm really boggled by this.

    Here is what I have- I tried what you said and then put in what I thought were the proper buttons- of course, it doesn't work,...
  30. Replies
    11
    Views
    1,277

    Help with Pricing Display

    Morning~

    I think that I know what I need to do but I need a little help getting it done. Here is what I have...

    There are 10,000+ products. 90% of them have 0.00 as the price, for those...
  31. Replies
    3,931
    Views
    1,026,769

    Re: Google Checkout module for Zen Cart (beta)

    Just to cover it in one place, I added "express" (the name of my shipping module) to googlecheckout/shipping_methods.php

    I found that info in another post buried deep!


    Is there really no way...
  32. Replies
    3,931
    Views
    1,026,769

    Re: Google Checkout module for Zen Cart (beta)

    I have been working with Google Checkout all weekend and I'm stuck! I have Standard Shipping and the free shipping over a certain dollar amount working great... everything seems to communicate to...
  33. Re: Adding a Text Input Box To an Order total module

    Any ideas at all??

    Normally, once I post a question here, I figure out he answer shortly there after but his time I'm really stuck.
  34. Re: Adding a Text Input Box To an Order total module

    Instead of a text box, I like the Ship Order Date Contribution- A nice clean box. I've got it to work on the checkout payment page. Here is where I could use some guidance... Instead of having it's...
  35. Adding a Text Input Box To an Order total module

    I need to be able to add a box for a customer to put in a date, specific to an order total module. The order total module that this is all based on is the Priority Handing Module. I just have cloned...
  36. Replies
    2
    Views
    1,454

    Re: Change page title in Site Map

    You can change that in:

    includes/languages/YOURTEMPLATE/english.php

    define('BOX_INFORMATION_PAGE_2', 'Page 2');
    define('BOX_INFORMATION_PAGE_3', 'Page 3');
    ...
  37. Replies
    1,487
    Views
    325,302

    Re: DUAL Pricing v2

    I started off by posting this in the wrong place... I'll try again... It was late.

    Right now I'm trying everything to see if I can show the first wholesale level to all customers- logged in or...
  38. Replies
    9
    Views
    6,389

    Re: Show BOTH Net and Discount Prices??

    I really am so close- at least I'd like to think I am. Here is what I've got and I think that my thought process is right- I just can't quite get it.

    On my tpl_product_info_display.php I've got...
  39. Replies
    9
    Views
    6,389

    Re: Show BOTH Net and Discount Prices??

    Has anyone come up with a way to show both prices? I have this exact same situation and I feel like I'm so close and yet so far. The dual pricing displays is perfectly but only if they are assigned...
  40. Replies
    22
    Views
    5,703

    Re: Sale Confirmation Email With Add Review Link?

    Linda~

    Thank you- it works perfectly!

    Nancy
  41. Replies
    22
    Views
    5,703

    Re: Sale Confirmation Email With Add Review Link!

    Ajeh,
    Is there a way to add a link to the order history page that would go directly to the write a review page for the product that they have purchased? I've added a link to the product but I'd like...
  42. Re: Removing free shipping text from virtual product total

    I'm having a similar problem with the "f" showing up in the order history. It just looks unprofessional. I've removed the "Shipping Method" and the "Shipping Address" text but this one little "f" is...
  43. Replies
    1
    Views
    651

    Re: Adding additional shipping options

    Ok, I've worked on this a bit. I cloned the Priority Handling Module and reworded everything and now I have an option to select each of the "Upgrades"- It's not pretty but it works~ I'm excited now!!...
  44. Replies
    1
    Views
    651

    Adding additional shipping options

    Hello~

    I'm trying to add an upgrade area to my shipping. The base shipping is FedEx, I have that module installed and it works great. However, I'd like to add options for Saturday Delivery,...
  45. Re: Remove some Categories From Showing on the Main Page

    Just to cover it- in case someone else needs it... I just removed the includes/templates/YOUR_TEMPLATE/sideboxes/tpl_categories.php that was included with the module.

    Works like a charm!
  46. Re: Remove some Categories From Showing on the Main Page

    Thanks- However, I found a module called hidecategories and it's working for me- sort of. It blocks it in both the categories sidebox and the main page- not if you have categories turned on to show...
  47. Remove some Categories From Showing on the Main Page

    Hello~

    Hopefully just a quick question... I just can't seem to find an answer. I'm working on a site for a friend. She wants only certain categories to show on the main page. Not in the categories...
  48. Replies
    1,858
    Views
    528,434

    Re: Wordpress On Zencart / Released

    Thanks! I will look though your posts tomorrow. I'd love to figure out how to make my blog match my Zen Cart. I started looking around but I have a few other things to take care of!!

    Nancy
  49. Replies
    1,858
    Views
    528,434

    Re: Wordpress On Zencart / Released

    Well, I uninstalled WOZ and everything works fine now. I don't like not finding out what caused the issue and finding a fix for it but I'll have to move forward from here. Three solid days is all I...
  50. Replies
    1,858
    Views
    528,434

    Re: Wordpress On Zencart / Released

    I know- It's one of those times that it's not a zen cart thing- its not a wordpress thing and I'm somewhere in between. I thought the Wordpress on Zen Cart area would be worth a try! I was just...
Results 1 to 50 of 105
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR