Search:

Type: Posts; User: kookiewookie

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. checkout process with coupon double order saved

    Using zencart 1.3.8 a
    we sometimes ( yes very strange ) get a double order when a customer checkouts using paypa and used a coupon code. Ordernumbers are different but the timestamp is exactly the...
  2. Re: Currency problem using comma as decimal point (shop in europe)

    Alright....
    WE switched the currency setting to NON EU defaults.
    so: decimals als separated with a dot (.)
    and thousands with a ,

    AND in ot_gv:
    // clean out negative values and strip...
  3. Re: Currency problem using comma as decimal point (shop in europe)

    THIS MESSAGE: Thanks DrByte,
    did help a little, can use comma now, but comma is not beeing used as decimal point. When I enter 12,50 it is beeing treaded as 12,00.
    Any sugestions.

    IS NOT...
  4. Re: hide information_box when on an ezpage

    thanks a lot.
    i did it this way... quick&dirty but ok it works.


    // check for homepage
    // this is the tpl_information.php
    if ($this_is_home_page) {
    echo '';
    }
    else {
  5. hide information_box when on an ezpage

    Hi!

    i don't seem to get this right somehow.
    In tpl_my_sidebox.php i want to do a check.

    IF user is on any Ezpage
    ( ..mydomain.com/ndex.php?main_page=page&id=x&chapter=x )
    i want to hide...
  6. Replies
    4
    Views
    889

    Re: go to shoppingcart after login

    Thanks a lot!



    // restore cart contents
    $_SESSION['cart']->restore_contents();

    if ($_SESSION['cart']->count_contents() > 0) {
    ...
  7. Replies
    4
    Views
    889

    Re: go to shoppingcart after login

    where should that be.. i was looking for a reference for index.php or "home" but did not find it yet.
  8. Replies
    4
    Views
    889

    go to shoppingcart after login

    Maybe i am missing something but how can i change the login process so that customers adfter they logged in go to the shoppingcart ... instead of the mainpage as it works now in my shop??

    Thanks!!
  9. Replies
    1
    Views
    1,188

    tax probme "winding up" .

    Hi ALL,

    I have some small problem with the calculation of the tax and sub totals.
    The invoice is showing a total price of 149,50
    And sub total below that shows : 149,58
    Somewhere the " winding...
  10. Replies
    11
    Views
    2,768

    Re: How to do this (shipping method)

    I did a "copy flat rate shipping" and all seems to work except when i go to next step : main_page=checkout_payment the shippingcost and method shows the standard flat rate.....somehow.

    Anyone an...
  11. Replies
    3
    Views
    1,057

    Re: hide mainpage text on categorie page

    Indeed.... i have!

    I do not use the fa module left or right box so am going ot give it a try then!

    Thanks!
  12. Replies
    3
    Views
    1,057

    Re: hide mainpage text on categorie page

    i saw every confiugration option three times but nothing it seems...
    anyone where to look when i want to try a hack?

    thanks
  13. Replies
    1,164
    Views
    279,967

    Re: Newsletter-Only Subscriptions for v1.3x - strange error report frontend

    Hi!

    when entering an emailadres and hit the subscribe button i get this strange error message saying the mailadres needs to be 6 characters long and with an @ in it.....
    but all the rest is...
  14. Replies
    12
    Views
    2,981

    required attribute not working 1.3.6

    Dear Zenners,

    I am trying to set some attributes to required but the system keeps
    allowing empty posts somehow.

    - with products it is required to upload an image

    I have it on Required in...
  15. Replies
    3
    Views
    1,057

    hide mainpage text on categorie page

    Hi!

    I must be some setting somewhere.... but i just cannot find it.
    I have one categorie with 3 sub categories.
    when i click the categorie the mainpage text is shown - i want to hide that! - ...
  16. Replies
    7
    Views
    1,083

    Re: missing metatags in version 1.3.5

    oooh my... how did this old file get their....thanks for your post!!
    My file in admin/includes/modules/ was definitely outdated...
  17. Replies
    7
    Views
    1,083

    Re: missing metatags in version 1.3.5

    hi! The images are there... and are showing on the admin categories page but only in the : "legenda" not next to all the other option buttons on every row of a category or product :(
  18. Replies
    7
    Views
    1,083

    Re: missing metatags in version 1.3.5

    Any file pointers maybe? I checked and checked, overwritten with old categories.php file but no luck yet...

    I am having some difficulties in general with the updates for zencart ...... with a ...
  19. Replies
    12
    Views
    2,478

    Re: Adding my RSS link into EZPages

    Quick&Dirty -->
    useing Expages for wrapping other site content using iframe or php.

    Goto admin --> Ezpages and create a page.
    Goto your sites mysql databases management tool :D phpmyadmin...
  20. Replies
    7
    Views
    1,083

    missing metatags in version 1.3.5

    Hi Zenners,

    Somehow; i have no idea when or how the metatags system is not working anymore in a zencart 1.3.5 version....
    The icons just do not show up in the categories or products admin pages ...
  21. Replies
    2
    Views
    1,348

    Re: 1.3.6 upgrade problem with ezpages

    Mmm strange, i have the table ezpages and below ezpages_content.
    But i remembered, i use a ; hack' to make ezpages work with multiple languages.
    So probably that is causing the error..
  22. Replies
    2
    Views
    1,348

    1.3.6 upgrade problem with ezpages

    Hi!

    After running the upgrade database i have a problem with expages.
    When opening the frontend of the shop i get an order unknown column pages_title in 'order clause' ....
    and indeed.. when i...
  23. query error faqmanager on homepage only somehow...

    Hi!

    I have installed the ' old' faq manager contribution to a new zencart 1.3.5 .
    Have not had any real problems to overcome except one:
    On the homepage, firts page of the shop, i get this...
  24. Replies
    2
    Views
    2,342

    Re: wrong calculation of discount

    Hi,

    YES diaply prices with taxes is set to TRUE.

    Checkoutpage example:


    Sub-Totaal: €39,11
    (1 x 429.00gr) (Standaardshipment):€7,73
    Groupdiscount: -€3,16
  25. Replies
    2
    Views
    2,342

    wrong calculation of discount

    Hi!

    Using a 1.3.2 zencart version the group discount calc. goes terrible wrong somehow. Where a product has a price of 10,- the discount is 0.88 .....
    and not 1.0 . configured with no...
  26. Replies
    6
    Views
    2,310

    Re: Show ALL reviews on one page?

    oooh my....... that is what you get with an almost empty shop ..:)
  27. Replies
    6
    Views
    2,310

    Re: Show ALL reviews on one page?

    Preferable on something like a "show all reviews" page.....

    thanks!
  28. Replies
    6
    Views
    2,310

    Show ALL reviews on one page?

    Hi!

    Is it possible to show all reviews on one page??

    Where should i have a look if a "hack" is needed?

    Thanks!
  29. Replies
    1,487
    Views
    325,209

    DUAL Pricing version 2 working with SALE pricing

    Hi!

    I search on the forum but could not find an answer/psot really.
    Was wondering how the Dual pricing could work with the SALE system.

    I have one product: X priced at 45,00 , AND...
  30. Replies
    6
    Views
    2,071

    Re: split category links and sub links

    well.. we took that later as a rescue :)
  31. Replies
    3
    Views
    1,167

    Re: Manuallly add an order (adminside )

    ok... it's quite a hack to put all that in the admin....
    Then i will use superorders + pdf order center so i can edit the price and things for particular orders.

    Thanks

    @ waynezen: right!
  32. Replies
    6
    Views
    2,071

    Re: split category links and sub links

    This works... it comes down to divining BLOCKS instead of inline elements


    /*
    BetterCategoriesEzInfo v1.3.0.2 added 2006-06-22 gilby
    Updated to v1.3.5 2006-09-19 gilby
    */
    ...
  33. Replies
    3
    Views
    1,167

    Manuallly add an order (adminside )

    HI!

    I am looking at Super Orders module... looks great!

    But what i was really looking for is a way to add manually an order ( admin side )....? Somebody knows there is some module for that??...
  34. Replies
    0
    Views
    945

    extended info pages management

    Hi! Zenners!

    Does anyone know of a contribution to make it possible to manage infopages in a bit more extended way then with the EZpages ?
    I am looking for a way to have a menu style:

    main...
  35. Replies
    6
    Views
    2,071

    Re: split category links and sub links

    Thanks for your reply

    Adding or changing a.category-top ... et cet does not change anything unfortunately.

    We have now:
    .category-top {
    background-color: #ffffff;
    padding-top: 10px;...
  36. Replies
    6
    Views
    2,071

    split category links and sub links

    We have a problem with the div's & spans that rule the main product category links and the sub links.......
    The problem is this:

    We need a fixed width white background "box" for ALL main...
  37. Replies
    7,098
    Views
    1,856,835

    v138a Re: Image Handler 2 Support

    Sorry, i have to ask this stupid Q again... i searched and read through the board but just could not find the link i remember have seen before regarding a problem with Imagehandler 2: being not...
  38. Replies
    130
    Views
    35,301

    Re: Small problem crossell with GiftCertificates

    Just "stupid" .... you have the MultiSelect option to select all the attributes from the GiftCert..... there was selected only 1.
  39. Replies
    130
    Views
    35,301

    Small problem crossell with GiftCertificates

    I have a problem with the Crosssell contri.

    Have a product and add as crosssell product Giftcertificates.
    I have Giftcertificates setup as one product with 10 attributes ( giftceet. values )......
  40. Replies
    18
    Views
    6,315

    Re: plain text problem euro sign

    Thanks wil investigate and see what can be done.
  41. Replies
    18
    Views
    6,315

    Re: plain text problem euro sign

    Hi,

    I did that ( removed even the nbsp ) but still it shows a ? in the email.

    Might it be something that has to do with the way i send email??
    The mail server maybe? ... do not think so but...
  42. Replies
    18
    Views
    6,315

    Re: plain text problem euro sign

    i am using 1.3.0.1 .
    and tested with and without the convertion rules as in your post and
    in backend: admin/email settings...
    used to insert € just like that into the currency sign field with and...
  43. Replies
    18
    Views
    6,315

    plain text problem euro sign

    Hi!

    I read throught some threads that were discussing this ... and read a lot on other pages so.. now i have no idea what to do to fix the problem i have with the euro sign in plain text email....
  44. Replies
    1,164
    Views
    279,967

    Re: Newsletter-Only Subscriptions for v1.3x

    Hopefully you find the solution soon; thank you very much!
  45. Replies
    1,164
    Views
    279,967

    Re: Newsletter-Only Subscriptions for v1.3x

    right!
    If i send mail from Subscription manager all goes fine.
    If i send from newsletter manager all goes fine with all options BUT
    not the particular selection: Newsletters Subscribers Only!...
  46. Re: only one plain text email should be html..GC send by customer

    Hi,

    Ok, understood; maybe we have to live with this one text email then alltough i still think it looks much better when a gift certificate is in html when a customer sends a gift to some-one...
  47. Re: only one plain text email should be html..GC send by customer

    mmmm... but order mail and the like go html even when that is not set by the customer right?

    How could i do a 'hack' to get the Gift Cert. also in html?
  48. Re: only one plain text email should be html..GC send by customer

    i tried many things already like:
    run the shop in diff. languages but again.. makes no difference.
    ALL email is send HTML except when a customer sends someone a giftcertificate..... :(

    in config...
  49. Replies
    1,164
    Views
    279,967

    Re: Newsletter-Only Subscriptions for v1.3x

    great! i updated all files. All seems working fine now except one strange thing


    When i go to Subscription Manager and sent a email to a newsletter only subscr. it sents the email fine.
    BUT when...
  50. Replies
    2
    Views
    2,669

    Re: "frequentflyer" system for zen-cart...?

    Thanks... will look into that one!
Results 1 to 50 of 75
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR