Search:

Type: Posts; User: JorgeR

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    11,256

    v139d Poodle Help Fix - it's not working!!!

    Hi,

    The fix that Dr.Byte is not working for me. The file authorizenet_aim.php has already been comment out

    // curl_setopt($ch, CURLOPT_SSLVERSION, 3);

    and the orders don't go through...
  2. Re: Error message

    Hi I Ajeh,
    My whos_online table is gone and this patch did not work. I got an error when I submit the patch. Please advice


    DROP TABLE IF EXISTS whos_online;
    CREATE TABLE whos_online (
    ...
  3. Replies
    2
    Views
    860

    v139h Re: Who's Online table Crashed

    the table whos_online is gone, so I cannot repair it. How do I recreate the table? I tried the patch and it didn't t work.

    Please advice

    thanks
  4. v139h Re: 145 Table './xxxxxx_xxx/whos_online' is marked as crashed and should be repaired

    Hi,

    the patch did not work for me. What did you do? I cannot find the table either through the phpmyadmin
  5. Replies
    2
    Views
    860

    v139h Who's Online table Crashed

    1146 Table 'MYDATABASENAME_zenca15.zen_whos_online' doesn't exist

    in:
    [delete from zen_whos_online where time_last_click < '1392089929' or (time_entry=time_last_click and time_last_click <...
  6. Replies
    2
    Views
    829

    v139h Extra Shipping Charge to a Specific City?

    Hi,

    I'd like to charge an extra $50 to ship and order to a specific city and I'm using perweightunit. What add-on should I use or what should I do?

    Thanks in advance.
  7. Replies
    1
    Views
    1,024

    v139d Chrome and Authorize.net Seal?

    Hi,

    I've noticed that Chrome doesn't display the Authorize.net Seal. Any ideas?

    This is our site wernerparts(dot)com

    Thanks

    J
  8. Replies
    0
    Views
    404

    v150 Local Sales Tax Add On and version 1.5

    I was able to access the pages via local_sales_taxes.php, but what do i need to do to have the local sales tax mod link on my admin navigation bar?


    Thanks

    Jorge
  9. Replies
    18
    Views
    2,070

    v150 Re: Tools>Admin Settings Missing

    You should check your includes/filenames.php that will resolve the problem
  10. RESOLVED: whos_online.php View Users Shopping Cart

    Hi everyone,

    Make sure that you don't have installed "Suhosing "on your server because you won't see the content of your Users Shopping Cart via
    whos_online.php. Contact your hosting company and...
  11. Replies
    1
    Views
    525

    Special Quantity Discount - Cross Sell?

    Hi,
    I'm currently offering quantity discounts for some of my products:
    1 item-Price1, 2 items-Price2, 3+ items-Price3

    Let's say that I have three different products A, B, C that use quantity...
  12. Replies
    20
    Views
    2,953

    Re: Some orders have customer comments and others do not?

    I have the some question, have your ever resolved this?

    Thanks


    Jorge
  13. Replies
    396
    Views
    138,154

    Re: Optional Shipping Insurance Module Support Thread...

    What's the solution to this?
    Thanks
  14. Replies
    1
    Views
    402

    Right Sidebox on Main Page AND ezpage

    Hi,

    I want to display the right sideboxes on my home page AND one ezpage.

    This is my home page:
    http://wernerparts.com/

    This is my EZpage...
  15. Replies
    3
    Views
    1,052

    Re: Shopping Cart Header Help

    Cart Summary Sidebox didnīt work either. The solution posted by aidil worked.

    Jorge
  16. Replies
    23
    Views
    14,390

    Re: Edit or Add "More Information" sidebox pages?

    Never mind. I forgot to add

    define('FILENAME_DEFINE_PAGE_5', 'define_page_5');

    to filenames.php
  17. Replies
    23
    Views
    14,390

    Re: Edit or Add "More Information" sidebox pages?

    I have follow all the steps form the PDF file and the content of page 5 doesnīt display. Any ideas of what I did wrong?

    Thannks

    Jorge

    BTW, forget my previous question.

    'Define Page_5',...
  18. Replies
    23
    Views
    14,390

    Re: Edit or Add "More Information" sidebox pages?

    Hi,

    If Iīm adding a page 5, the SQL will read like this, correct?
    'Define Page_5', 'DEFINE_PAGE_5_STATUS', '5'



    INSERT INTO `configuration` ( `configuration_title`, `configuration_key`,...
  19. Thread: Evalon?

    by JorgeR
    Replies
    4
    Views
    1,547

    Evalon?

    Hi,
    Is anybody using Evalon/Costco? is Zen-Cart compatible with its CC processing?

    Thanks

    Jorge
  20. Replies
    1
    Views
    522

    Re: 2 Flat Shippings?

    Hi...

    I think I found it:

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

    Thanks and Sorry.

    Jorge
  21. Replies
    1
    Views
    522

    2 Flat Shippings?

    Hi everyone,

    My web site uses a $10 flat fee shipping per order and now I need to:
    - Charge $27 flat fee shipping for just Hawaii, Alaska and Puerto Rico
    - Keep the $10 flat fee shipping for...
  22. Re: Best Seller sidebox STILL shows if I log in

    Hi,
    I resolved the problem, it works now.

    Thanks
  23. Best Seller sidebox STILL shows if I log in

    Hi,

    I was able to display the Best Seller sidebox only on the home page:
    http://wernerparts.com

    but when I log into my account, the sidebox STILL shows on the product info page.

    Any idea...
  24. Replies
    62
    Views
    37,724

    Re: Display Categories In Separate Boxes

    Hi,

    Thanks again. You wrote this before:

    You can replace
    if($current_category_id == 13) {
    with
    if((int)$_GET['cPath'] == 13) {
    which strips any subcat ids off of the current $cPath value.
  25. Replies
    62
    Views
    37,724

    Re: Display Categories In Separate Boxes

    Hi,

    It doesnīt work properly. It opens another category-subcategory when Iīm on the product info page:

    Iīm on Green Bull ladders- Rung Lock Kit, but the page displays the lock for the...
  26. Replies
    62
    Views
    37,724

    Re: Display Categories In Separate Boxes

    Sorry. It works NOW. THANKS!!!!!!!:clap:
  27. Replies
    62
    Views
    37,724

    Re: Display Categories In Separate Boxes

    Hi again,

    This is my web site:

    http://wernerparts.com/
  28. Replies
    62
    Views
    37,724

    Re: Display Categories In Separate Boxes

    Hi,

    Thank you for your reply. I tried your suggestion and It didnīt work. the pages display no content:

    if ($box_categories_array[$i]['path']) == 'cPath=236' or...
  29. Replies
    62
    Views
    37,724

    Re: Display Categories In Separate Boxes

    What are the conditionals to hide the category in the regular sidebox? I have now twice the category using Separate Category Sidebox?

    Thanks
  30. Re: How to display the latest orders on homepage in sidebox

    Any add-on for this?

    Thanks,


    Jorge
  31. Replies
    1
    Views
    712

    Quantity Discount on Freights?

    Hi,

    I'm using the Quantity Discount add-on and the perweightunit shipping module. Iīd like also offer the discount on the freight. Any suggestions?

    This is what I want to do:

    From 0-2 items...
  32. Re: Quantity Discont Add on Error!!! - 1030 Got error 28 from storage engine

    Thanks.
  33. Quantity Discont Add on Error!!! - 1030 Got error 28 from storage engine

    Hi,
    I have installed the Quantity Discount Add on and now my site doesnīt work. I can not even set up the discount levels.Any idea?

    This is the site and this the error I got:...
  34. Replies
    2
    Views
    593

    Re: perweightunit minimum shipping charge?

    Hi,

    The answer is here:

    http://www.zen-cart.com/forum/showthread.php?t=119921&highlight=minimum+shipping+charge&page=5


    Sorry.

    Jorge
  35. Replies
    2
    Views
    593

    perweightunit minimum shipping charge?

    Hi,

    I want to use the perweightunit to calculate the shipping costs if the order is more than 100 lbs, but if the orders are less than 100 lbs I want to charge the customer $100 per order.

    How...
  36. Replies
    18
    Views
    1,681

    Re: GoDaddy slow - New to Zen

    We moved all my sites from go daddy. It was a nightmare.
  37. Re: Invoice.php is not updating the order status!

    My mistake. I have selected :

    Configuration > Shipping and Packaking > Display Order Comments on Admin Invoice = 1, so just the first status showed.
  38. Invoice.php is not updating the order status!

    When I update the order status of the orders, the order status always says Pending, invoice.php doesnīt update the status.

    Any Suggestions?


    Thanks
  39. Replies
    4
    Views
    1,292

    Re: Terms and Conditions Blank Page

    Hi,

    Iīm an idiot because I have Define Page Status for the conditions set to 3.

    Sorry.

    Thanks
  40. Replies
    4
    Views
    1,292

    Re: Terms and Conditions Blank Page

    Hi,

    The terms and conditions are here:

    includes/languages/english/html_includes/classic/define_conditions.php


    classic is my template.
  41. Replies
    4
    Views
    1,292

    Terms and Conditions Blank Page

    Hi,

    I tried everything, templates, override, chache but my content of my Terms and Condition is STILL blank.

    Any suggestions?


    https://wernerparts.com/index.php?main_page=conditions
  42. Replies
    8
    Views
    1,255

    Re: Orders not working - MerchantPlus/NaviGate

    It works now!!!

    MerchantPlus resolved the problem:

    I had to use the delimiter of "," and no encapsulation character, this is because the provided authorizenet_aim.php script has other...
  43. Replies
    8
    Views
    1,255

    Re: Orders not processing, nothing has changed on my admin!!

    Hi,

    Iīm having problems with my shopping cart (Zen Cart). Testing the orders, this is whatīs happening:
    1) I get an error message on my checkout_payment page (see attachment) after placing an...
  44. Replies
    8
    Views
    1,255

    config.php 400?

    Hi,

    Iīm testing the orders and the orders DO NOT write back on my ZC database. Iīve been trying everything and I can not find the answer.

    I found that my config.php has 400 permissions, is that...
  45. Replies
    8
    Views
    1,255

    Re: Orders not working - MerchantPlus/NaviGate

    Hi,

    I contacted MerchantPlus and it seems that everything on their end works.

    I was testing the orders again and Itīs happening again:

    1) The order goes through the Getaway. I can see the...
  46. Replies
    1
    Views
    455

    View Post

    Hi,

    This is my site:
    http://wernerparts.com/index.php

    Why my Shopping Cart Content Page doesnīt display the model numbers?


    Thanks
  47. Replies
    8
    Views
    1,255

    Re: Orders not working - MerchantPlus/NaviGate

    This is the message Iīm getting:

    Error N - Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance.
  48. Replies
    8
    Views
    1,255

    Orders not working - MerchantPlus/NaviGate

    Hi,
    I'm using authorizenet_aim (Navigate/MerchantPlus) and the orders donīt go through.

    Iīm on Authorize.net TEST mode, using CC test numbers and I have a SSL working.

    Any suggestions?
    ...
  49. Re: Product Description Format on Product Listing?

    I got the answer here.

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

    Thanks.
  50. Product Description Format on Product Listing?

    Hi,

    Iīm sorry if somebody has posted the answer to this, but I could not find it.

    I have entered lines breaks on the product description but on the product listing all the product descriptions...
Results 1 to 50 of 53
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR