Search:

Type: Posts; User: Flipside

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    8,518

    v155 Re: Customer New password not working

    I had a similar issue. No password resets would work. I had to increase to the customers_password field to VARCHAR(255) because I didn't do the database upgrade properly. The new password hashes...
  2. Replies
    4
    Views
    875

    Re: Paypal Express, no shipping fee sent

    It's enabled
  3. Replies
    4
    Views
    875

    Paypal Express, no shipping fee sent

    When using the Paypal Express checkout button on the shopping cart page, the shipping fee is not send to Paypal. Client is using the flat rate module ... please advise.
  4. Re: SQL Query for extracting Order & Customer Details?

    customers_country as v_customers_country,
    customers_telephone as v_customers_telephone,
    customers_fax as v_customers_fax,
    customers_email_address as v_customers_email_address,
  5. Re: How do I change the Order Confirmation emails?

    Depends what you want to modify, but you may have to modify the order.php class directly. The code that builds and sends the email is at the bottom of the file.

    Ryan
  6. Re: Flash .swf vs. JavaScript for rotating images

    Zencart will not embed SWFs uploaded as images. A neat idea thou.

    Personally ... I don't like flash for this type of thing. Flash has it's place, but this can be achieved easier and better with...
  7. Re: Is there a technique that would allow me to minimize the time needed to upgrade?

    With many core edits, I have found there is no easy way to upgrade.

    DB upgrading is not much of a concern. From 1.3.8 to 1.3.9 I don't think there are any SQL issues.

    As for the files, there...
  8. Replies
    14
    Views
    832

    Re: Manual Product Input thru PHP

    products_status = 1

    Make sure you are setting the products_status field to one in your script.
  9. Re: 1.3.9c :: IPN FATAL ERROR :: not decoding %40 -> @

    In includes/modules/payment/paypal/paypal_functions.php

    Change line 179:

    if (strtolower(trim($postArray['receiver_email'])) == strtolower(trim(MODULE_PAYMENT_PAYPAL_BUSINESS_ID))) $ppRecEmail =...
  10. Replies
    4
    Views
    718

    View Post

    I usually use the Table Rate module for this.

    EX:
    Shipping Table
    70:6.00,10000:0.00

    Table Method
    price
  11. Replies
    78
    Views
    10,246

    Re: Paypal IPN, suddenly no more orders?

    I have had this issue with Paypal many times in the past. For the most part, it's out of our hands.

    Please let us know what Paypal's tech support tells you.
  12. Replies
    78
    Views
    10,246

    Re: Paypal IPN, suddenly no more orders?

    I have a few clients with this same issue. You can manually push through order using the master password module and logging in as the customer on the front end.

    Module is here:...
  13. Replies
    3,553
    Views
    539,973

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5+

    I'm getting script timeout issues with this module. Is this a known problem? I am a web developer and I have come across similar issues when using jQuery to loop through a large page.

    Any thoughts?
  14. Replies
    2
    Views
    1,746

    Re: Zen Light Box no close button

    Did you find an answer for this? There are 140+ pages in that support thread.
  15. Replies
    8
    Views
    1,120

    Re: Product based on location?

    You may be able to use the wholesale mod for this purpose:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=166

    Not sure if that is the best solution, but it does...
  16. Replies
    8
    Views
    1,120

    Re: Product based on location?

    Is the price always in USD?
  17. Thread: Submit Error!

    by Flipside
    Replies
    3
    Views
    604

    Re: Submit Error!

    No problem.

    I was actually thinking it might have been the mail system is was configured to use, PHP vs sendmail, etc.
  18. Re: Limiting max-purchase amount for Credit Card Payments?

    That will require a modification for your payment module for your credit card processor.
  19. Replies
    8
    Views
    1,120

    Re: Product based on location?

    Let me see if I understand. You have 1 product, but it has a US and non-US version, and you would like to sell both. But only show the US-based products to US visitors?
  20. Replies
    2
    Views
    1,317

    Re: ZenCart, Quickbooks and Salesforce

    I am not too familiar with the SalesForceAPI, but Quickbooks does have an API for importing.
  21. Thread: Submit Error!

    by Flipside
    Replies
    3
    Views
    604

    Re: Submit Error!

    Check your email settings in the Admin Panel. You can test to see if they work by using the contact us form.

    Ryan
  22. Re: Editing cart contents -- esp products with attributes

    Nope... that doesn't solve the issue.
  23. Re: Editing cart contents -- esp products with attributes

    How do we create a link (programmically) that does not get processed by the SSU module? Is there a special call to zen_href_link we can make?
  24. Re: Site is Finished Your Opinions and Views Appreciated

    Love it...
  25. Re: Site is Finished Your Opinions and Views Appreciated

    I think the site looks great. Only suggestion, adding some colour to your template. Maybe adding the lime logo to the header. Just a suggestion.

    Good luck with your site.

    Ryan
  26. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    Getting the site up on the new host was priority one.

    Thanks for your help.
  27. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    That did it.... :clap:

    Shouldn't the DB to initialized by then?
  28. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    In error logs:

    [17-Feb-2009 21:06:59] PHP Fatal error: Call to a member function Execute() on a non-object in /home/kylegilb/public_html/lisasdesigns/shop/includes/functions/sessions.php on line...
  29. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    I had a total brain fart.... doesn't 1.3.6 have issues with PHP5? If so, you remember what the issues are?
  30. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    Any other ideas? v1.3.8 seems to run fine, but not 1.3.6... any session changes between those 2 versions?
  31. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    I noticed that too, but updating the config file to reflect the correct paths makes no difference.
  32. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    Some further testing reveals that the session data is not persistent ... any ideas?
  33. Replies
    14
    Views
    2,429

    Re: v1.3.6, moved to new host, no logins

    define('HTTP_SERVER', 'http://kylegilbertdesign.com/lisasdesigns');
    define('HTTPS_SERVER', 'https://kylegilbertdesign.com/lisasdesigns');

    // Use secure webserver for checkout procedure?
    ...
  34. Replies
    14
    Views
    2,429

    v1.3.6, moved to new host, no logins

    I just finished moving a clients site to a new host. They are running version 1.3.6. I have updated the cache directory in the DB. The config files look good. But we cannot login on the as a...
  35. Replies
    0
    Views
    1,153

    Order Total Anatomy

    Can a fellow developer please explain the anatomy of the order total modules?

    I have a new gift cert module to write, but I am having a bit of an issue wrapping my head around it. I did find the...
  36. Re: Trying to write function to return a products textual tax class... help!

    Either solution should work. If you put in an extra_functions file.. just ensure you put <?php at the top. (The ?> at the bottom is optional).
  37. Re: Trying to write function to return a products textual tax class... help!

    Close, you are returning the wrong field. I believe you are looking for the tax_class_title field.



    /*
    * Looks up a products tax class text description based on tax_class_id and return as...
  38. Replies
    4
    Views
    1,025

    Re: How do I add products to a catagory?

    The FAQ/Tutorial are loaded with how tos.

    There are a ton of configuration option under Configuration in the ZenCart admin, include image settings.

    As for shipping, you can enable and configure...
  39. Replies
    4
    Views
    1,025

    Re: How do I add products to a catagory?

    1) Log into the admin side: https://robohostingsolutions.com/~larrysla/catalog/admin/

    2) Go to Catalogue, then click Categories / Products

    3) Click the category name you want. Or use the Go To...
  40. Re: Somebody could you help me to test my zencart speed?

    Average load time is 2 seconds a page for me.

    Ryan
  41. Replies
    2
    Views
    919

    Re: Zero Quantity Question

    Go to Admin > Configuration > Stock and set "Products status in Catalog when out of stock should be set to" to 0(zero).
  42. Replies
    2
    Views
    741

    Re: Not Getting Orders

    Also, what payment processor are you using?

    Ryan
  43. Re: Could someone here do me a huge favor by testing my store?

    If you only have one shipping method, it does not make sense to be directed back to the shipping page. In that case, I believe you can configure the PayPal Express Checkout module NOT direct back to...
  44. Re: Host upgraded PHP to v5 (was 4) & I can't access Admin. Do I need to upgrade?

    Do you get any error messages?
  45. Replies
    1
    Views
    1,677

    Re: tpl_moduals_create_account.php

    Edit:
    /includes/languages/english.php or /includes/languages/TEMPLATE_NAME/english.php

    Change the entry named ENTRY_PASSWORD_TEXT

    Regards.
  46. Re: Can you change the alpha sorter from a drop down menu in to a text links?

    Message me if you are still looking for help.
  47. Replies
    1
    Views
    1,141

    Re: Currency Specific Sub Domains

    The easiest method would be to have the different subdomains redirect back to the main site (www.mydomain.com) but set the currency parameter.

    For example:

    http://ca.mydomain.com redirects to...
  48. Replies
    2
    Views
    1,136

    Re: osC Affiliate port to Zencart

    JAM does not fill my needs and the source is closed, so I cannot modify it to my needs. I do not mind paying for software if the source code is open.

    Do you have a link for the old one? It may...
  49. Replies
    2
    Views
    1,136

    osC Affiliate port to Zencart

    Has anyone tried porting the oscommerce affiliate module to Zencart? I am starting to do this myself but I don't want to start from scratch if I can help it.

    I love free software (thats free as...
  50. Replies
    1
    Views
    749

    Anyone having issues with Canada Post?

    Is anyone have issues with the Canada Post module?

    The CP server seems very slow to respond with shipping quotes. Maybe it is just that time of year. This appears to be also causing the Checkout...
Results 1 to 50 of 112
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR