Search:

Type: Posts; User: lot49

Search: Search took 0.02 seconds.

  1. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Hi,

    Yes, my SSL is still disabled and my site is still not working.

    I apologize for the confusion but was trying to focus on what I thought the problem was - the PHP Parse error/syntax error...
  2. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Hi,

    Yes, after I removed the 'true' for the SSL, I cleared the browser cache before I tried - still nothing.

    Here's the first debug log:
    [11-May-2015 22:59:42] PHP Parse error: syntax error,...
  3. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Here's my last Debug log:

    [11-Jun-2015 23:47:02 America/Chicago] PHP Parse error: syntax error, unexpected '.', expecting '{' in...
  4. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Here are my current config files.
    The catalogue page seems fine but my admin page is blank.

    includes/configure.php:

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main...
  5. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Hi, I tried a fresh install. The catalogue page shows correctly with the proper formatting and there are no more double URL's but the admin page is now blank. I had this problem when I first upgraded...
  6. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Thanks everyone for the help.

    My DOCUMENT_ROOT is: /public_html/perspicuus.com
    perspicuus.com is the folder I have my zencart site in.

    This is the setting I'm using:
    define('HTTP_SERVER',...
  7. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Hi Rod,

    It is in a file with my domain name: perspicuus.com as this is what I've done in the past with other sites.
    the - define ('DIR_WS_CATALOG', ‘/XXXXX/‘) is my admin folder. I had it as '/'...
  8. Replies
    25
    Views
    2,566

    v154 Re: Double URL's and no formatting.

    Hi Rod,
    Thank you.

    Here's the includes/config:

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your...
  9. Replies
    25
    Views
    2,566

    v154 Double URL's and no formatting.

    I created a test site and everything was fine. When I moved to the final folder it was fine for a short while then I lost all the formatting to my site. I contacted my webhosting company and they say...
  10. Replies
    1
    Views
    392

    v154 Missing Thumnails after upgrade

    Hi,

    recently upgraded from 1.5.3 to 1.5.4 but the thumbnail images don't show in the upgraded site. The medium and large are still there but no thumbnails.
    Anyone know why this would be?
    ...
  11. Replies
    5
    Views
    1,071

    v154 Re: Can't access admin with new install of 1.5.4

    Thank you, thank you, mc12345678.
    reinstalled and went back through the links you sent and got it going !!!!!
    Turns out my host server was running php 5.2 despite saying otherwise. Upgraded and now...
  12. Replies
    5
    Views
    1,071

    v154 Re: Can't access admin with new install of 1.5.4

    Am trying to download and instal a fresh version of zencart from scratch to see what the problem I'm having is.
    I am using MAC app File Details to do a checksum validation of the file I've...
  13. Replies
    5
    Views
    1,071

    v154 Re: Can't access admin with new install of 1.5.4

    Hi,

    I hadn't come across that first link... I go through it and see what I can do.

    thank you.
  14. Replies
    5
    Views
    1,071

    v154 Can't access admin with new install of 1.5.4

    Hi,
    I have been using 1.5.3 with no real problems and am wanting to upgrade so started by trying to create a fresh install of 1.5.4 which has yet to work.
    I've tried numerous times with a few...
  15. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Okay, I think I've got it, just one more question hopefully.
    For adapting the code for a new master_category_id, I'm guessing I can go in the categoriesitem.php
    and copy one of the other specific...
  16. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Do you mean if someone then goes into the books category they will then have a choice of Books Small, and other books?
    The snag is some regular books and the deluxe limited edition books are just...
  17. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Hi Ajeh,
    Yes, I received the zip and it works great. Thank you.

    In the books category I hope to have regular books of a standard size, limited edition books of the same standard size, and Deluxe...
  18. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Hi Ajeh,
    Seems to be going so far but have another question.
    I'm wanting to add another book in the book master category "1" which would use the default shipping metheod as it's of a different...
  19. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Hi Ajeh, works great!
    Thank you.
    For adding different zones, do I clone this categoriesitem for each zone?
  20. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Hi Ajeh,
    Thank you. It works for the postcards, but not for books or prints - it doesn't give any cost for shipping.
  21. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    As per the previous question: Yes, that is correct for Canada $13.50+2.50 for each additional 10.
  22. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    I've refigured the U.S. to make more sense:

    1-5 - $8.03
    6-10 - $10.69 (8.03 + 2.66)
    11-15 - $13.35 (10.69 + 2.66)
    16-20 - $16.01 (13.35 + 2.66)
    etc.
  23. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Hi Ajeh,
    sorry I couldn't get back sooner.
    for the prints I'm figuring:

    Canada (zone 1):
    1-10: $15.00
    11-20: $17.50

    U.S.A. (zone 2):
    1-5: $10.50
  24. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    That can be adjusted to a standard sequence. Would that be throwing off the cart calculations?
    Any other observations/suggestions on how I might set-up the shipping?
  25. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Thanks, Ajeh.

    Here's the link.
    http://limeblackdesign.com/perspicuus/
  26. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Thanks Ajeh.
    I don't know much coding. What would it cost to have someone write a custom shipping module?

    I was wondering if I could maybe clone the item module for each product group requiring...
  27. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Does this make sense? Is there a better way to be calculating the shipping? Can you make a cart of mixed zones shipping calculate together?
  28. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    The books are large but light.
    The books Zone 1 are:
    1 = 17.50
    2 = 17.50 + .75
    3 = 17.50 + 1.50
    4 = 17.50 + 2.25
    etc.
    The books Zone 2 are:
    1 = 20.00
    2 = 20.00 + 3.05
  29. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Forgot to add I used the master category id's to define which products for which zones module with the following code:

    // disable only when entire cart is free shipping
    if...
  30. Replies
    30
    Views
    3,587

    v153 Re: Mixed category shipping calculation

    Hi, thanks,

    I have 3 types of products which require different shipping cost calculations due to size and weight:
    A)large books
    B)postcards
    c)Prints

    I would like to be able to ship to 3...
  31. Replies
    30
    Views
    3,587

    v153 Mixed category shipping calculation

    My shipping cart with mixed category products won't calculate.
    For my shipping cost calculations I cloned the zones module and have separate product category id's for each. In the shopping cart,...
  32. Replies
    1
    Views
    623

    v153 Re: Combined Zone Rate Shipping Costs

    My question is how to get the different category shipping prices to calculate together when people order a mixed variety of items.
  33. Replies
    1
    Views
    623

    v153 Combined Zone Rate Shipping Costs

    Finally figured out how to get shipping pricing for different items based on master id's and cloning the zone rate module.
    zones - for some category id#s, zones2 (clone) - for other category id...
  34. v153 Calculating incremental shipping cost for different products

    Hi, I've been reading various options for calculating shipping costs but have yet to figure out how to solve my problem.

    I'm in Canada and would prefer to only offer Canada Post which prices by...
Results 1 to 34 of 34
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR