Search:

Type: Posts; User: crazycucumber

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    333

    v139h Re: Sql Query help

    Always double check the results anyway. Thank you this is accurate.
  2. Replies
    7
    Views
    333

    v139h Re: Sql Query help

    Ahh much more tidy than my attempt ! Many Thanks
  3. Replies
    7
    Views
    333

    v139h Re: Sql Query help

    Thank you , Just altered the (o.*) to (o.orders_ID) and this worked. :-)
  4. Replies
    7
    Views
    333

    v139h Sql Query help

    Hi all , Can anyone assist in writing a little SQL query for me ?
    Or tell me where I need to post this thread.

    Should be real easy but my sql skills are like 20 years old !


    select...
  5. Replies
    5
    Views
    1,441

    Re: PayPal Express Checkout 10410 error

    Hi , I am getting this continually on a 1.5.1 Site. I have checked the API signature, and I can checkout using the old way , but not using Checkout Express.

    Jan-18-2016 10:06:43 (1453111603)...
  6. Re: PayPal Express Checkout (35) SSL connect error

    I have made the CURL changes to the Paypal_curl.php file and I have managed to get a paypal payment through , However ....

    When clicking on the pay now with paypal button, it directs to paypal...
  7. Replies
    2
    Views
    1,224

    v139h Error code 10410

    Hi , I have searched around as to what is causing this - I have re inputed my API settings from Paypal, and still getting the same error when trying to use Paypal express. Is there a patch somewhere...
  8. Replies
    3
    Views
    1,310

    v139h Re: Uk Sales Tax - Need to charge everyone

    Hi Steve,

    You are spot on.

    So I need to create 3 zones by the look of it, UK , EU and Rest of World.
    Companies who have VAT number can call us to zero rate it , I want to catch the 90% who...
  9. Replies
    3
    Views
    1,310

    v139h Uk Sales Tax - Need to charge everyone

    Hi all,

    Our accountant has just told us that we need to charge everyone without a VAT number outside of the UK the 20% sales Tax.
    Up till now we have exempted everyone outside of the UK.

    I...
  10. Free Items displaying 'No Payment Options'

    Probably a simple fix , but not one I have come across before - one of my sites is offering Free samples , The free sample is set up as a free Product with shipping address required . It all works...
  11. Replies
    5
    Views
    683

    Re: Hide the "Read Only " attributes

    So far yes that is the only category I have come accross this - otherwise I was going to display: none on the whole Atrributes Div. - That is a clever solution.

    Thanks
  12. Replies
    5
    Views
    683

    Re: Hide the "Read Only " attributes

    Site is still in early setup so didnt want to link to it for google- so just replace the dots !

    http://80 241 49 51/index.php?main_page=product_info&cPath=20&products_id=206

    You have to...
  13. Replies
    5
    Views
    683

    Hide the "Read Only " attributes

    Hi ,

    I have a store with a set of Read Only attributes that I am using for dynamic filtering , but are not needed for purchase of the item
    I do not want to display these options in the product...
  14. Replies
    807
    Views
    339,652

    Re: Help with Dynamic filter 1.1

    Now if I could get that info to appear where the category description normally sits , I would be on to a winner !
  15. Replies
    807
    Views
    339,652

    Re: Help with Dynamic filter 1.1

    Nope that broke the whole addon -

    I just changed the first line to


    if (count($priceArray) < 0) {

    so it is never true ! Seems to work.
  16. v151 Re: Disable left & right columns on category listing pages?

    You could use something like this :



    if ($cPath == '2' or $cPath == '3') {
    $flag_disable_right = true;
    $flag_disable_left = true;
    }

    I thought about using if cPath > 0 , but that would...
  17. Replies
    807
    Views
    339,652

    Re: Help with Dynamic filter 1.1

    Hello "fancie" Phil
    Glad you got it sorted - I too am using this addon but could not find an official support thread for it !

    Have you worked out how to remove price ?
    price isn't something i...
  18. Replies
    4
    Views
    1,032

    v138a Re: 1.3.8a to 1.5.1 Best Practice Question

    Frank is good - will probably save me the headache later. - Change of tac then I will upgrade and remove old stuff , then hopefully just rearrange the product table.

    Many thanks for the input.
  19. Replies
    4
    Views
    1,032

    v138a Re: 1.3.8a to 1.5.1 Best Practice Question

    Hi , that seems to be the standard way of doing it , I think I am more creating a new store and want to transfer part of the old store over

    I dont want the products , or any junk tables from old...
  20. Replies
    4
    Views
    1,032

    v138a 1.3.8a to 1.5.1 Best Practice Question

    Hi All ,

    I am upgrading one of my sites from 1.3.8a to 1.5.1 - in order to achieve this we are moving servers to get the latest PHP etc. So New site will have :

    Ver 1.5.1
    New Template
    New...
  21. Replies
    7
    Views
    2,007

    U.K Based VAT Invoice Order

    OK , I have taken a few days out to read the forum , asked a few questions , but there does not seem to be a difinitive answer.

    On our Invoices and Order Confirmation we NEED to have.
    ...
  22. Re: Price with Tax not counting after use diferent currency and order step 2

    By Default , orders from other countries are not valid for Tax , so when you switch currency I assume you are switchng country address also therefore the order should not be valid for Tax . This is...
  23. Replies
    3
    Views
    1,328

    Re: Sales tax VAT and the rest.

    Hi ,

    When you start charging VAT on your goods , you are simply collecting taxes for the VAT amn from UK customers , and Orders outside of the UK will not be charged VAT and you do not have to...
  24. Replies
    19
    Views
    3,831

    Re: Setting up tax (VAT) for UK

    Sorry to drag this old post up ..

    But I too need to do this on several UK web stores.

    Is it just a question of hacking about with the Order Invoice templates or is there a switch I am missing...
  25. Re: VAT being calculated but not added to total?

    Did you find a work around for this , it confuses our customers too! :D
  26. Replies
    3
    Views
    1,329

    Re: Subdomain Configure woes

    Hmmm , after a nights sleep I figured it was just the SSL doing it
    Turned that off and we are up and running.

    Doh !

    Thanks Dr Byte. On the issue of htaccess , will a htaccess in a...
  27. Replies
    3
    Views
    1,329

    Subdomain Configure woes

    Hi all , its been a while since I touched Zen , but the time has come for a facelift and an upgrade.

    So I created a subdomain off my own domain (affixit. co. uk) called alt

    Duplicated the DB...
  28. Re: Uk VAT TAX not calculating Need Help

    An example of bizzare figures :-
    attached JPEG:dontgetit
  29. Uk VAT TAX not calculating Need Help

    Hi Guys , its been asked before I know , I was one of them ! but now I am too busy running my company to start digging , could someone please tell if if they could look at my site and solve the tax...
  30. Re: tax rate change but do not change gross

    I did this in January over in the UK , I used easy populate to download all the products to Excel , did a quick calc to work out the new Nett prices , then re uploaded and switched the tax back to...
  31. Replies
    5
    Views
    1,848

    Re: php code to update database HELP pls

    just wanted to add that the query works if I use real numbers

    $result= mysql_query("UPDATE products SET products_quantity = 70 WHERE products_model = 26284");

    and the variables echoed to the...
  32. Replies
    5
    Views
    1,848

    php code to update database HELP pls

    Hi all , i am trying to write some basic code to update stock qtys from a XML file ..

    I am so close .. just stumbled at the last hurdle ( i think ) Can anyone help ...

    I am parsing the XML...
  33. Replies
    130
    Views
    62,155

    Re: Duplicate Orders/Order Confirmation

    I will add my name to this list .. I am getting Duplicates on Paypal and On Sagepay , sometimes I get duplicate payments on both providers othertimes its Two orders and one payment. I am running...
  34. Replies
    8
    Views
    2,260

    Re: Zen Cart Wishlist?

    Not tried it but this looks like it would do it :-

    http://www.unevolution.com/miscellany/downloads.php
  35. Replies
    5,053
    Views
    990,692

    Re: Simple SEO URL [support thread]

    Hi Just installed latest version on a new site , all fine , except ..

    Whos Online now shows users as accessing :-

    /includes/templates/my_template/images/sidebox.gif
    and pixel_trans.gif
    ...
  36. Replies
    56
    Views
    10,407

    Re: Delivery control

    I have got to the same stage as you - is the original author still developing this mod or has he laid it to rest .

    I get the blank page after adding product too.
    and the date selector only...
  37. Replies
    220
    Views
    79,539

    Re: ZJ Silver Support Thread

    Hi anthonyd , Great innovative stuff in your templates.

    I notice your site is down for a major re release , just wondering if I should wait for a jquery Tabs version before I start to put the...
  38. Replies
    240
    Views
    53,447

    Re: Login as Customer module

    I am now getting this 403 Error too ! Which is very weird as I installed it last night , tested it and it worked , went to show the client today , and now it does not work ! I get the 403 error...
  39. Replies
    8
    Views
    2,154

    Authorize.Net Payment Gateway Upgrade

    Hi , does this affect a standard 1.3.8a zen-cart install , is there anything I need to do to check it is ok ?





    thanks for your input
  40. Re: Interlink /Geopost Ship@Ease Export Module for Zen

    Here is the altered file , its set up for how I need to use it , but its commented in places and pretty generic anyway. Any problems let me know and I will see if I can help.
    <?php
    /**
    *...
  41. Replies
    3,041
    Views
    776,753

    Re: Apple Zen Support Thread

    wondering if anyone has this template working in combination with the multi site module. My dropdown list disappears when products are added to the site using the multisite.

    I realise it is not...
  42. Replies
    372
    Views
    56,852

    Re: Order Editor 1.3.7 Issues

    Just wondering if you have had time to include this *Quantity Discounts* in your mod yet .

    or what I need to edit to get it to work ?

    Many thanks.
  43. Replies
    31
    Views
    12,225

    Re: tax calculation

    How bloody frustrating .. I have even PM'd the mods asking for some input .... still nothing.

    I realise this package is provided free and As is etc .. but this is pretty major surely , how are...
  44. Replies
    2,220
    Views
    484,342

    Re: MultiSite Module Support Thread

    Hi is anyone using this mod with the Apple_Zen templates and got it working ? any pointers appreciated.
  45. Replies
    2,019
    Views
    431,291

    Re: Super Orders 2.0

    I am just about to install super Orders on my site ( after some testing first ) I know that orders bug is fixed on my site , How will that affect me ?

    Just need to say Edit Orders does not play...
  46. Replies
    2,220
    Views
    484,342

    Re: MultiSite Module Support Thread

    Just to update my previous post , the Categories Appears and Dissapears depending on the categories_Description.

    If I remove all of the entryies from the descriptions then No categories appear on...
  47. Replies
    2,220
    Views
    484,342

    Re: MultiSite Module Support Thread

    Hi I have set this up using two different apple_Zen templates and the whole drop down bar has now disappeared on both sites. I have changed the line above. But still no Joy . is there anything else...
  48. Replies
    31
    Views
    12,225

    Re: tax calculation

    Still no word from Mods or admins on this issue ?
  49. Replies
    31
    Views
    12,225

    Re: tax calculation

    I have been battling this issue for a long time , we are now at a stage where we are using Sage Accounts and the accounts ledger highlights this issue further , it seems to increase when the order...
  50. Replies
    7
    Views
    2,374

    Re: Quantity Discount Calculations

    Ok just worked out what I *think* zen-cart is doing.

    I do not no if it is the correct accounting way of doing it or not I am hoping someone will help out there too !

    Using 15% VAT :

    10 X...
Results 1 to 50 of 402
Page 1 of 9 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR