Search:

Type: Posts; User: FrankDeRosa

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: How can I Make certain Customer Registration fields optional?

    I also found the "Zip code must be at least 0 characters" message a bit confusing, but setting the field to blank in the Minimum Values admin panel did the trick. I decided to try this setting for...
  2. Re: How to add Mrs as a prefix in my checkout?

    If you're interested in letting users edit this field in the edit profile page, modify these two files as well:

    /includes/modules/pages/account_edit/header.php...
  3. Replies
    450
    Views
    124,802

    Re: News & Article Management

    This - I searched my whole site's worth of code and I couldn't find any such define. I added the code anyhow, just in case my PC was misbehaving (searching can go weird sometimes) and the site is...
  4. Re: How to delete links of "item name" and "price" in category list page

    I was asking myself the same question. There was no post here in the forum that answered it as far as I could see, so searched the code instead. The solution is simple.

    in...
  5. Replies
    45
    Views
    18,928

    Re: Purchase order module

    Ahh, damn it. I feel like a dope.

    That text is from the Invoice module. Where'd you even get the PO module?
  6. Replies
    45
    Views
    18,928

    Re: Purchase order module

    From the readme file:

    Installation
    ============

    1. Copy the contents of the invoice folder to the root directory of your
    shop. There are two new files in this mod; no existing files are ...
  7. Replies
    45
    Views
    18,928

    Re: Purchase order module

    Yes, you can. The included documentation explains how to (re)name a group such that it is included.
  8. Replies
    1
    Views
    612

    Remove a damaged shipping module

    I have a couple of somewhat hosed shipping modules from when I was learning to clone and modify them. They don't show up on the shipping modules page, but if I was to remove the module file, I get...
  9. Replies
    848
    Views
    204,389

    Re: Quantity Discounts for 1.3

    I have my product info hack in place and it's great. I have another question, this time about the Discount Preview module.

    Since I have used the "exits" to spot specific categories to discount...
  10. Replies
    848
    Views
    204,389

    Re: Quantity Discounts for 1.3

    I must have been out of it. The discount shows up just fine in the checkout. Either I missed it completely or else I had some caching problems. That is perfect.

    Thanks for your help.
    Frank
  11. Replies
    848
    Views
    204,389

    Re: Quantity Discounts for 1.3

    I kinda figured, since I had it working, some Q&D solution on marketing text was the way to go.

    As for checkout, I know you sell the Discount Preview module to show the discount in the cart, but...
  12. Replies
    848
    Views
    204,389

    Re: Quantity Discounts for 1.3

    I have a configuration question. My client wants 3 specific categories to have tired quantity discounts. I was able to set this up in the apply_special_category_discount() function, with cases for...
  13. Re: Access the $_SESSION from a non-zen script

    Oh, hmm. How embarrassing.

    As soon as I posted this I started to remember about application_top.php. In my "admin" area, which is in a folder, I couldn't require application_top because the...
  14. Access the $_SESSION from a non-zen script

    My client wanted to be able to deliver pdf reports to customer registered in ZC, so I created an admin screen that allows them to upload the documents to the server and associate them with an...
  15. Replies
    45
    Views
    18,928

    Re: Purchase order module

    Oops, john_dude was talking about something different. Oh well, I am settled and my problem is solved. :)

    Frank
  16. Replies
    45
    Views
    18,928

    Re: Purchase order module

    Wow, I guess my decision to go with the readily available invoice order module was a good one, then. I ended up changing the text on the "Instructions" textarea instructing customers to use it for...
  17. Replies
    490
    Views
    84,351

    Re: Additional Customers Fields

    OK, turns out that I created a few extra files as I merged certain things. I had some extra files in the auto_loaders folder. This was bad. I have removed the extra junk and now that error is...
  18. Re: Cannot send session cookie - admin NOT broken

    It seems like a file transfer or other added loads of blank lines to my files, including the last lines... so this came into play:

    https://www.zen-cart.com/tutorials/index.php?article=87

    Doh. ...
  19. Cannot send session cookie - admin broken

    I was attempting to add the Additional Customer Fields modules and managed to break my customer site, while the admin site managed to keep working. I did follow instructions and made a backup, but...
  20. Replies
    490
    Views
    84,351

    Re: Additional Customers Fields

    By the way, I believe the following query will get you a working table with all the fields included:


    CREATE TABLE IF NOT EXISTS `zen_customers_additional` (
    `field_id` int(11) NOT NULL...
  21. Replies
    490
    Views
    84,351

    Re: Additional Customers Fields

    Yeah, this guy.

    I have followed the instructions as supplied in the mod (using the v3.0 and I am getting a fatal error referencing class.base.php being defined already, on the customer side. I...
  22. Replies
    9
    Views
    3,099

    Re: A fix to Advanced Search Plus results?

    I managed to track down the module author and he has graciously fixed the bug in the code, so my problems are now solved. I believe he plans to update the module after some testing. If anybody is...
  23. Replies
    0
    Views
    557

    Custom user field

    I'd like to add some fields to my users, and one of those should be invisible to the user but available to the admin. I have seen people post that this is well documented but I can't seem to find...
  24. Replies
    9
    Views
    3,099

    Re: A fix to Advanced Search Plus results?

    Looks like no luck is to be had. I will hack the module myself and post my fix once I've got it.
  25. Replies
    9
    Views
    3,099

    Re: A fix to Advanced Search Plus results?

    Oh, not so much. That's not right at all. That appears to be an update to ZC advanced search for 1.3.7, and the Advanced Search Plus module cites 1.3.8. It's also about a year newer. I'll keep...
  26. Replies
    9
    Views
    3,099

    Re: A fix to Advanced Search Plus results?

    Yes! Here it is! I will backup and test it out and I will report back if it works. I never would have thought to search for something like this.

    Thanks,
    Frank
  27. Replies
    9
    Views
    3,099

    A fix to Advanced Search Plus results?

    I am using the Advanced Search Plus module and it does just what I want - except that the EzPages search results are all based on the id of the first result. The name and summary of each found...
  28. Replies
    1
    Views
    1,339

    Re: Advanced Search Plus

    Have you modified the module? I just tried searching for a price 0n my site and I found products that matched.

    Frank
  29. Re: Require login to add to cart, but show prices regardless

    We plan to ask them for this, but they can still potentially wander if they are clever/dumb enough. I'm not sure which one to be the most nervous about. :unsure:

    Frank
  30. Re: Require login to add to cart, but show prices regardless

    We do have a reason. This site is for an international company which has three similar looking sites for different international regions. We are forcing the customer to log in at this stage to make...
  31. Re: Require login to add to cart, but show prices regardless

    Oops, that only fixed the first logged in session. I'm glad you mentioned how it might take a few trips around the site - I had to logout and in again to see that the approval was a bit short lived....
  32. Re: Require login to add to cart, but show prices regardless

    Rats, I was hoping my default value would be enough, but it's not. I'll have to actually hack some code.

    Here's what I changed:

    includes/modules/create_account.php, line 72 was

    ...
  33. Re: Require login to add to cart, but show prices regardless

    Thanks for the help. It's good to see that I do understand the options correctly. I still wish I had been wrong so you could have pointed out the simple solution that I missed. :smile:

    So, just...
  34. Require login to add to cart, but show prices regardless

    My client wants to require the customer to log in to their account before they can add items to their cart. They also want to show prices to all visitors, logged in or not. The available settings...
  35. Replies
    6
    Views
    1,216

    Re: category wide discounts

    Awesome, thanks. I'll quit bugging you and read up on it.

    Thanks again,
    Frank
  36. Replies
    6
    Views
    1,216

    Re: category wide discounts

    Parent category my cover it. I guess I'll find out soon.

    You can also define products that are exceptions, right?

    Thanks,
    Frank
  37. Replies
    45
    Views
    18,928

    Re: Purchase order module

    Yes, there is! There is a wiki page that points to both the invoice module and this PO module, which is how I would up asking this question. I'm a programmer, not any kind of...
  38. Replies
    6
    Views
    1,216

    Re: category wide discounts

    Thanks, I'll was actually considering your module as an option. I may need to do a multiple item discount after all, so that might be my solution. If so, Is your module able to set limits on which...
  39. Replies
    45
    Views
    18,928

    Re: Purchase order module

    Has anybody found any place to get this module? My client is interested in this functionality. Alternatives are good too - they just need a way to accept purchase orders.

    Thanks,
    Frank
  40. Replies
    6
    Views
    1,216

    category wide discounts

    I am familiar with how quantity discounts work - you pick a product, choose quantity thresholds and discount percentages or amounts, and apply.

    What I want is a way to apply this to an entire...
  41. Replies
    3
    Views
    919

    Re: Configure HTMLArea stylesheet?

    This is the configuration I was looking for. I was looking for the "proper" relative path to the css folder in my custom template, but I worked up a more "direct" path, starting at my account root. ...
  42. Replies
    3
    Views
    919

    Configure HTMLArea stylesheet?

    I'm trying to configure HTMLArea to use the site's stylesheet so that when my clients edit products and such, they get a nice preview of what they will actually get. I can't seem to get it...
  43. Replies
    3
    Views
    696

    Re: Adding the user's name to a sidebox

    Your first suggestion worked perfectly. I double checked in the includes/modules/pages/login/header_php.php file and it has the query for both first and last names, and I have no plans to change it....
  44. Replies
    3
    Views
    696

    Adding the user's name to a sidebox

    I'm customizing a sideblock for a site I am working on. When a user is logged in, I want to show their username in a short greeting message. I thought I had it working with $username, but that...
  45. Re: Quickie: what file template controls the category display?

    Two years later, I am looking for the same file, and I found it too! The category listing template is in the includes/templates/CUSTOM/templates/ folder, called tpl_index_product_list.php. The...
  46. Replies
    2
    Views
    693

    Re: Search in EZpages

    Thank you so much - Zenners are the best.

    Frank
  47. Replies
    2
    Views
    924

    Re: One sidebox different from the others

    Oh, that is excellent news, thank you. I apologize for asking such an elementary question, but I am diving directly into this project with little time to acclimate/research/breathe.

    Thanks again,...
  48. Replies
    2
    Views
    924

    One sidebox different from the others

    Is it possible to make a single sidebox look different from the others? My designer laid out the site I am working on with all the boxes styled one way, except for the shopping cart sidebox. How do...
  49. Replies
    2
    Views
    693

    Search in EZpages

    Can the Zen Cart product search be configured or tweaked to also search EZPages? I am building a site for a client with no less than 20 EZPages, and they want a search to include the products as...
  50. Re: Can I set up Zen Cart to do this? and how?

    Wow. Seriously, wow. Thanks for your awesome answer to my long list of questions. This will get me started on my design and well on my way with the project. Again, thanks very much. I'll be...
Results 1 to 50 of 51
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR