Search:

Type: Posts; User: masterblaster

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    134
    Views
    46,206

    Re: Newsletter Center V. 0.8 BETA

    It should get approved in the zen-cart downloads under "other modules". It seems like the team didn't find time to approve it yet. Be a little patient :)

    I will be uploading a file to my website...
  2. Replies
    134
    Views
    46,206

    Re: Newsletter Center V. 0.8 BETA

    Seamstobesew,

    if you are happy with the solution you have developed and it works for you as optimal as possible... then so be it.

    For all others: the new version of Newsletter Center V 0.9 is...
  3. Replies
    297
    Views
    73,164

    Re: Currency Update (Automatic)

    Thank you kuroi and phreakymonkey for making those little changes to the script. I haven't given too much attention to it, since it *should* be working as a standalone script, regardless of the zen...
  4. Replies
    134
    Views
    46,206

    Re: Newsletter Center V. 0.8 BETA

    Hi Guys,

    I know you all had been waiting bad for me to update and extend the code.

    Unfortunaly I had been very very busy with stuff I do for my living. I already spent quite much time on it...
  5. Replies
    3
    Views
    1,817

    Re: EXTREME download times

    My first guess would be that this is a host related problem...

    Is your host having a good connection to major backbones? What are the ping times? What about the server load(to full?!)?

    Try...
  6. Replies
    5
    Views
    1,454

    Re: website optimization

    The tool actually works. But also have experienced such behavior when reviewing other sites.

    http://www.websiteoptimization.com/services/analyze/wso.php?url=http://www.google.com/i...
  7. Re: how can i customer add items to his/her shopcart?

    Yes right.. that's the global status. Didn't thought of it...
  8. Re: how can i customer add items to his/her shopcart?

    It should be that option. I think it worked when you maybe switched it back. See this product is now ok - http://www.regalosaguate.com/index.php?main_page=product_info&cPath=1&products_id=2
  9. Re: how can i customer add items to his/her shopcart?

    For each product, go into admin -> product&categories -> click on edit then change every instance of Product is Call for Price:"yes" to "no".
  10. Re: how can i customer add items to his/her shopcart?

    Oh that's an easy one...

    You have set all your products call for price. This way no one is going to be able to buy the products. You should just put them back into normal mode and the buy buttons...
  11. Replies
    4
    Views
    2,002

    Re: Download problem

    What payment method did you use. If I remember correctly, zen-cart only allows the download once payment has been received (->pending will not work if you didn't change that behavior)
  12. Replies
    10
    Views
    3,099

    Re: Show manufacturer on invoice?

    You are welcome, glad you found out yourself.
  13. Replies
    25
    Views
    2,567

    Re: Changing Server

    Are you sure? Maybe you disabled them with some switches... Remember to reload the sidebox settings (admin ->tools ->layout boxes controller --> reset)

    We could browse more and check your site,...
  14. Replies
    10
    Views
    3,099

    Re: Show manufacturer on invoice?

    Ok I thought you only needed some small pointers...

    Here is a code I just wrote for you to use:
    find in admin/invoice.php at line 156

    for ($i = 0, $n = sizeof($order->products); $i < $n;...
  15. Re: how can i customer add items to his/her shopcart?

    Could you give us a link? I guess there is something messed up with the cart/code, when this important one thing is missing...
  16. Re: Detecting when a user is on main/category/product pages

    Yeah either this way or what I have mentioned above. The vars drbyte mentioned are being controlled by the get parameters ...[EDIT: and are proper Zen Cart coding approaches.]
  17. Replies
    10
    Views
    3,099

    Re: Show manufacturer on invoice?

    You would just go by making a mysql call for each product, to lookup the manufacture and print it on the page. Similar to the post in the thread linked above!
  18. Replies
    3
    Views
    1,398

    Re: Flat Rate Problem

    Ah you want to change the wording of it.

    Change includes/languages/english/modules/shipping/item.php and place it in your template folder once changed......
  19. Replies
    5
    Views
    1,678

    View Post

    What is not present and where? How and in which file did you make the change?

    To apply the same thing to the packing slip, you would add the first code between line 81/82.
  20. Replies
    1
    Views
    1,450

    Re: product price manager

    You could go with easypopulate (see download section) to batch upload many products at a time and apply this way all necessary pricing/products.
  21. Re: 500 Internal Server Error (has been working fine for a year)

    To tell more, you should look at the error log file, since this would be the only option to really know what is happening!
    It might be that they have changes some server settings and maybe...
  22. Replies
    5
    Views
    1,678

    View Post

    Ok follow these step by modifieng your admin/invoice.php as follows:

    Add at line 85:

    $customerid_sql = $db->Execute("SELECT customers_id from ".TABLE_CUSTOMERS." WHERE customers_email_address...
  23. Replies
    1
    Views
    960

    Re: 1 column for only 1 page

    Yes there is:

    go into your template folder (includes/templates/yourtemplate/) and create a new folder for the page you want to make the changed for. For example page_3.

    The copy the file from...
  24. Replies
    2
    Views
    913

    Re: Reseting the database for upload.

    That should be pretty good it. You might check the admin activity log table and truncate it - I guess you want to keep your categories and products with attributes...

    You should also look into the...
  25. Thread: Ssl

    by masterblaster
    Replies
    3
    Views
    851

    Re: Ssl

    1. Yes you would need to copy the whole setup! Otherwise you could ask your host to mirrow (symlink) your files from the nonsecure site to be also the secure site. This would save you much...
  26. Replies
    3
    Views
    2,180

    Re: Time Adjustment

    I guess you missed telling Zen-Cart what actual time offset to display. Without changes it display as usual the given time, if I remember correctly.

    You would have change the time zone option to...
  27. Replies
    3
    Views
    1,101

    Re: Changing the products listing page

    You are welcome!

    It is sometimes the simple stuff that takes you the longest...:cool:
  28. Replies
    3
    Views
    987

    Re: creative coding needed!

    It wasn't me but you are right... Didn't have that in mind. I looked at the thread and thought I had seen that one before with my reply....
  29. Replies
    3
    Views
    987

    Re: creative coding needed!

    Please avoid double posting... you already started the thread over here. -> http://www.zen-cart.com/forum/showthread.php?t=62920
  30. Replies
    3
    Views
    2,180

    Re: Time Adjustment

    This most likly due that your server is in another time zone or is running GMT time. Use the time zone offset module in the download section to change any displayed time and make them show your time...
  31. Re: Length of Street Address Text Box on Create Account Page

    It would be easier for you, if you control the width of the form fields via css. You could also style them there a bit, like making a background color etc..
  32. Replies
    3
    Views
    1,101

    Re: Changing the products listing page

    Go into the zen admin and look at the configuration tab. There should be a tab with min/max values. Just change the value!
  33. Replies
    4
    Views
    2,057

    Re: Skip 1-prod Categories issue

    When you get a blank page, there should be something written into the error log. Could you give an extract of it, short after you experienced this happen?

    Also any url, so we can get to your site...
  34. Replies
    2
    Views
    1,664

    Re: Importing Customers from CSV

    You would need to take a closer look on how customers are treated in the database....

    You would have to run mysql queries in order to approach it - maybe write a custom script that reads your...
  35. Replies
    6
    Views
    1,536

    Re: customer information

    You go by deleting all the possible countries in the list in the zen-cart admin except uk. Be sure to make a backup of your database first!
  36. Replies
    6
    Views
    1,157

    Re: Error Message when bringing up URL

    Now we are getting to it.... You have probably bookmarked your site with the zenid in place. Just edit your bookmark and delete everything from &zenid=xxxyyy

    That should be it.
  37. Replies
    6
    Views
    1,536

    Re: customer information

    You are welcome!
  38. Replies
    3
    Views
    1,398

    Re: Flat Rate Problem

    As far as I can tell, everything is correct... 5.99x3+3=20.97...

    If you plan to change the handling amount, go into the admin -> modules -> shipping and change the handling fee.

    If the pricing...
  39. Re: Detecting when a user is on main/category/product pages

    Yes interesting case? What are you trying to do...

    You would track the level to the following
    product page -> main_page=product_info
    category page -> main_page=index&cPath=xxx
    home page ->...
  40. Replies
    3
    Views
    1,209

    Re: new server

    I would try to reupload your files, since it seems like they are corrupted. From the error message you can tell, that the path needs to be -> /home/cbdate/public_html/cbbay/
  41. Re: Initial HTTP(s) locations set to dedicated IP. Now I have a domain. Only 1 proble

    Since you are using no cache this is really kind of misteriouos!

    I suspect that you are not editing the right file. Maybe you think you do, but you don't... You said that you transfered the...
  42. Replies
    6
    Views
    1,157

    Re: Error Message when bringing up URL

    I just browsed your site and it didn't happen to me. Could you tell me what pages you browsed and what links you clicked, so I could reproduce the error?

    I would "guess" that you have a hard...
  43. Replies
    3
    Views
    1,155

    Re: creative coding needed!

    If you could give us an extract of the file, then we could help you on that. What exact links are you trying to add/modif and where do you want them?
  44. Re: The more info pages (changing page title)

    for references.... it is includes/languages/english/page_x.php be sure to save it in includes/languages/english/<yourtemplate>/page_x.php, when making any changes!
  45. Re: Itemize Attribute prices in shopping cart

    You could always make your base product cost nothing and make an attribute selection required Then any attribute charges would make up a product.

    In case you want a radio or checkbox field instead...
  46. Thread: Ssl

    by masterblaster
    Replies
    3
    Views
    851

    Re: Ssl

    Since you are using shared SSL without any symlinks, you would place an exact copy of zen-cart in the secure directory and edit the two configure.php files to be correct (includes/configure.php and...
  47. Replies
    12
    Views
    2,862

    Re: Minimum Order

    Yes it works with every 1.3.x version
  48. Replies
    12
    Views
    2,862

    Re: Minimum Order

    Oh it is not exactly true..... There is no built in function, but you could use the module I have written a long time ago! ->...
  49. Replies
    3
    Views
    1,055

    Re: Backgound Images for main page

    You are welcome! :smile: :smartalec:
  50. Replies
    3
    Views
    1,055

    Re: Backgound Images for main page

    Which FAQ did you follow (link?)

    Do you simply want to make your own background image on your site? If not defined in the css yet, then you should do that:
    look for the tag "body"

    and add to...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR