Search:

Type: Posts; User: geeker

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    654

    Listing page ajax item preview

    I'm looking to see if there is an existing mod or template that includes this kind of functionality. Essentially when a button is clicked or they hover over a product a div expands and shows a subset...
  2. Replies
    2,474
    Views
    416,995

    Re: Rounding problem when converting from points to $ in Total Order

    Where in the code does it control the order in which it is applied to an order? I have recently been required to have reward point resumptions calculated before tax so the redemption is deducted from...
  3. Replies
    2,474
    Views
    416,995

    Re: Reward Points Module- Live Release now available.

    Thanks I will give that a shot as well. I have this mod installed and a few changes to the rounding functions and not casting a few values as int seem to be doing the trick.
  4. Replies
    2,474
    Views
    416,995

    Re: Reward Points Module- Live Release now available.

    I figured it would be custom and I'm looking into it. We are using this as a "store credit" reward so customers are given 3% back on every purchase as store credit. It's what my boss wants to have so...
  5. Replies
    2,474
    Views
    416,995

    Re: Reward Points Module- Live Release now available.

    Thanks for answering my last question. I have another.

    Is there a setting that will allow for fractional points, not rounded off? So points awarded can be 1.25 and points can be redeemed as well....
  6. Replies
    2,474
    Views
    416,995

    Re: Reward Points Module- Live Release now available.

    I've installed the reward point module and it works fine. I've found where I can change the number of points rewarded per purchase but where can I change the value of the points? So right now each...
  7. Replies
    853
    Views
    132,096

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    I did some digging. This function is new in 1.5.1 so this plug-in is not 1.5.0 compatible. It is compatible for 1.5.1 or greater.
  8. Replies
    853
    Views
    132,096

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    I suspected that might be the issue at first so I did a find on the folder I downloaded for this plugin searching all files for this function. It came up in the header file for password recovery...
  9. Replies
    853
    Views
    132,096

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    I suspect the solution to this is to restore the forgot password page to it's unmodified state but I figured I'd ask if anyone has run into this and perhaps explain where this function comes from.
    ...
  10. v150 COWOA forgot password fails due to missing function

    I suspect the solution to this is to restore the forgot password page to it's unmodified state but I figured I'd ask if anyone has run into this and perhaps explain where this function comes from.
    ...
  11. Re: My home page and contact-us page title reads "Redeem Gift Certificate" ... ! Why

    I figured this one out. Its some sort of conflict with files you will find in /ntt/includes/languages/english/extra_definitions/"your template" I commented out the define('NAVBAR_TITLE', 'WHATEVER IS...
  12. Replies
    7
    Views
    1,098

    Re: Admin move issue

    I altered the error message as to not expose the prefix I am using but there is a prefix.

    I understand what the error message means. I was wondering if I was missing something. I didn't change...
  13. Replies
    7
    Views
    1,098

    Re: Admin move issue

    I just checked. I changed the path in three spots.
  14. Replies
    7
    Views
    1,098

    Re: Admin move issue

    I had thought of that as a possible issue but I do have the same prefix set in both config files.
  15. Replies
    7
    Views
    1,098

    Admin move issue

    I installed a development instance of zencart on my server. I did the install as I usually would then moved the admin. After I moved the admin and browsed to the new admin location I got this error...
  16. Re: MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE = "order"

    Thanks! I'll give that a try.
  17. Re: MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE = "order"

    I'm using zen cart to replace an older site. The current site uses "order" for paypal transactions.

    The reason for this is they only get a paypal authorization when an order is placed later they...
  18. MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE = "order"

    I am trying to set up a zen cart site using $options['PAYMENTACTION'] = "order" I did not see any setting in the admin to set this so I went into the payment module to see if I could hard code it.
    ...
  19. Replies
    3,832
    Views
    1,220,684

    Re: Easy Populate support for Version 1.2.5.4

    Is there a way to attribute multiple styles in ep? In other words is I had an item that comes in three colors and wanted to provide a color select box on the product page, how would I do this with...
  20. Thread: query help

    by geeker
    Replies
    1
    Views
    370

    query help

    I am trying to add average rating to my category page. I took a look at the query and it seems like it should be doable.

    I wrote the query but it errors out. Any help would be much appreciated.
    ...
  21. Replies
    2
    Views
    714

    Re: Unable to edit products

    It looks like I can either make these changes or upgrade php. My thoughts are upgrading php would be the best choice.

    Does that sound like the correct choice?
  22. Replies
    3,832
    Views
    1,220,684

    Re: Easy Populate support for Version 1.2.5.4

    Is there a way to attribute multiple styles in ep? In other words is I had an item that comes in three colors and wanted to provide a color select box on the product page, how would I do this with...
  23. Replies
    2
    Views
    714

    Unable to edit products

    I am running PHP 5.2.1 and Zen Cart v1.3.9h

    I have uploaded products via Easy Populate. I am able to edit products but it does not seem to be working as I would expect.

    I am going in and trying...
  24. Replies
    3
    Views
    355

    Re: new and feature page tamplate issue

    That worked perfectly! THANKS AGAIN!
  25. Replies
    3
    Views
    355

    Re: new and feature page tamplate issue

    Wow perfect. That saves me a bunch of time! THANK YOU!
  26. Replies
    3
    Views
    355

    new and feature page template issue

    I noticed that the new products and featured items pages do not use the same format as the rest of the site. Where most pages like category and specials use either tpl_tabular_display.php or if you...
  27. Replies
    5
    Views
    719

    Re: Remove ... from nav links

    Which link in there would do that? I looked around before and did not see anything that was set to "..."
  28. Replies
    5
    Views
    719

    Re: Remove ... from nav links

    Please pardon the content

    http://cs1132.mojohost.com//ntt/index.php?main_page=index&cPath=134
  29. Replies
    5
    Views
    719

    Remove ... from nav links

    In my category links I am getting ... after certain pages:

    * Specials ...
    * New Products ...
    * Featured Products ...

    Is there a way to remove these dots?
  30. Replies
    4
    Views
    555

    Re: products and subcategories in a cat

    thanks I will look in that direction
  31. Replies
    4
    Views
    555

    Re: products and subcategories in a cat

    Is there a better way to achieve this?
  32. Replies
    4
    Views
    555

    products and subcategories in a cat

    I am setting up my first zen cart site. I have main categories and sub categories. I would like my sub category items to display on the main page of the category and if someone wants to filter...
  33. Replies
    475
    Views
    73,128

    Re: Multi Cross Sell mod [Support thread]

    I did install Cross Sell - Just Another Cross Sell Mod previously.
  34. Replies
    702
    Views
    122,884

    Re: Just another Cross-Sell mod (support thread)

    Where are the uninsall instructions for this? I was hoping to use a different mod but I don't see any uninstall instructions with it. Uninstall for mod manager also would be very helpful if you have...
  35. Replies
    475
    Views
    73,128

    Re: Multi Cross Sell mod [Support thread]

    I installed this on my site. I am able to add items to the xsell in admin but when I go to the page it throws this error:

    1064 You have an error in your SQL syntax; check the manual that...
  36. Replies
    4
    Views
    990

    Re: Issues after moving to a new server

    That fixed it thanks guys.
  37. Replies
    4
    Views
    990

    Re: Issues after moving to a new server

    Yes we moved it to a different test server so a different domain. Where are the config php files?
  38. Replies
    4
    Views
    990

    Issues after moving to a new server

    Most things seem to work fine the only issue I have found so far is that when I log into admin my login does not work and it sends me to the login on the old server/url. Any ideas as to why that...
  39. Thread: Breadcrumbs

    by geeker
    Replies
    9
    Views
    3,956

    Re: Breadcrumbs

    Thanks! It looks like someone commented it out at one point. The category icon display was rendering and I thought that was just a partial breadcrumb.

    Side question...what is the category icon...
  40. Thread: Breadcrumbs

    by geeker
    Replies
    9
    Views
    3,956

    Re: Breadcrumbs

    If I switch back it works fine.
  41. Thread: Breadcrumbs

    by geeker
    Replies
    9
    Views
    3,956

    Re: Breadcrumbs

    I apologize in advance for the content. I have selected to of the more benign links you show you. I warn you that the site does have adult content and if you are offended please don't click around.
    ...
  42. Thread: Breadcrumbs

    by geeker
    Replies
    9
    Views
    3,956

    Re: Breadcrumbs

    Here are my settings for beadcrumb:

    Define Breadcrumb Status 1
    Bread Crumbs Navigation Separator  :: 

    I did not see any other settings. I still get no breadcrumb on the category...
  43. Replies
    13
    Views
    1,222

    Re: Problem Cloning Feature Products

    Thanks! I will use this to figure out where I went wrong with that code once I have this done.

    I figured out a solution by rewriting the display. I will post it soon in case it will help others.
  44. Thread: Breadcrumbs

    by geeker
    Replies
    9
    Views
    3,956

    Re: Breadcrumbs

    Thanks!
  45. Thread: Breadcrumbs

    by geeker
    Replies
    9
    Views
    3,956

    Breadcrumbs

    I am working on my detail page and the breadcrumb only shows the category that the item is in. Is there a setting for showing the home page and the current item in addition to the category?

    On the...
  46. Replies
    13
    Views
    1,222

    Re: Problem Cloning Feature Products

    I believe I used specials. I started with featured and then switched. Sorry I'm new to this system and I'm still learning my way around.
  47. Replies
    13
    Views
    1,222

    Re: Problem Cloning Feature Products

    The specials admin only seems to have a list of items.

    Is there no way of just removing the link to specials from this? That is my goal. I only used specials because it seemed like a good...
  48. Replies
    13
    Views
    1,222

    Re: Problem Cloning Feature Products

    I would post a link to the site but the products might offend some people as they are of an adult nature.

    I am pulling 12 items and the while (!$specials_index->EOF) loop goes through 12...
  49. Replies
    13
    Views
    1,222

    Re: Problem Cloning Feature Products

    Ok I'm still stuck on this. I removed the bit about looking up the category but I still only get a subset of the listing. kobra was entirely correct it is filtering my result set based on items found...
  50. Replies
    2
    Views
    742

    $productsInCategory

    $productsInCategory Could anyone tell me what this function does? I have done a few searches and come up with nothing.
Results 1 to 50 of 52
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR