Search:

Type: Posts; User: buddhaflow

Search: Search took 0.01 seconds.

  1. v156 Re: Cloned Zone Shipping has stopped working in 1.5.6c

    Awesome, thanks so much!

    Installing this, I was able to grep the logs directory and found the following:

    "Undefined variable: small in includes/modules/pages/checkout_shipping/header_php.php on...
  2. v156 Cloned Zone Shipping has stopped working in 1.5.6c

    Hey, I'm having a really big headache with my cloned 'Zone Shipping' module.

    I have three different zone shipping options.

    When they select the first, everything works as normal.

    But when I...
  3. Re: Simple PHP script to convert spreadsheet sheet into text formatted for Zone Shipp

    Made a couple minor tweaks, use the version in the pastebin.

    https://pastebin.com/PdLBPwb0
  4. Re: Simple PHP script to convert spreadsheet sheet into text formatted for Zone Shipp

    For instance, if you can find a table like this from your shipping company's website, you should be able to just copy and paste it into a spreadsheet, convert all individual column headers from the...
  5. Simple PHP script to convert spreadsheet sheet into text formatted for Zone Shipping

    Takes an input CSV spreadsheet file of shipping prices and outputs the format needed for Zen Cart's zone shipping page.

    If you have a shipping table with many different columns of prices for...
  6. v155 Re: Can't get into admin after upgrade - "WARNING: An Error occurred, please refresh"

    Great, thanks so much!

    I didn't roll the database back, I just reuploaded the zc_install folder and ran it again.

    I thought every step of the database upgrade had done, but for some reason it...
  7. v155 Re: Can't get into admin after upgrade - "WARNING: An Error occurred, please refresh"

    Shouldn't this query do it?

    ALTER TABLE admin MODIFY pwd_last_change_date DATETIME NOT NULL DEFAULT '0001-01-01 00:00:00';

    It keeps saying "ERROR 1067 (42000): Invalid default value for...
  8. v155 Re: Can't get into admin after upgrade - "WARNING: An Error occurred, please refresh"

    Does this look right?

    mysql> describe admin;
    +----------------------+----------------------+------+-----+---------------------+----------------+
    | Field | Type |...
  9. v155 Re: Can't get into admin after upgrade - "WARNING: An Error occurred, please refresh"

    Yes, I did. It had to go through multiple steps, coming from 1.3.9 to 1.5.5.

    But everything seemed to be successful in that.
  10. v155 Can't get into admin after upgrade - "WARNING: An Error occurred, please refresh"

    Hey Zen Stars,

    HyosungSource.com
    1.5.5f
    No Plugins
    PHP 7.1
    Ubuntu 18.04.1


    After upgrading (from 1.3.9 I think), I can't log into my admin.
  11. v153 Re: How to disable table rate shipping module after certain weight

    Also...perhaps this should be how the tables and zones modules are setup by default? On my site, if the total order weight went over the maximum set up in the zones settings, it would allow them to...
  12. v153 Re: How to disable table rate shipping module after certain weight

    Hi, this worked in zones shipping module too, thanks Linda!

    Only one thing, I had to change the '2000' to '2' to make it work right. Not sure if zones consideres weight differently than tables...
  13. Replies
    54
    Views
    23,273

    Re: Adding 2 more flat rate shipping modules

    If anyone gets this far in the thread...because the OP's (excellent) tutorial doesn't work...

    Don't forget to set the permissions of the php files to 644!

    It wasn't working for me, then I...
  14. Re: Where does ZC pull the products in a category from database?

    Basically, in every category view, I wanted to totally ignore any sort preferences (my template disabled them for the customer anyway), and ONLY do random. It worked a charm :)
  15. Re: Where does ZC pull the products in a category from database?

    Ah! I cracked it!!!!


    /includes/index_filters/default_filter.php

    I sure didn't think to look in that folder :(

    I just did a search in the file for everyhting that said '$sql_listing .='
    ...
  16. Where does ZC pull the products in a category from database?

    Hi, I have a most vexing problem.

    I want to display the products in totally random order. Every time they refresh, I want it to show totally different products. I am selling t-shirts and bumper...
  17. Re: All images in category view stopped displaying in IE7/IE8..help!

    Thank you for your advice. I followed it, and while it didnot solve the problem, it gave me some useful clues.

    When I turn off IH2, I notice that the img src is different in Opera etc and IE! How...
  18. All images in category view stopped displaying in IE7/IE8..help!

    Hi! I have been happily using ZenCart for about 18 months.

    However, just recently, it seems that all images stopped displaying properly when viewed only in IE7/8 (even IE6 is fine, oddly enough)....
  19. Replies
    9
    Views
    2,514

    Re: search box text how do i remove it ??????

    For some reason, the Developers Toolkit doesn't usually find what I need.

    So I logged in through SSH and typed "grep -r -H "quick find..." ./ > whereisfind.txt"

    Then opened whereisfind.txt and...
  20. Re: Data Migration Nightmare/ SQL and Easy Populate

    Thank you. I did finally get it to work, using EP...not sure why it ended up working in the end. This Zen Cart is a bit of an alchemy ;)

    I DID do every single product table on the first step,...
  21. Data Migration Nightmare/ SQL and Easy Populate

    Hi everyone,

    I need to copy my whole product inventory over to another ZC site.

    One stumbling block might be that the first site is 1.3.8.1, the second is 1.3.8.1.sp1 (both installed with...
  22. Re: My website is gone - white screen PLS HELP!

    Linda/Ajeh: THANKYOUTHANKYOUTHANKYOUTHANKYOUTHANKYOUTHANKYOUTHANKYOU

    Oh my God.

    I needed to submit to Google Webmaster tools. To do this, they ask you to put a bit of code into your header.
    ...
  23. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    Hi Eamon,

    If I understand correctly, I was having a similar problem when I was trying to put a few custom pages in my site that were totally outside of the whole Zen Cart framework.

    This line...
  24. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    Also, a side note for those with large sites:

    Even if URI Mapping Manager is not yet completed, if you are handy with Excel you should be able to approximate its function; that is, the...
  25. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    Ah! I figured it out. The whole problem was I was using an online CSV to SQL tool, which was putting quote characters around the "associated_db_id" field, turning them from an int to a string. This...
  26. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    Right, it should be quite simple, and thank you for your reply.

    What I did was (using PHPMyAdmin), I exported the whole table, changed EVERYTHING using Gnumeric spreadsheet, saved to CSV,...
  27. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    So, I've been trying to figure out the mechanics of how your module works a little bit.

    My hope is that I could directly work with the SQL tables to do mass changes to my whole things. For...
  28. Re: New to Zen Cart - Lost Username & Password

    Seriously, you owe Kim an apology here.

    I understand being stressed out...but if someone has 31,000 posts, it's safe to assume they were not all to blow people off.

    I was in a real pickle, and...
  29. Replies
    297
    Views
    73,203

    Re: Currency Update (Automatic)

    I'm not sophisticated enough to know why, but for some reason PHP had to be given the path to the PHP interpreter. Simply putting in:

    #!/usr/local/bin/php -q

    as the first line of the .php file...
  30. Replies
    297
    Views
    73,203

    Re: Currency Update (Automatic)

    OK, still :(. Haha. My host is not being a lot of help.

    When I execute the script from a browser, it works fine.

    When I execute through cron -
    ...
  31. Replies
    297
    Views
    73,203

    Re: Currency Update (Automatic)

    Sorry, I'm an idiot.

    Living in Korea, you'd think I would know that the Won is KRW, not WON.

    I got spoiled by Google currency converter allowing me to type WON.

    Everything is working like a...
  32. Replies
    297
    Views
    73,203

    Re: Currency Update (Automatic)

    :(:(:(
    I am so sad. This is a great bit of code, but for the longest time I was getting a "Division by Zero" error when it would run, and the site would set everything to zero (except for the...
  33. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    Hey there, so, I got a bit less dumb since my last post.

    I am here looking at the ceon_uri_mappings SQL table.

    If I were to fill this table out manually - inserting the correct...
  34. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    P.S. If anyone has, like me, a spreadsheet of their products, and has used URI mapping, making a column of:

    =concatenate("http://www.yourdomain.com/",lower(A1),"/",lower(substitute(B1," ","-")))
    ...
  35. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    So, I've gone through and manually updated all of the URIs. It took about six hours, but I am SO glad to have it done!

    I know my site might be rather large, but it's a shoestring operation - ie,...
  36. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    Conor,

    Thanks so much for taking the time to get back to me.

    Ha! Yes, I probably should be spending more than $6 a month to host my site. But, I'm not expecting a lot of traffic, and I want to...
  37. Replies
    2,906
    Views
    401,480

    Re: Ceon URI Mapping (SEO)

    Hi there,

    First, thanks for this outstanding piece of code. It works perfectly. The only feature I would ask for would be something that recursively goes through your site and auto-assigns the URI...
  38. Re: On shared host, all my pages except for the main show the wrong top level domain?

    Thanks! That got it. When I did that, I got the "configure.php is readable" warning..but running the chmod.php script in my base directory

    <?php
    chmod("includes/configure.php", 0444);...
  39. Re: On shared host, all pages except for the main show the wrong top level domain.

    Specifically, the problem is with the links on my page. I can still access www.hyosungsource.com/whateverpage.php - it is just that every link on the site points to...
  40. On shared host, all my pages except for the main show the wrong top level domain?

    Hi! I have a question. My site is www.hyosungsource.com .

    I am using shared hosting, I have another domain, www.jejubookswap.com, which is my main domain with my host.

    When I click into any...
Results 1 to 40 of 41
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR