Search:

Type: Posts; User: madfastride

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    I don't know if a response is coming since that post was over a year ago. I'd start by checking all you lines of code in your shopping_cart.php file. Are you using something like WinMerge or moving...
  2. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing v2

    weezee,

    I looked at my copy of the file that is sending the customer_id headers and I can't seem to find anything that would be setting the value twice. Maybe you could send me a copy of your...
  3. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing v2

    The problem you are having and the solution is found here https://www.zen-cart.com/tutorials/index.php?article=82

    Also, the two modules do work together.
  4. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing v2

    No worries... we all can learn a lot.
  5. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing v2

    Is your cart using a template override for the file? If it is you would have a file located in the includes/modules/gloss_black/create_account.php and that's the one you would need to be changing. ...
  6. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing v2

    Sorry I forgot that customers_whole is a varchar not an int value. which makes no sense to me but I haven't had the chance to change it yet... So here's the new code this will work, promise :)

    ...
  7. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing v2

    Okay, should have worked... I tested it on a cart but no big deal... Remember it's always best to have a development cart as a backup... That way your site doesn't go down like that. Try modifying...
  8. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing v2

    The easiest way I can think to set that up would be to change the default entry in the MySQL data base, that way a customer will receive Pricing level 1 automatically.

    *** Backup your database!!!!...
  9. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    YairOz, sorry but I can't really help. I just rolled all the Attribute functions over, I really don't like this aspect of ZC and do everything I can to avoid it. So I'm not to familiar with what's...
  10. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    You don't need to modify any files. Go to Admin > Catalog > Product Types, The layout you probably want to change is "Product - General" go to edit layout and change "Show Starting At text on...
  11. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    It should be at the bottom of the light blue box. The field is labeled "Wholesale Price (Net)" It is controlled by "admin/includes/modules/products/colect_info.php" Make sure that the correct...
  12. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    You should log out, and log back in. The new release uses session and the cart won't work properly without them. If that doesn't work read a few posts back and check the login/header_php.php file,...
  13. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Ed, the table in the DB should be names "customers_whole" and the $_SESSION should be named "customer_whole" without the "s." This is just the difference in naming conventions Zen-Cart likes to...
  14. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    I'm glad you got everything working out... Mystery problems are always best when easily solved, with mystery solutions.

    Cheers,

    P.S. don't worry about the English, if I cared I wouldn't be...
  15. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Ligrex, What version of ZC are you running? What version of the module are you running? Do you have any other modules that affect the shopping cart pages?

    Cheers,
  16. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Hello everybody,

    I just uploaded V1.5 this is a simple upgrade but is in response to trying to decrease server load on a site. This will cut down significantly on the amount of Database queries...
  17. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Via, PM



    There are two different options.

    1) If you still want the labeling or the change in labeling (ie "Retail Price" or "Whole Sale Price" depending on customers login level). note...
  18. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    There is a new file for easy populate included in the packaging for this file. i know several others are using the two together and it should work.

    As far as avoiding these problems in the...
  19. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Sorry to hear about this. I assume you mean that you can type into the WS field but once you update the product the WS price is not updated and a default of '0' is shown.

    Have you made any...
  20. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    I don't really know the inner workings of the shipping cost calculations off the top of my head. And at the moment I am fortunate enough to be one of those with too much work :) So I can't really...
  21. Re: How to create html link to add products to cart ?

    The solution to your problem that you mentioned is not possible (as far as I know). One way to work on this could be to make categories and sub categories structure such that when you display a sub...
  22. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Gary,

    Thanks for pointing me in the right direction there, I did not see it right away and might never have. I understood that you had found the answer and were just helping me out. The second...
  23. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Setter,
    I'm glad you like the module. I'd like to add this to a release I'm working on. Along with a few other features, and customizations. But it keeps getting pushed back. You could rename a...
  24. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    True Ryan, sorry I should have been more specific. The tpl_product_display.php file will not change any functionality in the Dual Pricing module. It will not display the way it was intended without...
  25. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Okay I understand that... What I was trying to get across with the naming of the id was that it was going to be the Retail price displayed to a whole sale customer... I tried to keep it separate in...
  26. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    This is the way the module works. You shouldn't need to change anything. The post you linked to was for somebody who wanted to show both prices to all visitors regardless of their status. The module...
  27. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Ryan, The template needs to be installed in order to show the prices. But you are combining two custom files. Use something like WinMerge to get this done. Also you can look at the Dual Pricing...
  28. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Gary, the only thing I could think of is checking and double checking your user rights for MySQL. Maybe creating new ones and swapping the programs over and seeing if that cleans things up. If not...
  29. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Gary currently there is not a way to do this. But there could be an easy work in the admin section to get this to work. Either automatically using pre-defined percentages or using percentages you...
  30. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    You'd have to modify the code a bit if you didn't want to go and manually change all your customers over to a whole sale customer. But it would be fairly easy to do. You'd just have to take out...
  31. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Glad you got it working...
  32. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    k23m,

    I would try installing the version of the mod that was intended for your Cart Version. I don't know what functionality if any you will lose by choosing not to upgrade.

    Dual Pricing for...
  33. Replies
    1
    Views
    1,049

    Re: Images not showing in SSL

    Figured out the problem. Seems like HotLink Protection was enabled and the https:// versions of the site were missing.
  34. Replies
    1
    Views
    1,049

    Images not showing in SSL

    I'm having trouble with my cart right now. This is a more recent issue and I can't seem to figure out what might have triggered it. Certain images aren't showing up when using my SSL cert. Any...
  35. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Craftzombie,

    Thanks, for helping me out on that one, and thanks for getting to get me to finally check this out as I think it's pretty cool now... We'll have to see how it works off the test...
  36. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Steve,

    I recall that craftzombie posted something about running EP on this. If I remember right you have to remove the comments on a few lines. Check back some pages ago... If you can't find...
  37. Replies
    3,562
    Views
    729,988

    Re: Google Base Feeder Support Thread

    Sorry about any confusion I might have caused. I found out that the problem I was having was because of the conflicting Wordpress on Zencart modification and the Google Base Feeder and had nothing...
  38. Replies
    3,562
    Views
    729,988

    Re: Google Base Feeder Support Thread

    numinix,

    I'm sorry but I had googlefroogle working perfect until I installed the SEO URLs package. I'm not quite sure what's going on but I keep getting this error ("ERROR: yes is not a valid...
  39. Replies
    3,562
    Views
    729,988

    Re: Google Base Feeder Support Thread

    Snowkrash the thread for the two mods working together is located here... starts about half way down the page and continues for a few posts.

    http://www.zen-cart.com/forum/showthread.php?p=598222
    ...
  40. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    I'm working on some new functionality to the dual Pricing mod. I'm working on having some options in the admin section to improve usability. one idea is to have all products that are not WS...
  41. Replies
    9
    Views
    1,628

    Re: YourPay API HELP

    My bad...

    I'm collaborating with someone else and there were some proxy server setting set up in My store... so it looks like everything is taken care of once i got rid of those.

    thanks for...
  42. Replies
    9
    Views
    1,628

    Re: YourPay API HELP

    Dr. Byte,

    Thanks for the quick response. The module is set up according to the tutorial. I have this running on other sites... but for some reason it's not running on this one... I just...
  43. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Betty,

    Where are you seeing "Retail Prices:Log-In for Prices?" I don't know where this is... Also I tried to put detailed directions to changing wording in the Read Me file along with CSS IDs to...
  44. Replies
    9
    Views
    1,628

    Re: YourPay API HELP

    Dr. byte,

    I tried this and when done via https with the curltest.php it worked fine...

    Now when using the ?linkpoint=1 It did not work... The page did not fully load and the following array...
  45. Replies
    3,562
    Views
    729,988

    Re: Google Base Feeder Support Thread

    I had installed 1.6.15 on ZC 1.3.8 and it was working great... But now I am getting this error when I try and manually generate my feed

    "ERROR: yes is not a valid feed template"

    The only...
  46. Replies
    4
    Views
    1,401

    Re: Problem with Google Feed

    I'm having the same problem... never thought about it having to do with the "wordpress for Zen Cart" install.... too bad... I'm really liking WP for ZC...
  47. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Karl,
    With out looking at how complicated this would be there is always possibility to change any functionality in ZC to only apply to WS customers. Please look back at some previous posts where I...
  48. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    I don't know how Dual Pricing could be effecting this. Sorry Betty I think your problem might lie outside of this mod or I don't quite understand the issue.


    I see this. I fixed it for a future...
  49. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    Yeah sorry about that I did this a little rushed... I just submitted 1.4.2 that fixed these errors. It might take a night for it to actually post...



    Your welcome...
  50. Replies
    1,487
    Views
    325,294

    Re: DUAL Pricing version 2

    The download area...

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=166
Results 1 to 50 of 115
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR