Search:

Type: Posts; User: acetate

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    680

    Re: Building New Modules

    Hi Kim,

    I would like to add some extentions to the Manufacturers side of things.

    On my site there is a type of product which is essentially an artwork. In this instance I have set it up so the...
  2. Replies
    208
    Views
    35,805

    Re: Is a Permanent Login (Auto-Login) Possible?

    Thanks for the tip b00n. Just for anyone else I found the autologin code seemed to work best when placed at the bottom of the file application_top.php - had some issues with it being at the very top...
  3. Replies
    2
    Views
    680

    Building New Modules

    Hi All,

    I was wondering if there was any documentation I could be pointed towards which describes the way ZenCart works at a basic functional level. I would like to look at what is required to...
  4. Replies
    3
    Views
    1,396

    Re: Differences in SSL Certificates?

    Checking the site:
    http://www.positivessl.com/

    The difference between a positiveSSL Comodo certificate and an instantSSL Comodo certificate is that the positive is domain certified while the...
  5. Replies
    10
    Views
    2,891

    Re: Nickname at signup *without* phpBB

    That's great Dave. I will keep my eye out for it and will give it a go for sure. My method seems to work but is a bit of a hack - a proper module with no reliance on phpBB would be an excellent...
  6. Replies
    10
    Views
    2,891

    Re: Nickname at signup *without* phpBB

    Sorry for the late reply.

    First to get the nickname field to appear on the customer account creation page you need to install and enable phpBB integration:
    - I downloaded and installed phpBB to a...
  7. Replies
    10
    Views
    2,891

    Re: Nickname at signup *without* phpBB

    Well to answer my own question :)

    The file includes\classe\class.phpbb.php seems to only refer to 2 phpBB files - config.php in the root phpBB folder and constants.php in a includes subfolder.
    ...
  8. Replies
    10
    Views
    2,891

    Nickname at signup *without* phpBB

    Hi,

    I currently have phpBB integration enabled in my store which adds a nickname field to the user sign up page. I made a simple mod to use this nickname with reviews instead of the users real...
  9. Replies
    0
    Views
    1,110

    Avatars for reviews

    Hi,

    I'm sure it's a long shot... but has anyone added avatars to the reviews that users submit on products. If particular users are reviewing often it would be a great way for this to stand out....
  10. Replies
    3
    Views
    5,565

    Re: Help with SQL query returning multiple rows

    Thats it :)

    Thank you DrByte - you could not ask for a faster and more helpful reply. Much love for the ZenCart team!

    Cheers.
  11. Replies
    3
    Views
    5,565

    Help with SQL query returning multiple rows

    Hi, I have a hopefully simple problem that perhaps someone could help me with. I am running Kuroi's stock by attributes mod and I want a query to select the stock levels for all attributes of a...
  12. Replies
    34
    Views
    7,433

    Re: Reviews with Nickname

    When you first do the mod your existing user accounts don't have any nickname set. Thus you get the issue you describe if you write a review with those pre-existing accounts.

    After you enable...
  13. How to get rid of ' ... details ' in product list all view

    As the title suggests under the price of each product in the list all view there is some text that says "... details". I'd like to get rid of it.

    Easy way to do this is to edit the line:...
  14. Replies
    3,557
    Views
    540,995

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Found it:
    http://www.zen-cart.com/forum/showthread.php?t=25987&page=11

    It details code that displays the actual stock amounts for each attribute next to the attribute name. Want to mod my site to...
  15. Replies
    3,557
    Views
    540,995

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Just out of interest - earlier in this thread there was some discussion about the Grayson posts - does anyone know which archived thread these were posted in?
  16. Replies
    7
    Views
    2,112

    Re: I am a programmer...

    Just a note of encouragement... kudos for giving it a go - it'd be great if you got this working. Proper vBulletin integration would be a god-send for me. I got a feeling your treading a fair bit of...
  17. Re: Can ZenCart still be used if JavaScript is disabled?

    Some thought last night led me to the exact same conclusion in regards to ensuring my code has alternate handling for non-js enabled users. Javascript users get the bells and whistles and...
  18. Can ZenCart still be used if JavaScript is disabled?

    I know ZenCart currently uses a little JavaScript in parts e.g. the popup window for larger images in the product info display. If a customer's browser has JavaScript disabled is ZenCart still usable...
  19. Replies
    2
    Views
    1,755

    Re: Currency redirection behaviour

    That was no help :P

    ...but thanks anyway :)

    So I seem to have it working and thought I would post up what I've done in case it's of use to anyone else. I'm no coder so please feel free to...
  20. Replies
    2
    Views
    1,755

    Currency redirection behaviour

    Hi All,

    I have set up a couple of links on my site to allow customers to select a preferred currency. This is working however when the currency is changed Zen Cart redirects the customer back to...
  21. Replies
    34
    Views
    7,433

    Re: Reviews with Nickname

    Hi paulm,

    Thanks for the feedback and yes I now see you are right in that the reviews are not anonymous as such.

    I still wanted to use a single nick associated with each user for reviews on my...
  22. Replies
    34
    Views
    7,433

    Re: Reviews with Nickname

    Hang on a sec... to answer my own post after a little further reading - you get a nickname field when registering for a new account if phpBB integration is installed???

    I set Enable phpBB linkage...
  23. Replies
    5
    Views
    1,403

    Re: reviews on product page

    There's a dgReviews mod that does exactly this - should be able to find it buried in the download section somewhere. I've got it running with 1.3.7 and it seems fine.
  24. Replies
    34
    Views
    7,433

    Re: Reviews with Nickname

    Just throwing my 2c in - a nickname system for reviews would be really useful.

    However I think it would be far better to add an extra field to the new user sign up form and allow them to set a...
  25. Replies
    5
    Views
    1,593

    Re: Redirect after submitting a review

    Hey many thanks - that works a treat :)
  26. Replies
    5
    Views
    1,593

    Re: Redirect after submitting a review

    Sorry for the late reply - v1.3.7
  27. Replies
    5
    Views
    1,593

    Redirect after submitting a review

    Hi All,

    I am using the dgReviews mod which shows product reviews on the main product info display page and it is working fine. What I want to be able to do however is after a user submits a review...
  28. Re: New Products For restricted to one category

    Decided to do away with the New Products section and rely on manually adding products to the Featured Products section and have only that.

    Thanks anyway... such a helpful community here :)
  29. New Products For restricted to one category

    Hi All,

    I currently have a simple category structure with only 2 categories in my shop.

    The first category contains all my products for sale. The second category is essentially a showcase...
  30. Thread: Eway module

    by acetate
    Replies
    4
    Views
    1,406

    Re: Eway module

    Bumping this up... was looking at eWAY myself and am running v1.3.5- Joshua.O did you end up implementing it? Would be nice to know at least one person is successfully running the module on 1.3.5...
  31. Re: DIRBANK module - Where can I change font size?

    I'd also be keen on knowing this.

    I managed to do it by adding <H2> </H2> tags into the appropriate text areas in /includes/languages/english/modules/payment/dirbank.php but I doubt this is the...
Results 1 to 31 of 31
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR