Search:

Type: Posts; User: scatzc

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2,216
    Views
    351,539

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    TPP 1.06 Works great for me but there is one little problem: Product descriptions pages which have not migrated yet to the tabbed format (i.e. their HTML is the classic Zen-Cart with no TPP...
  2. Replies
    349
    Views
    126,440

    Re: Checkout by Amazon Zen Cart Plug-in

    Will it work with version 1.3.8a too? If not, how difficult is it to tweak it to fit an operational 1.3.8a store?
  3. Replies
    4
    Views
    1,018

    Re: "How did you hear about us" addon problem

    No, it is not designed that way. It is designed to be part of the account creation page, simply adding another fields (or two) to the customer record.
  4. Replies
    2,216
    Views
    351,539

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    In my case that blanked the page entirely! :blink:


    That is, the order of sections. This was an incredible hint. It allowed me to try moving instead the following snippet:

    <?php
    //BOF ::...
  5. Replies
    2,216
    Views
    351,539

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    To further clarify, TPP 1.06 knows somehow to place above the tabs all the text that's before the first <!--% %-->. Why does it behave differently for the "Add to Cart" button?

    At first I thought...
  6. Replies
    2,216
    Views
    351,539

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    OK, I installed TPP 1.06 on 1.3.8a and it's beautiful -- everything works flawlessly.

    I have only one issue though: In my customized Zen-Cart, I moved "Add to Cart" button (div #cartAdd) to the...
  7. Re: Is there a technique that would allow me to minimize the time needed to upgrade?

    Never mind the tedious work of comparing PHP files of original 1.3.8a vs. 1.3.9f vs. Add-ons (3-way diff, perhaps even 4 or more) -- as some Add-ons involve modifying/overriding core files.

    My...
  8. Replies
    2,216
    Views
    351,539

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Ansering myself:

    No.


    1.06
  9. Replies
    2,216
    Views
    351,539

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Looks like Tabbed Products Pro is the AddOn I've been looking for. I was about to download version 1.06c (because I am still using ZenCart version 1.3.8a, with several other addons), but I couldn't...
  10. Replies
    4
    Views
    1,018

    Re: "How did you hear about us" addon problem

    ***SOLVED***

    It turns out that I copied the addon's create_accoutns.php to its original includes/modules when I had a template override just under it...

    Special thanks to @narsaw who went...
  11. Replies
    4
    Views
    1,018

    "How did you hear about us" addon problem

    Just installed how_did_you_hear_about_us_138arev2.zip for Zen-Cart 1.3.8a.

    I worked very carefully (took the better part of the day) to avoid conflicts with other addons (especially CAPTCHA). When...
  12. Is there a technique that would allow me to minimize the time needed to upgrade?

    It's very tempting to upgrade to 1.3.9 but due to the large number of customizations in my particular instance, a simple WinMerge process will not work for me. That is, I need to start from scratch...
  13. Replies
    15
    Views
    2,781

    Re: $box_categories_array[i]['sort_order'] ?

    This mystery has been solved, too: The CSS validator should not catch this because the id duplication is not in the CSS file itself but in the HTML file(s) using it. Thus, the HTML validator should...
  14. Replies
    15
    Views
    2,781

    Re: $box_categories_array[i]['sort_order'] ?

    :clap:

    It's sort_order (without the 'c.' prefix), it should be added to all 4 queries (otherwise box_categories_array[$i]['sort_order'] is unassigned) and the following line should be added...
  15. Replies
    15
    Views
    2,781

    Re: $box_categories_array[i]['sort_order'] ?

    OK I finally got it. sort_order is indeed there in the system (otherwise it wouldn't have worked, right?) but it is never stored in a variable. It is only stored in TABLE_CATEGORIES and used by SQL...
  16. Replies
    15
    Views
    2,781

    Re: $box_categories_array[i]['sort_order'] ?

    Oops... you are absolutely correct. What an embarrassing oversight. I wonder why the w3.org CSS validator didn't catch this.

    Anyway, I do have a working solution based on 'path', but I am really...
  17. Replies
    15
    Views
    2,781

    Re: $box_categories_array[i]['sort_order'] ?

    Indeed this is how I intend to use it.


    Do you mean $i is actually $sort_order?




    switch($sort_order) {
    case 0:
  18. Replies
    15
    Views
    2,781

    Re: $box_categories_array[i]['sort_order'] ?

    I want to assign a modulus 4 value to a new variable I create. e.g. if my new variable is $my_var:

    $my_var = $sort_order % 4;
  19. Replies
    15
    Views
    2,781

    Re: $box_categories_array[i]['sort_order'] ?

    Aha! That explains something I observed yesterday but didn't understand: I initially tried to use $i but it always had the value of 0. If $i is indeed the sort order (as entered in the Admin...
  20. Replies
    15
    Views
    2,781

    $box_categories_array[i]['sort_order'] ?

    In tpl_categories.php, I am able to extract the cPath of each category through $box_categories_array[$i]['path'].

    I am not sure, however, whether there is $box_categories_array[$i]['sort_order']...
  21. Replies
    28
    Views
    48,901

    Sticky: Re: 403 Forbidden error when updating product

    Same thing here, today. Unfortunately, DrByte's excellent suggestion no longer works so I need to wait for webhost's support to answer the ticket I opened.

    But in the webhost support forum, they...
  22. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Correction: This is a deal breaker. Sorry, nim·ble·ness of the website takes priority.

    Oh well, several days of work were wasted... I hope that when I have time I will be able to come up with a...
  23. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    That's typically the case for most complex systems (like operating systems). I had hoped that FEC would not be behaving as such.



    Mine doesn't involve any shipping (all downloadables). I am not...
  24. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Another problem, this time a discrepancy between FEC's documentation and what really happens in actuality:

    Documentation.html provides the following tip, among others:


    Well... renaming...
  25. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Yup. It works. :D

    However, I am very hesitant to install FEC on the operational store. That's because I noticed a significant slowdown in the entire system when FEC is installed.

    This is...
  26. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Yes, I have the same exact issue (running FEC 1.8.1) and I came to the same conclusion you arrived at
    http://www.zen-cart.com/forum/showpost.php?p=870781&postcount=764

    Apparently, this is an...
  27. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    I never tried to remove FEC (yet), so all I can do is quote documentation.html:


    Are you sure you want to remove FEC?
  28. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    How many times did you copy & paste the install.sql? Did you have other add-on installed previously or this is the plain vanilla Zen-Cart?

    I am a newbie to FEC and I can tell you that despite...
  29. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    I have a feeling that I am going to solve this bug myself, too. So here is a hint to myself:

    Line 985 in includes/classes/order.php:

    if ($this->email_low_stock != '' and...
  30. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Now that I solved the form validation problem (or did I? :unsure:) I encountered another problem introduced by FEC 1.8.1: Now with every order completed, I receive a "Warning: Low Stock" email - for...
  31. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Are you using FEC 1.8.1?

    I just posted an update on Numinix's forum:

    http://www.numinix.com/forum/viewtopic.php?f=6&t=4&p=4133#p4133

    There seems to be an extra line that's responsible for...
  32. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    @DivaVocals thanks to your previous advice I posted it here (yesterday):

    http://www.numinix.com/forum/viewtopic.php?f=6&t=4&hilit=validation&sid=a5be2b94208e9b8d9d33c1ae9535cc55&start=855#p4132
    ...
  33. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    I just tried this with Easy Sign-Up and Login' disabled and problem is even worse: The correct error messages are still being displayed but FEC doesn't remain in the same sign-up form page.
    ...
  34. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Upon error in account creation form (e.g. missing one of the required fields), the fields that were already filled do not retain their values.

    Instead, the (correct) error messages are displayed,...
  35. Replies
    2,906
    Views
    401,543

    Re: Ceon URI Mapping (SEO)

    To the best of my knowledge there isn't any automated tool to help with that so I solve the problem by doing what @DivaVocals suggested:

    I fire up phpMyAdmin and select the teststore database...
  36. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Answering myself: I found it on the author's website. For the benefit of all I am posting here the link:

    http://www.numinix.com/forum/viewtopic.php?f=6&t=4&p=4103#p4103
  37. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Where is that list? I looked for it in the downloaded fast_and_easy_checkout_for_zen_cart_1-8-1.zip and couldn't find it.


    I am well familiar with the temptation to update ASAP to the latest &...
  38. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    I just tried the FEC live demo site and experienced (as a user) a hung process (see attached snapshot). I hope that the free FEC (1.8.1) doesn't have the same user experience...

    Anyway, thanks for...
  39. Replies
    1,221
    Views
    301,203

    Re: My Checkout Without Account Mod

    Thank you @JTheed and @countrycharm. I understand that FEC now includes COWOA.

    I noticed that "Integrated COWOA" still requires billing information to be entered, even if the customer chooses...
  40. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    OK, now that I learned that there are TWO "Fast and Easy Checkout" products (1.8.1 vs. 2.9.6), what is the difference between the two?

    I know that 1.8.1 is free and is not AJAX based, but what...
  41. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    LOL don't be shocked... I actually read through the description but not the one in the link you provided. I read the one here:
    ...
  42. Replies
    2,176
    Views
    497,049

    Re: Fast and Easy Checkout for Zen Cart

    Can this addon facilitate checkout without an account (similar to Integrated COWOA) ?

    Thanks.
  43. Replies
    1,221
    Views
    301,203

    Re: My Checkout Without Account Mod

    I just came across this mod ("Integrated COWOA") while trying to learn about the Fast and Easy Checkout. I then noticed in the Integrated COWOA Wiki a note from the author:


    My question: How are...
  44. Replies
    5
    Views
    5,014

    Re: Do not send Welcome Email

    I am trying to understand why NOT sending an email is "stepping into the spam gray area"?

    Consider this: Some people with malicious intent register to your website with fake email addresses on a...
  45. Replies
    3
    Views
    1,515

    Re: Resend receipt to customer

    Thank you John! Finding this in my search saved me for posting a similar question. My webhost had a temporary SMTP outage and while the transaction completed successfully, the customer didn't receive...
  46. Replies
    3
    Views
    3,773

    Re: How does "PayPal Express" Refund work?

    DrByte thanks for your answer. I am so sorry, I just discovered that I confused between "PayPal Express" and "PayPal IPN - Website Payments Standard".

    What I have on my website is "PayPal IPN -...
  47. Replies
    3
    Views
    3,773

    How does "PayPal Express" Refund work?

    I searched the forums and found several references to some support for PayPal Express refunds in Zen-Cart.

    However, I couldn't figure out how that works. In the few incidents where I issued refund...
  48. Replies
    14
    Views
    1,679

    Re: backslashes stripped from product description?

    Update: I managed to workaround the problem (I am leery about hacking stable code that has been running for years, without fully understanding design considerations):

    I have been able to output a...
  49. Replies
    14
    Views
    1,679

    Re: backslashes stripped from product description?

    This "feature" is driving me nuts. Before hacking the PHP code to get rid of this, I would appreciate an explanation of the design consideration that led to placing stripslashes() there. I am...
  50. Replies
    2,906
    Views
    401,543

    Re: Ceon URI Mapping (SEO)

    By now, the only way to get link generated with the cPath addition is via old external links (e.g. found by a Google search and, when clicked, they are converted on-the-fly to Ceon URI).

    Again,...
Results 1 to 50 of 73
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR