Search:

Type: Posts; User: FredZ

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    690
    Views
    122,525

    Re: Cold Steel Template Support Thread

    I'm sure that the Responsive Cold Steel Plugin is a responsive plugin.

    Regards

    Fred
  2. Replies
    690
    Views
    122,525

    Re: Cold Steel Template Support Thread

    Hello all

    I'm new to ZC but thought I would give it a go.
    I install this template on ZC 1.51 as I wanted something responsive for my mobile customers.
    However I have found it isn't responsive at...
  3. Replies
    3,832
    Views
    1,220,598

    Re: Easy Populate support for Version 1.2.5.4

    My question is from a technical perspective.

    Why does Easypopulate use the names of the categories and even worse, why does it require that information by a number of levels?

    Why can't the...
  4. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    As the module stands, and please remember I am not the author. This is from testing. If a customer enters a postcode that isn't in your database then the customer will receive the following message....
  5. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    After checking the code I noted that the module actually doesn't test for the postcode, it only checks for a valid zone.

    I will add some new code so that it tests for a valid postcode over the...
  6. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    I have tested my fastways module and it does the following:

    Displays the following error if the postcode is invalid or there is no other valid shipping method available. This message appears at...
  7. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    Your not reading all the code required.


    // First get the dest zip and check the db for our dest zone
    $topcode = $order->delivery['postcode'];

    if ( $topcode == '' ){
    // Something is...
  8. Replies
    25
    Views
    2,258

    Re: pickup only for some products

    I use a site in Hong Kong where this happens already, and I am always left with several shipping method selections.

    Lets say you have a number of shipping methods (multiple transport/shipping...
  9. Replies
    25
    Views
    2,258

    Re: pickup only for some products

    Thanks Linda

    I have been pondering this and have thought of a mod that would probably be worth investigating.

    When the product is entered there would be the ability to select available shipping...
  10. Replies
    25
    Views
    2,258

    Re: pickup only for some products

    Wow, how awesome is that. I entered your mod with the appropriated categories defined and it worked exactly as I required.

    We have been thinking about how we were going to resolve this issue for...
  11. Replies
    25
    Views
    2,258

    Re: pickup only for some products

    Well actually there are several categories, but only non-shippable products are contained with them.

    We only have 2 shipping modules, Store Pickup and Fastways.

    I would like to investigate your...
  12. Replies
    25
    Views
    2,258

    pickup only for some products

    I am sure this has been asked but I can't find what I am looking for.

    I have a store that has products that cannot be shipped (explosives). These products only account for about 5% of the store....
  13. Replies
    3
    Views
    502

    Re: Update button disappears

    Thank you for that, I feel real silly as it didn't even occur to me to scroll across the page to check.

    What causes it and how can I fix it?

    Regards

    Fred
  14. Replies
    3
    Views
    502

    Update button disappears

    Hello fellow zeners

    Recently I have had the need to alter some of the descriptions and update prices on my site (as you do).

    Now when I alter some products (those with HTML in the description),...
  15. Replies
    3
    Views
    721

    Re: new_product_preview

    I have the same problem as above, it doesn't matter if the product is new or edited, the preview as HTML code displayed to the admin prior to update. The products display correctly to the admin &...
  16. Replies
    11
    Views
    1,025

    Re: Manufacturers logo

    I am using a custom template and have just checked to see if I had done something custom to get manufacturers logos working.

    I do have a custom template for the manufacturers list but not the...
  17. Replies
    11
    Views
    1,025

    Re: Manufacturers logo

    Sorry if these are really stupid questions, but sometimes we assume to much.

    1. Did you create the required manufacturers under Catalog|Manufacturers with their associated logos?
    2. When you...
  18. Replies
    11
    Views
    1,025

    Re: Manufacturers logo

    Under Tools|Layout Boxes Controller there are 2 manufacturers side boxes.

    manufacturer_info.php
    manufacturers_list.php

    manufacturers_list.php provides the list of manufacturers you refer to.
    ...
  19. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    Not at all. If I simply added the = signs as mentioned all I got was a blank page. I needed to modify the last line to get it to display the contents of f-delivery

    Regards

    Fred
  20. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    After some considerable help from a programmer friend of mine I have a solution to the shipping days problem.



    $sql = "SELECT * FROM " . DB_PREFIX . "fastway_zones WHERE $topcode >= f_postcode...
  21. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    OK, so I have tested the suggestion mentioned. It simply gives me a blank page.

    The original code in the includes/modules/shipping/fastway.php file reads

    $sql = "SELECT * FROM " . DB_PREFIX ....
  22. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    Thanks for that.

    So how do I fix the problem mentioned above?

    Regards

    Fred
  23. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    I seem to have an issue with this module.

    I am using it with the NZ DB and have found that regardless of the shipping destination the module reports next days delivery. I modified the...
  24. Replies
    11
    Views
    1,025

    Re: Manufacturers logo

    I had no idea on how to modify that line so I scaled all images to fit the sidebar.

    I found that if you have imagemagic installed you can use the commandline "mogrify -resize 140 *.jpg" to scale...
  25. Replies
    11
    Views
    1,025

    Manufacturers logo

    Hi Everyone

    I am wanting to know if there is a way of scaling a manufacturers logo to automatically fit within the sidebox.

    The Problem: I have dowmloaded various manufacturers logos and have...
  26. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    Hi Guys.

    I have finally updated my SQL database and have been testing the module for correct function.

    I have noted that the delivery days section doesn't seem to work as expected.

    In my...
  27. Replies
    4
    Views
    1,424

    Re: 1062 Duplicate entry '0' for key 1

    Well it seems I may have muffed things here, so I am just going to have to rebuild the entire site from scratch again. Probably a better thing regardless of the hours.

    I can't get acces to the...
  28. Replies
    4
    Views
    1,424

    Re: 1062 Duplicate entry '0' for key 1

    I am guessing that the problem stems from me clearing the admin_activity_log table.

    is there any way I can resolve that?

    Regards

    Fred
  29. Replies
    4
    Views
    1,424

    1062 Duplicate entry '0' for key 1

    I have just replaced my entire database with the original and now I have the followinf error when I go to the admin panel.


    1062 Duplicate entry '0' for key 1
    in:
    [insert into...
  30. Thread: Host migration

    by FredZ
    Replies
    2
    Views
    743

    Re: Host migration

    On the original host I used phpmyadmin to export the entire db.
    When I found the manufacturers problem I exported the products table from the original site. Then on the new site I used phpmyadmin...
  31. Thread: Host migration

    by FredZ
    Replies
    2
    Views
    743

    Host migration

    I have just moved a customer to a different host.

    When I imported the DB a large number of the products changed there manufacturer from none to a particular manufacturer.

    Is there a way to...
  32. Replies
    3
    Views
    604

    Re: Unable to apply patch

    No I didn't as there was no mention of that. I guess the expectation was that all patches/upgrades are accumulative. I guess we have MS to blame for that.

    I will go through and apply all the...
  33. Replies
    3
    Views
    604

    Unable to apply patch

    Having had to revisit a site I built some years ago I found that there is a security update to apply.

    I have downloaded it and applied it as per the instructions, but when I check for updates it...
  34. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    Hi everyone

    Sorry for the delay in responding to this.

    I have exported our NZ fastway table and made it available for download.

    You can get it here.

    I have added plain text to the head of...
  35. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    Hi John

    Sorry for the lengthy delay in responding to this post, but I almost never visit this site any more.

    To get the current Fastway Shipping module to work for NZ you have to make some...
  36. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    To much information contained within that document. The shipping module doesn't (and can't) use the street names. So based on that you only need the suburb complete with postcode. Once you have all...
  37. Replies
    41
    Views
    15,088

    Re: Shipping in NZ - help to figure this out

    Not to sure why you would setup 18 zones within NZ simply because Fastway NZ doesn't have that many zones from any single shipping point.

    Get a copy of their national shipping schedule from their...
  38. Real time data validation of shipping addresses?

    Hi everyone

    What I would like to achieve is when the user is filling in their address I want it to be compared to information within my database so that users cannot enter non-deliverable...
  39. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    OK, here goes.

    I am wanting to do a large number of modifications to this module, but I don't know quite where to start.

    Here in NZ our national post company (NZ Post) has available what they...
  40. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    I just tested the links and the link in message "6th September 2007, 12:35 PM" by GAM works fine. However the link in the next message "6th February 2008, 04:38 PM" by GAM doesn't.

    Regards

    Fred
  41. Replies
    84
    Views
    26,674

    Re: help with Fastway Shipping Module

    I have this module working well for New Zealand if required.

    Regards

    Fred
  42. Replies
    2
    Views
    1,453

    Countdown to event module

    Does anyone know of a module that will display a countdown to event that will run on ZC 1.3.7

    I am also searching for a poll module for ZC 1.3.7

    Regards

    Fred
  43. Replies
    3,832
    Views
    1,220,598

    Re: Easy Populate support

    I went to Admin|Configuration|Images and made "Product Image - No Image picture" blank (nothing in field). "Product Image -No Image status is set to "0"

    The No Picture Available still appears :(...
  44. Replies
    3,832
    Views
    1,220,598

    Re: Easy Populate support

    I am new to easy populate, and in fact new to ZC.

    I have worked out how to setup the file to import my products, but the site operates without product images at all. When I import the products...
  45. Replies
    5
    Views
    2,762

    Re: Unlinking linked products? easypopulate

    I have managed to work out how to delete the links.

    For those who don't know.

    Goto delete the item and it will bring up a list of entries to delete. Just check the those you want deleted. ...
  46. Replies
    5
    Views
    2,762

    Re: Removing Product Links

    I have just used "easypopulate" to add about half the stock for the store. When I uploaded it I made all products unavailable so I can check it all. When I have gone to check the entries, I have...
  47. Replies
    5
    Views
    2,762

    Unlinking linked products? easypopulate

    How do i remove Product Links?

    Regards

    Fred
  48. Replies
    3
    Views
    1,262

    Re: Restricted shipping of item

    Interesting, I don't have a clue what you said, so I will play the game, how much?

    Regards

    Fred
  49. Replies
    648
    Views
    98,636

    Re: Return Authorization Module (RMA)

    Wow thanks Clyde your a machine, your support for this module is fantastic.

    I am not sure if my "Repair" request warrants such a rewrite, but if you were so inclined, maybe if there was a admin...
  50. Replies
    648
    Views
    98,636

    Re: Return Authorization Module (RMA)

    I have just stumbled across this mod, just what I was looking for.

    Have installed it but there are a couple of issues I am having with it.

    1. I modified my more_info sidebox to display the...
Results 1 to 50 of 66
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR