Search:

Type: Posts; User: Chrome Orange

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: UPSXML - should it automatically tell UPS that I have a box ready to collect?

    Bugger.

    Thanks for the reply
  2. UPSXML - should it automatically tell UPS that I have a box ready to collect?

    As per the title really. the module will get a shipping cost and there are no error messages or log files created, it seems to work

    BUT, is the module supposed to let UPS know that I have a...
  3. Re: Product Descriptions/Titles Erased During Edits

    Here we go

    Solution is to upgrade php, change some files to 1.3.8g or edit

    /admin/functions/general.php,
    /admin/includes/modules/product/collect_info.php, ...
  4. Re: Product Descriptions/Titles Erased During Edits

    I'm having the same issue, never seen it before.

    The language session variable is set to 1 and the title and description are in the database with the right language id. The product titles show in...
  5. Replies
    6
    Views
    841

    Re: Page contents keep moving...

    I'd start by redoing the contents of your main_page file

    (admin->tools->define pages editor->define_main_page.php)

    If I had to guess, it looks like you pasted the contents of that file in from...
  6. Ultimate SEO URLs is messing with my admin URLs

    I have Ultimate SEO URLs installed but it's not letting me add products or edit customers

    how do I turn it off in the admin?

    (adding RewriteEngine Off to the admin .htaccess file does not work)...
  7. Re: tax, shipping and collecting from the store

    right file wrong method. all sorted now
  8. tax, shipping and collecting from the store

    I have a tax zone set up. Everyone in the zone pays tax and everyone outside the zone doesn't

    The problem is that if someone from outside the zone wants to collect from the store they are not...
  9. Replies
    15
    Views
    1,981

    Re: Where are the mysql queries

    you need to look at the developers tool kit in the admin section of your site
  10. Thread: buy now

    by Chrome Orange
    Replies
    1
    Views
    669

    Re: buy now

    Admin -> configuration -> product listing -> Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)

    should be fairly obvious from there
  11. Replies
    13
    Views
    4,242

    Re: Google Analytics javascript placement

    just find the file with

    </body>

    in it and paste it above that (put a copy in your template folder)

    (common/tpl_main_page.php)
  12. Replies
    16
    Views
    7,366

    Re: Can Paypal split a payment into three ?

    paypal can do recurring payments but I'm not sure how you would do it through zen unless the newer paypal modules can cope with it
  13. Replies
    11
    Views
    2,563

    Re: switching to www.sitename.com

    4 places, 2 in the admin config and 2 in the store config, off the top of my head
  14. Replies
    11
    Views
    2,563

    Re: switching to www.sitename.com

    you could also modify your .htaccess to add the www
  15. Replies
    11
    Views
    2,563

    Re: switching to www.sitename.com

    i would say you had missed one of the many places you need to add www in the config files
  16. Replies
    1
    Views
    1,142

    discounts

    is there a function within zen to allow this or something like it.

    cat1 has 6 items. if a customer buys 3 of those items I will give him a 10% discount, if he buys all 6 i will give him a 20%...
  17. Replies
    1,487
    Views
    325,332

    Re: DUAL Pricing version 2

    Have a look at this post

    http://www.zen-cart.com/forum/showpost.php?p=122893&postcount=65

    make sure you properly comment your code or save a backup of the files you edit.

    let me know.
  18. Re: Customers seeing other customers' information

    did the customers click on a link with a zenid in it?
  19. Replies
    2,019
    Views
    431,414

    Re: Super Orders 2.0

    so that I don't have to read 63 pages

    does this mod support spliting orders with a quantity option?

    TIA
  20. Re: help - order number problems after upgrade

    :) I did

    ok it seems that my orders table needed the orders id to be set to autoincrement and I needed to add and orders_id field to the beginning of the $sql_data_array

    I'm pretty sure I've...
  21. Re: help - order number problems after upgrade

    Protx
    master password, multisite and column layout
    mostly just css stuff
    started with a new store and added my template

    trying to find where it actually creates the order. Shirley that's one...
  22. help - order number problems after upgrade

    ok

    I upgraded the shop to the latest version from 1.2.4

    Customer placed order but had problems so I logged in as himand finished it. It created a new order as order number 0.

    I used the...
  23. Replies
    4
    Views
    2,427

    Re: trying to find the link to a file

    Hi kuroi
    let me know how it goes.

    I think that my clarification post might have made things more confusing!

    so.

    I want to be able to modify files in the modules/pages directory, files that...
  24. Replies
    4
    Views
    2,427

    Re: trying to find the link to a file

    just so it's clear

    the original main_template_vars.php file is here

    includes/modules/pages/index/main_template_vars.php

    the modified file goes here

    includes/modules/YOUR TEMPLATE...
  25. Replies
    4
    Views
    2,427

    Re: trying to find the link to a file

    I have solved my problem

    after posting I found this



    if (file_exists(DIR_WS_MODULES . 'pages/' . $current_page_base . '/main_template_vars.php')) {
    $body_code = DIR_WS_MODULES ....
  26. Replies
    4
    Views
    2,427

    trying to find the link to a file

    ok

    which file 'includes' or 'requires'

    /includes/modules/pages/index/main_template_vars.php

    basically I am using the multisite add on and would like two versions of that file so that I can...
  27. Replies
    2,220
    Views
    485,071

    Re: MultiSite Module Support Thread

    could you perhaps show your method as an example?
  28. Replies
    2,220
    Views
    485,071

    Re: MultiSite Module Support Thread

    hi

    this looks like a great mod, perfect for my needs but I have one question

    how do I 'point' my domains?

    What do I do DNS wise?

    Lets say I have
  29. Replies
    19
    Views
    3,831

    Re: Setting up tax (VAT) for UK

    Just so you are aware yo are calculating your VAT incorrectly.

    Strictly speaking you should calculated on a per individual product basis and then totaled up at the end.

    You should not be...
  30. Replies
    7
    Views
    1,359

    Re: Google Analytics & Zencart

    the bottom of

    includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php

    just above the </BODY> tag
  31. Replies
    7
    Views
    1,249

    Re: php 5 problem

    it was a lot easier to simply delete the line.

    :)
  32. Replies
    7
    Views
    1,249

    Re: php 5 problem

    ooo, got any clues.
  33. Replies
    7
    Views
    1,249

    Re: php 5 problem

    It's my server. I installed php5 because of other software that is needed.

    I don't use most of the features of the shop so I'm just moving error by error to get it to work.

    cheers
  34. Replies
    7
    Views
    1,249

    php 5 problem

    moved server yesterday. It has PHP 5 installed.

    I'm getting errors.

    This is my current one.

    Fatal error: Cannot use object of type queryFactoryResult as array in...
  35. Replies
    5
    Views
    1,293

    Re: Case price - problably a daft question

    I want

    buy 1 for £5, buy 10 for £45, buy 100 for £400

    not buy 1 for £5, buy 10 for £4.50 each , buy 100 for £4.00 each.

    It's a subtle difference but important when the £45 or £400 becomes...
  36. Replies
    5
    Views
    1,293

    Re: Case price - problably a daft question

    Thanks Ajeh


    It's not quite what I want but I can start from there
  37. Replies
    5
    Views
    1,293

    Case price - problably a daft question

    I am ill so my brain isn't working correctly.

    I can't find this but I can't believe the option doesn't exist.

    Can I have 2 (or more prices) depending on the quantity purchased and can I show...
  38. Replies
    2,019
    Views
    431,414

    Re: Super Orders 2.0

    Frank et.al

    Is there a list anywhere of which features you are currently working on?

    For my own needs adding items to an order would be good. I can split an order by product quantity rather...
  39. Replies
    2,019
    Views
    431,414

    Re: Super Orders 2.0

    :)

    did you get my email regarding split the order with a quantity and increasing/decreasing price and order quantity?
  40. Replies
    1
    Views
    1,268

    Re: Super Orders Issue

    not sure how you are doing it but when I installed this yesterday I just opened the SQL file in wordpad and copied it. Then I pasted it into the sql update window in the admn section. Worked perfectly
  41. Replies
    2,019
    Views
    431,414

    Re: Super Orders 2.0

    Blindside

    this is some lovely code, real nice to edit/add to!

    Thanks for the contribution.

    Andy
  42. Replies
    2
    Views
    1,540

    Re: send mail YES, smtpauth NO

    sorry

    1.3.5
  43. Replies
    2
    Views
    1,540

    send mail YES, smtpauth NO

    ok

    I can get the shop to send emails using sendmail but not smtpauth.

    The account details work, I can send and receive through outlook.

    tried LF and CRLF

    Any ideas?
  44. Re: Link issue - main_page=product_info / main_page=_info

    genius!

    You were, of course, correct.

    Thanks
  45. Link issue - main_page=product_info / main_page=_info

    Ok, new one on me!

    basically I bulk added 150 something products to a shop (8 categories) and it all worked fine. I have done another 80 odd this morning using exactly the same method and got a...
  46. Replies
    1
    Views
    1,115

    406 error

    ok

    Got a 406 error today when I was editing a product

    Forum didn't have a huge amount of help on the subject so I thought I post what I have been able to find out / do

    Got hold of my host...
  47. Replies
    15
    Views
    2,547

    Re: Help me understand ecommerce esp in UK

    you need an ONLINE merchant account from your bank to use protx. They are good and inexpensive. (I use them)

    If you can't get an ONLINE merchant account from your bank then worldpay can give you...
  48. Replies
    4
    Views
    1,540

    Re: image location

    there is nothing wrong with my naming conventions just my method of adding products to the database
  49. Replies
    4
    Views
    1,540

    Re: image location

    found the answer to the directory question. Which only leaves the images names
  50. Replies
    4
    Views
    1,540

    image location

    can someone just clarify this for me please

    If i have the pictures of all the shoes I sell in a directory called

    images/footwear

    do the _LRG images go in

    images/large/footwear ??
Results 1 to 50 of 457
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR