Search:

Type: Posts; User: Jace

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    452

    Re: Menu option for only one particular customer

    jeez people ..

    forget it then.. i'll figure it out myself.
  2. Replies
    4
    Views
    452

    Re: Menu option for only one particular customer

    Again, any help would be appreciated. I'm sure it's not difficult, and would require simply one line of coding.
  3. Replies
    4
    Views
    452

    Re: Menu option for only one particular customer

    Any help, please.
  4. Replies
    4
    Views
    452

    Re: Menu option for only one particular customer

    In an attempt to help .. I would put the coding in /includes/templates/template_default/sideboxes/tpl_categories.php and include the code:



    <a...
  5. Replies
    4
    Views
    452

    Menu option for only one particular customer

    I would like to have a menu option show up if one particular customer logs in. I could put it at the bottom of the categories list.

    I'm just needing to know the coding for it. I can edit PHP just...
  6. Replies
    6
    Views
    895

    Re: Product List specific to customer?

    Actually slight adjustment to what you said, now that I re-read it ... there are no items that are unique to any one customer. All 700 available items are available to all customers, but I'm needing...
  7. Replies
    6
    Views
    895

    Re: Product List specific to customer?

    Yeh schoolboy, that's exactly how it is. Every customer has the option to purchase any of our 700 items. But when I go into a store to go through the list of items they stock, I'd like to have a...
  8. Replies
    6
    Views
    895

    Re: Product List specific to customer?

    I'm not entirely familiar with PHP coding .. I can't write it from scratch, although I can easily enough edit what is already there.

    I guess because I am trying to focus on one customer...
  9. Replies
    6
    Views
    895

    Re: Product List specific to customer?

    Come on, 158 views and no replies??
  10. Replies
    6
    Views
    895

    Product List specific to customer?

    Hi. I have my ZenCart installation set up and working perfectly. But I now find that I'm missing one feature in particular.

    My website is for wholesale customers (retail stores who purchase...
  11. Replies
    4
    Views
    826

    Re: Manufacturer image link

    Sure, would be happy to. Here's my coding below. The first line should already be in the tpl_product_info_display.php file, and the second line, from memory, I added in to show and link the image:
    ...
  12. Replies
    6
    Views
    511

    Re: Specials Box only for logged in users

    Ahh .. well that's done it anyway, I've removed the second IF statement and it's fixed it to how I need it. And as for putting it alongside every page, I've found the option in the Admin panel.
    ...
  13. Replies
    6
    Views
    511

    Re: Specials Box only for logged in users

    I'm trying to have it set to always being shown on any page on the website, so it's always sitting in the right column. But more importantly, I'm needing the specials sidebox to *not* be shown when a...
  14. Replies
    6
    Views
    511

    Re: Specials Box only for logged in users

    Here's the contents of modules/sideboxes/specials.php:



    <?php
    /**
    * specials sidebox - displays a random product "on special"
    *
    * @package templateSystem
    * @copyright Copyright...
  15. Replies
    2
    Views
    491

    Re: New Banner not showing

    Sorted this one as well. For reference for anyone else with a similar issue:

    When you are in Admin and go Tools -> Banner Manager and upload the banner, you put the banner in a group. Go to...
  16. Replies
    6
    Views
    511

    Specials Box only for logged in users

    My website is only for wholesale customers to purchase, but also product information for the general public. It's at www.healthreflections.com.au. I have some items on special at the moment but want...
  17. Replies
    2
    Views
    491

    New Banner not showing

    Hi, I have made a banner that I want to show across the top of every page. I have created it in ZenCart admin, and gone to Layout Box Controller and put it at the top of the page, but it's not...
  18. Replies
    1
    Views
    410

    Re: Text to be shown only when logged in

    Nevermind then .. found it myself.


    -------


    <?php if ($_SESSION['customer_id']) { ?>
    <br /></h2><font size="1">Prices quoted are wholesale and Ex GST (where applicable)</font><br />...
  19. Replies
    1
    Views
    410

    Text to be shown only when logged in

    My website is set up in a way that prices can only be seen when the user is logged in. I would also like to have the red line in the following code to be shown only when the user is logged in:

    ---...
  20. Replies
    4
    Views
    826

    Re: Manufacturer image link

    Nevermind .. managed to figure it out myself.

    Any moderators around, please delete this thread.
  21. Replies
    4
    Views
    826

    Manufacturer image link

    On my product info page, I would like to have the manufacturer image linking to a list of all their products. I've got a basic idea how it's done. I already have the manufacturer image on the product...
  22. Replies
    1
    Views
    549

    Personalised Greeting upon Login

    I would like to have the user's name show up on the screen after they log in. I know where the page is that I put the line of text in, but I don't know how to grab the user's name to enter it into...
  23. Thread: MySQL Password

    by Jace
    Replies
    5
    Views
    454

    Re: MySQL Password

    Yeh the two configure.php files have the same password string.

    But I was just asking if I need to update that somehow to the new MySQL password, because I haven't as yet. Or does ZC find and...
  24. Thread: MySQL Password

    by Jace
    Replies
    5
    Views
    454

    Re: MySQL Password

    Hmm.. I've had a look in those two and the password is scrambled, it's not the actual password.
  25. Thread: MySQL Password

    by Jace
    Replies
    5
    Views
    454

    MySQL Password

    I've had a security issue with my domain host, so I've changed my password. This also changes my MySQL password.

    Is there somewhere in ZC that I need to update this the MySQL password so it...
  26. Thread: Website died!

    by Jace
    Replies
    3
    Views
    469

    Re: Website died!

    They've fixed it up, no idea what caused it.. but working again now.
  27. Thread: Website died!

    by Jace
    Replies
    3
    Views
    469

    Re: Website died!

    I'm on to the live chat support with the hosting company now...
  28. Thread: Website died!

    by Jace
    Replies
    3
    Views
    469

    Website died!

    I'm trying to get to my company's website, www.healthreflections.com.au, and it's constantly saying "Internal Server Error".

    No idea what's causing it... any thoughts how to fix it? Or even where...
  29. Replies
    3
    Views
    1,308

    Re: Order Total Calculation Error (Group Discount)

    *bump*

    Any help on this issue, please.
  30. Replies
    1
    Views
    413

    Guest price & logged in price

    Is it possible to have one price showing for an item when a user isn't logged in, and a different price showing when a user is logged in?

    My website is for ordering by wholesalers only, so...
  31. Replies
    2
    Views
    410

    Re: Add to cart in new window

    Do you mean to open a new window when someone clicks "Add to Cart"?
  32. Re: which File needs to be edited to remove the adsense?

    Hmm... if it's in a sidebox of it's own, you could check in to Tools -> Layout Boxes Controller and turn it off in there. Or if it's in a sidebox with something else, then it could involve editing...
  33. Replies
    10
    Views
    983

    Re: What I have messed up?

    Works fine here too.
  34. Replies
    1
    Views
    512

    Re: Blocking a user from my Store - HOW?

    There's an addon mod for this, I saw it a few mins ago... hang on, brb

    Alright, I'm back... it's here:

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1413
    ...
  35. Replies
    1
    Views
    430

    Specials: Buy X get Y% discount

    I have one product currently set up (and working) as on special, it's buy any amount of that item and get 20% off. Simply done in Catalog -> Specials.

    But now I'm needing to set up another special...
  36. Re: Order Total Calculation Error (Group Discount)

    And again, surely people have come across this problem. Any help, please.
  37. Re: Order Total Calculation Error (Group Discount)

    Come on, surely I'm not the only person who has come across this.
  38. Order Total Calculation Error (Group Discount)

    (Using v1.3.8a)

    I've got some customers set up with a group discount of 5%, but it's taking off 5.529251263943504% instead. Here's the breakdown of a test order I placed:

    12 x LM08 = $119.76
    5...
  39. Replies
    3
    Views
    1,308

    Re: Order Total Calculation Error (Group Discount)

    And also - the Tax (10%) is supposed to be $12.57, not $12.61. So the order total is wrong, it's showing $138.33 but it's supposed to be $139.02.
  40. Thread: HTTP 500 Error

    by Jace
    Replies
    3
    Views
    967

    Re: HTTP 500 Error

    Thanks Kobra, very helpful page! Now it's all sorted :)
  41. Replies
    3
    Views
    1,308

    Order Total Calculation Error (Group Discount)

    (Using v1.3.8a)

    I've got some customers set up with a group discount of 5%, but it's taking off 5.529251263943504% instead. Here's the breakdown of a test order I placed:

    12 x LM08 = $119.76
    5...
  42. Thread: HTTP 500 Error

    by Jace
    Replies
    3
    Views
    967

    HTTP 500 Error

    My company's website has a shopping cart so people can place orders. When I click "Go to Checkout", it comes up with an HTTP 500 error. What is a 500 error and is there any idea how I would go about...
  43. Re: Don't send email to customer when order placed

    It's part of the modification of the website. It sounds dumb to some people I know, but it's what I've been asked to do.

    I don't need emails to be sent to the customer, because none of them have...
  44. Don't send email to customer when order placed

    I have heavily modified my installation of Zen-Cart, and I have one more issue I'm battling...

    How can I turn off the option of Zen-Cart attempting to send an email to a customer after they have...
  45. Replies
    1
    Views
    514

    Products without photos

    I've got (currently) 708 products on my site. Is there a way I can find which products as yet do not have photos, besides having to browse through all 71 pages?
  46. Replies
    1
    Views
    479

    Re: Discount charged after freight??

    ha ha! yep it's simple... found it.

    So for reference for anyone else - go to Modules -> Order Total and set the sort order of "shipping" to a number *higher* than your group pricing setting.

    :)
  47. Replies
    1
    Views
    479

    Discount charged after freight??

    I have an issue in Zen-Cart, in that it is charging freight and afterwards applying a discount as set in the Group Pricing. Problem is, I'm needing it to apply the Group Pricing *before* adding on...
  48. Thread: Background images

    by Jace
    Replies
    14
    Views
    881

    Re: Background images

    If I can add something to this thread, something very similar...

    So for reference again, I'm at http: //www.healthreflections.com.au

    I'm looking at the main page and I like the background...
  49. Thread: Background images

    by Jace
    Replies
    14
    Views
    881

    Re: Background images

    Yeh I've noticed that... Originally I had the "word wrap" option in Notepad turned on... I've since found that was a bad idea.... but I've changed a lot of the colours from the original .css so I...
  50. Thread: Background images

    by Jace
    Replies
    14
    Views
    881

    Re: Background images

    Additional... I'm using FileZilla for web file transfer, and Notepad to edit the files as needed.
Results 1 to 50 of 89
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR