Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

discxpress

Members
  • Posts

    935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by discxpress

  1. @@Dr. Rolex setlocale(LC_ALL, array('en_US.UTF-8', 'en_US.UTF8', 'enu_usa')); define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime() define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() define('DATE_FORMAT', 'm/d/Y'); // this is used for date() define('PHP_DATE_TIME_FORMAT', 'm/d/Y H:i:s'); // this is used for date() define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); define('JQUERY_DATEPICKER_I18N_CODE', ''); // leave empty for en_US; see http://jqueryui.com/demos/datepicker/#localization define('JQUERY_DATEPICKER_FORMAT', 'mm/dd/yy'); // see http://docs.jquery.com/UI/Datepicker/formatDate
  2. Yes the statistics are shifted one month. It names March twice and omits November all together. The sales numbers are correct. However, it seems the tax is not calculated after the 8th of the month. It shows that I collected tax on the 8th while I know I didn't collect any taxes that day. The taxes shown on the 8th are suppose to be for the 25th of April. However, if I filter it by day, the correct taxes are shown but the wrong month is shown. Maybe it's because February has only 28 days and skew data for subsequent months. This add-on is great. And I really appreciate the work you put into it. If that issue is resolved, it would be even greater. I would be more than happy to test your corrections if you allow it.
  3. @@Dr. Rolex I installed this on OSC version 2.3.4 Bootstrap and I will admit my store has +150K products. The only problem I see so far is the current month isn't displayed properly. Instead of displaying April is showing March.
  4. Hello @@burt or whomever can give insight, Excuse me if this seems off topic. I have been researching long-tailed keywords and how to apply them to my seo efforts. From what I gathered, long-tailed keywords are less competitive and gives an opportunity to rank higher in the search engine results for them. Also, they are keyword phrases ranging 3 to 6 keywords. I would like advice on how to use Header Tags Reloaded to properly apply long-tailed keywords. Should they be used as an alternate Title or Mini Description? If anyone has used long-tailed keywords please share. Thanks.
  5. Jack, I'm glad I found this addon. It will be a great tool once I fully understand it's workings. Where's 'not_for_use.php'? It was not in the uploads. I encounter this in admin on view_counter_color.php at the bottom when I try to go to the next page. Also, can I view the visitors on my site in real time? If so, where? Thanks for your time.
  6. @@geoffreywalton My shop version is 2.3.4 BS. I was trying to delete over 5000 occurrences of duplicate product names. It would be tedious to delete them one by one. Can you suggest an SQL statement that will find and list duplicate product names in phpmyadmin that will accomplish this? Thanks for your time and assistance
  7. Hello, I use this addon for version 2.3.4. I have over 5000 products with duplicate names. It's tedious to delete them one by one so what's the SQL syntax to accomplish the same task in phpmyadmin? Thanks in advance.
  8. @@Jack_mcs I removed the 10-15 lines of code related to function tep_sort_admin_boxes AND function tep_sort_admin_links from admin/column_left.php. Everything seems to be working fine except I now have 2 columns. But it works.
  9. I'm going to try a fresh install. I haven't made any changes to categories.php file. But have made some changes to the catalog.php file like adding links to easy populate. Thanks for the reply.
  10. @@Jack_mcs no changes made. I can't remember if I made any changes when I installed it on my version 2.3.3.3 shop.
  11. @@Jack_mcs I'm using OSC version 2.3.3.4 and I when I click on "Add More Fields" in admin, I get the follwing error: Fatal error: Cannot redeclare tep_sort_admin_boxes() (previously declared in /home/xxxxxx/public_html/xxxxxx/includes/column_left.php:40) in /home/elgxvqtc/public_html/bt0wnmeD1a/includes/column_left.php on line 40 And this the line of code referenced in admin/includes/column_left.php: function tep_sort_admin_boxes($a, $b) { return strcasecmp($a['heading'], $b['heading']); } Thanks for your time and assistance.
  12. @@Roaddoctor I'm looking for something like that. I have dozens, maybe a 100 items that have a surcharge added to them. I implement flat rate shipping. I'm hoping to add a field to the products file where I can add a shipping surcharge to the item. For example, v_products_surcharge and then place a snippet of code in the shipping module file like above in your example where it only affects items with surcharges. Your time and assistance is appreciated.
  13. Hello everyone! If you have Header Handler Status v1.0 by @@Jack_mcs installed, this contribution is compatible. All you have to do is apply the installation instructions to the appropriate files in the "mobile" directory. @@Jack_mcs and @@raiwa please confirm and/or add details to avoid any confusion or complications. Thanks
  14. Hello @@raiwa The changes I've made are: 1. I added the SEO Url support to includes/functions/html_output.php 2. I used the mobile directory for 2.3.3 shop and placed at the root where the image directory is located. I'm PM you the configure file as requested. Thanks
  15. @@raiwa I've made some changes and now I'm receiving this error: Warning: require_once(includes/application_top.php) [function.require-once]: failed to open stream: No such file or directory in /home/elgxvqtc/public_html/mobile/index.php on line 2 Fatal error: require_once() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/elgxvqtc/public_html/mobile/index.php on line 2 Thanks
  16. @@raiwa No, I didn't add the SEO URL support. Actually, I have the latest SEO Url by Chemo installed. So i need to add that part in? I did use the files in "for_OsC_2.3.3_2.3.3.2" folder" and the files in the common files folder. I just realized what I've done Thanks for your continued support.
  17. @@raiwa Thanks for the reply. I made the switch and it's working better. However, when I switch to mobile site it goes to a page where all the files are listed. When you have time, please go to http://btownmedia.com and switch to the mobile site yourself. The link is at the bottom near the GoDaddy badge. Thanks again.
  18. Hello @@raiwa Here's my includes/configure.php: <?php define('HTTP_SERVER', 'http://mysite.com'); define('HTTPS_SERVER', 'https://mysite.com'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '.mysite.com'); define('HTTPS_COOKIE_DOMAIN', '.mysite.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); // define('DIR_WS_IMAGES', 'images/'); // define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); // define('DIR_WS_INCLUDES', 'includes/'); //BOF Mobile define('HTTP_MOBILE_SERVER', HTTP_SERVER); define('HTTPS_MOBILE_SERVER', HTTPS_SERVER); define('DIR_WS_HTTP_MOBILE', DIR_WS_HTTP_CATALOG . 'mobile/'); define('DIR_WS_HTTPS_MOBILE', DIR_WS_HTTPS_CATALOG . 'mobile/'); (defined('MOBILE_SESSION') ? define('DIR_WS_IMAGES', HTTP_SERVER . DIR_WS_HTTP_CATALOG . 'images/') : define('DIR_WS_IMAGES', 'images/')); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); (defined('MOBILE_SESSION') ? define('DIR_WS_INCLUDES', '../includes/') : define('DIR_WS_INCLUDES', 'includes/')); //EOF Mobile define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); //BOF Mobile define('DIR_MOBILE_IMAGES', 'images/'); define('DIR_MOBILE_INCLUDES','includes/'); define('DIR_MOBILE_MODULES', DIR_MOBILE_INCLUDES . 'modules/'); define('DIR_MOBILE_CLASSES', DIR_MOBILE_INCLUDES . 'classes/'); define('DIR_MOBILE_HEADERS', DIR_MOBILE_INCLUDES . 'headers/'); define('DIR_MOBILE_LANGUAGES', DIR_MOBILE_INCLUDES . 'languages/'); //EOF Mobile // define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); //BOF Mobile (defined('MOBILE_SESSION') ? define('DIR_WS_DOWNLOAD_PUBLIC', HTTP_SERVER . DIR_WS_HTTP_CATALOG . 'pub/') : define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/')); //EOF Mobile //BOF Mobile define('DIR_FS_MOBILE', DIR_FS_CATALOG . 'mobile/'); //EOF Mobile define('DIR_FS_CATALOG', '/home/elgxvqtc/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Also, please note that I installed the mobile directory from the common files folder. Thanks for quick reply.
  19. @@raiwa I'm running version 2.3.3 and when I switch to mobile, I get the following error: Warning: require(DIR_FS_MOBILEincludes/classes/mobile_redirect.php) [function.require]: failed to open stream: No such file or directory in /home/elgxvqtc/public_html/includes/application_top.php on line 577 Warning: require(DIR_FS_MOBILEincludes/classes/mobile_redirect.php) [function.require]: failed to open stream: No such file or directory in /home/elgxvqtc/public_html/includes/application_top.php on line 577 Fatal error: require() [function.require]: Failed opening required 'DIR_FS_MOBILEincludes/classes/mobile_redirect.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/elgxvqtc/public_html/includes/application_top.php on line 577 I have 'Enable Mobile Site?' set to true in admin. When set to false everything works fine. Thanks
  20. It seems like we're on the same page as far as logic. As for the coding aspect of it, I'm clueless. To clear up exactly what I need: 1) Set shipping rates by categories, not by shipping vendor. 2) Products listed in sub-categories will inherit the rates of parent categories, unless it's feasible to code an option where sub-categories can have different shipping rates. One supplier has shipping rates ranging from $10 to $50 based on weight. But I will just charge my customers a flat rate close to their averages. 3) The highest shipping rate will override the lower rates if items are ordered from different categories with different rates. The items with lower shipping rates will be charged an additional item fee that's previously set no matter which category from which they came. I will PM you for further details. Thanks.
  21. @@kymation Thanks for the very fast response from a busy gentleman. You've implied that #3 can be accomplished with code addition. BUT the same goal may be obtained this way: Charge different shipping rates for different categories, since my products will be arranged by categories not by supplier. Basically, charge a flat shipping rate according to the parent category and all products in the sub-categories will inherit the shipping costs of the parent category. There's already one great attempt to this which I can't get it to work because it's so complex that it's very confusing. That module is Separate Shipping per Product [sSPP]. It's easier to apply a flat rate shipping cost to the parent categories and the parent category with the highest shipping costs will be the base while products from other categories with lower shipping costs with be charged the additional item cost. I could use First item X module but one of my suppliers charge a lot more than the rest. What would be your approach to this? Thanks
  22. Hello I am looking for a multi-vendor shipping module that deals with only flat rate shipping and has the ability to charge for additional items. Here's exactly what I'm looking for: 1) Set a different flat rate for each vendor. 2) The ability to add an additional item cost to each order 3) An automatic override for highest shipping rate. (Example: If a customer orders multiple items from different vendors, then which vendor that has the highest shipping cost will override the others. The additional items will be charged the additional item charge.) Here's a breakdown: 1) Vendor #1 5.00 2) Vendor #2 7.50 3) Vendor #3 10.00 That has already been accomplished ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ What if this happens? A customer orders 3 items, 1 from each vendor. I would like for the total shipping cost to be calculated like this: 10.00 shipping for the item ordered from Vendor #3. It will be the starting shipping cost because it's the highest +1.50 additional item ordered from Vendor #1 +1.50 additional item ordered from Vendor #2 ____________________________________ 13.00 for the total shipping costs I believe that will be a good compromise between the shop owner and the customer on the costs of shipping. However, the shop owner will have the option to take a loss on the shipping costs OR figure a way to make up for the loss in shipping costs. Has this been accomplished? It will take forever to read through 233 pages. Thanks for reading.
  23. @@rpdesign I'm still having difficulties getting this to work as I would like it. To me it seems like this is 2 separate shipping modules inter-weaved into a big one. Your logic is very complex, which makes you a genius. Please allow me to make some suggestions. I figure it would be easier if you broke SSPP into two modules but rolled up in one package. For example, have a SSPP for flat rates and a SSPP for table rates. I think that would be less confusing and you can get rid of some of the default settings. With the SSPP for flat rates, site owners can set different rates for categories and/or products. You can also set an "additional item" feature with flat rate shipping. With SSPP for table rates, different table rates for categories and/or products can be set. I wouldn't dare ask you to abandon this project, it will be great once you iron out all the wrinkles. I was thinking if you broke it down into two separate shipping modules, shop owners could choose which one that better suits their needs. As for me, what I'm looking for is to set different flat rates for each category and then add an item for an additional fee. For example, I add a book for $4.95 shipping and then I add a DVD for $1.50 more OR add 2 items from the same category and add on an additional fee. Check out this. I hope I didn't offend you but I was hoping to give you another angle to tackle this. Keep up the good work.!!!!
  24. @@Mort-lemur Thanks for this fine contribution. Everything seems to work fine. When an email is sent from the contact us page, this is how it shows up: MESSAGE_FROMxoxoxo Date Sent: 20 Feb 2014 22:19:19 MAIL_IPxx.xx.xx.xxx Message: test number two How to get "MESSAGE_FROM" and "MAIL_IP" to look like "Message From:" and "At IP:"? Thanks
  25. Jack for some reason when I logged in to the admin and switched to Alternate and re-ran the script they all failed. Then I switched back to Standard and run the script again they were all created successfully. ALSO the script rendered the correct amount of sitemapproducts.xml links. So I guess you can disregard my previous posts unless that's a red flag of some sort. Thanks.
×
×
  • Create New...