Search:

Type: Posts; User: goosedesign

Search: Search took 0.01 seconds.

  1. Re: Please help with Create Account email - create_account.php changed - email the sa

    Doh! Found it in login.php. It looks like the FEC module has appropriated that file for account signups. Thanks for all the helpful suggestions though :smile:
  2. Re: Please help with Create Account email - create_account.php changed - email the sa

    I've changed EMAIL_WELCOME, EMAIL_TEXT and EMAIL_CONTACT and none of the changes are showing up on the emails received, despite looking perfect in the admin preview (tools > welcome email). I've...
  3. Re: Please help with Create Account email - create_account.php changed - email the sa

    I deleted both files:

    /includes/languages/english/create_account.php and
    /includes/languages/english/MY_TEMPLATE/create_account.php

    Still the same message. Where could it be coming from? I'm...
  4. Re: Please help with Create Account email - create_account.php changed - email the sa

    I'm also having this issue. I've made changes to the language file and they're showing up correctly if I got to tools > email welcome in the site admin, but the actual email sent is still an old...
  5. Replies
    3
    Views
    1,019

    Re: attibutes requiring negative tax ? ?!?

    Still a problem for me too! Anyone?
  6. Replies
    7
    Views
    1,234

    Re: Categories and no products inside

    Thanks so much for the code. Here's the file in its entirety for anyone who wants it:

    <?php
    /**
    * index category_row.php
    *
    * Prepares the content for displaying a category's sub-category...
  7. Replies
    251
    Views
    35,576

    Re: OsCommerce Data Importer - Errors

    Thanks so much for making this available! Works great. :bigups:
  8. Re: BannersAll - doesn't show all banners. Please help!

    I also really wanted to be able to display all of the banners from a group in a single location, and have ended up with quite a useful solution if anyone's interested. This could help with all sorts...
  9. Replies
    32
    Views
    22,861

    Re: Ajax Shopping Cart Sidebox

    Interesting that it doesn't seem to have been implemented on the site that's selling it! Either that or it's not working in my browser, but either way, not too encouraging.
  10. Replies
    1
    Views
    553

    Space appearing in path to editors

    I've just finished moving a site to a new server on a new domain and I think just about all of the glitches are ironed out except this one. In the site admin, I'm getting this message:
    Warning You...
  11. Replies
    7
    Views
    1,115

    Re: product listing on product_info page

    It seems like it should be possible to modify the standard cross sell contribution to do this, but my attempts are producing 1054 SQL errors.

    I'm guessing we need to change this code:

    //...
  12. Replies
    7
    Views
    1,115

    Re: product listing on product_info page

    Oh ok, but you still need to add the products manually with that one. I think what we're after is a module that will automatically display every other product in the same category as the current one....
  13. Replies
    7
    Views
    1,115

    Re: product listing on product_info page

    Thanks. I started down this route, but am not a professional developer and was hoping for some clues as to where to start with the mods.
  14. Replies
    7
    Views
    1,115

    Re: product listing on product_info page

    Me too! I posted on this about a week ago and have had ZERO response so will watch this with interest. Have also just posted on the commercial help wanted page.
  15. Replies
    1
    Views
    826

    Re: Changing URL on Home Page

    The file you need is templates/YOUR_TEMPLATE/common/tpl_header.php. First you need to add a link to your website home page as a list item:



    <div id="navMainWrapper">
    <div id="navMain">
    ...
  16. Show all products in category on productinfo page

    Does anyone know how I might achieve this? What I'm looking for is that on each individual product page (tpl_product_info_display.php), there is also a list, much like you would see on a category...
  17. Display all products in category on product_info_display

    What I'm looking to achieve is the full information displayed for a single product (as seen in tpl_product_info_display.php), plus the abbreviated versions of all of the other products in its...
  18. Replies
    5
    Views
    2,475

    Re: Tell a Friend Button

    Yes it is:

    'configuration' > 'email options' > 'allow guest to tell a friend'

    It is set to false by default for SPAM prevention.
  19. Replies
    5
    Views
    2,475

    Re: Tell a Friend Button

    Sorted - silly, silly - I put the button in as part of the form using zen_image_submit, instead of just as a link using zen_image_button. :bigups:
  20. Replies
    5
    Views
    2,475

    Re: Tell a Friend Button

    Doh! This is because my button is in the product_info_display.php page and part of a form whose job it is to add stuff to the cart. Is there either different code I could paste in there, or code I...
  21. Replies
    5
    Views
    2,475

    Tell a Friend Button

    Hello,

    I'd really like to display 'Tell a Friend' just as a button, rather than the whole box etc. The code I'm using is

    <!--bof Tell a Friend button -->
    <?php

    echo '<a href="' ....
  22. Replies
    311
    Views
    65,452

    Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Have you completed the installation through the admin?
    Admin > Extras > Wishlist
  23. Replies
    4
    Views
    1,031

    Re: how do I relocate messagestack output?

    That's great. Thought there must be an elegant solution somewhere. Thanks for posting it.
  24. Replies
    311
    Views
    65,452

    Re: WishList v0.4 - Adding items to cart as well as wishlist in Safari

    Update - obviousy something I've done badly wrong as it does same in IE6 - why would it work ok in FF though??
  25. Replies
    311
    Views
    65,452

    Re: WishList v0.4 - Adding items to cart as well as wishlist in Safari

    Has anybody else come across this issue? I've added Wishlist to a work in progress site, and it works great in Firefox etc. but in Safari for some reason, when you add an item to the wish list, it...
  26. Replies
    4
    Views
    1,031

    Re: how do I relocate messagestack output?

    Ok think I'm getting somewhere. In my case, I wanted to move the 'email successfully sent' message that belongs to 'tell a friend'. The only way to do this was to edit the 'header_php.php' file in...
  27. Replies
    4
    Views
    1,031

    Re: how do I relocate messagestack output?

    I'd like to know the answer to this too. Loads of people have asked about it, but there don't seem to have been any replies. It looks like the message is written to the page using Javascript as it...
  28. Replies
    2
    Views
    929

    Re: Pricing help

    Not really. If the products were similar in almost every way, it might be quicker to create one and duplicate it in to every category. If it's just the price that's the same, the time it takes to...
  29. Replies
    2
    Views
    1,338

    Re: "Browse By" Function for Product Listing

    I reckon it would take some customisation. You'd need to add a new field, 'breed' to the products table in the database and then integrate it with both the admin and front end of the shop. It would...
  30. Re: Product Description doesnt line up properly below image.

    How's your CSS?

    What you've said would be possible by editing the various parts of the product listing via the CSS file. I think the ones you need are #productMainImage for the image,...
  31. Re: Can new products have their own category?

    I switched a lot of stuff off, so that's what must have happened. The flexibility's great. It just takes a bit of time to figure out where everything is.
  32. Re: Can new products have their own category?

    Still over complicating. Found the switch in admin under layout settings > Categories Box - Show Products New Link.
    Thanks again.
  33. Re: Can new products have their own category?

    Thanks for the reply. I had forgotten there was a new products sidebox, but it made me realise, all I actually need is a link to index.php?main_page=products_new, or as I have SEO URLs, to...
  34. Re: Product Description doesnt line up properly below image.

    Hi Christine,

    I usually find Googling my questions leads me right to a relevant post by somebody else and is better than searching any forum. If you want to post though, go to...
  35. Re: Product Description doesnt line up properly below image.

    Hi,

    Do you just mean that you want the description to be left aligned, rather than centred? That needs to be changed in your stylesheet (includes/templates/trublu/css/stylesheet.css)

    ....forget...
  36. Can new products have their own category?

    I'm sure this is possible, but wanted to ask an expert before I start rooting around in the dark!

    Does anyone know how to have the 'new products' appear as a category, rather than always as an...
  37. Re: Help with Creating Product Type with certain pricing scenario

    It looks to me like you can set a default option, but only on an individual product basis, using the attribute controller. If you select the product in question in the attribute controller, you...
  38. Replies
    1
    Views
    1,548

    Re: product model number in product listing

    When you say "other than 0", was it "1"? If not, it wouldn't work.
  39. Re: Are the categories and products ilimited??

    Do you mean how many categories and how many products you can have? If so, then no, there's no limit.
Results 1 to 39 of 39
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR