Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

verbalkent

Archived
  • Posts

    71
  • Joined

  • Last visited

Profile Information

  • Real Name
    TS

verbalkent's Achievements

  1. I have noticed that html pages or html components (like in the WYSIWYG Editor components "admin/htmlarea/popups" dir, or any file that points to a ".html" file instead of ".php") return a "Page cannot be displayed" error, is there something that needs to be updated in the htdocs rewrite rules? or is anyone having/had this problem too? It seems to also affect the RMA Returns contrib in the Customer account page (click on ""Return This item"" gives a broken link... ) A quick & Messy fix ive found for the html pages error was to copy the component files to a local folder, ex: In "/admin/htmlarea/popups" copy "insert_link.html, insert_table.html, select_color.html, etc... to your local folder, then rename the file extensions from ".html" to ".php" and that seems to get them to load., but its a bitch when you have alot of custom static html pages, or mods that use html pages. Any help would be great
  2. This doesnt seem to work with any SEO URLS contrib , it connot translate the urls for the product the customer wants to return when clicking the "Return this item" from the customers account page. If anyone has found a solution for this problem, please feel free to PM or Email me.
  3. Any Follow up on this?? I would like this feature also. Please let us know the answer. :)
  4. the "date_avail" field in my ep upload does not get updated in the store. meaning, when I set the dates of products that will be released at a future date (In the correct date and 24hr time format) , that field is not updated, when I redownload the file, those products with date available dates that I previously defined, are now null , #########.. anyone find an answer for this.
  5. Can some1 add an install file/directions for the latest FaQDesk v1.0.1.1 with the image hack fix.. the fix on the contrib page only says it fixed 2 files without naming which 2 files or the code that was changed. making it really hard for a newbie like me who has additional contribs installed to get this thing implemented.. :P
  6. How did you fix the : Parse error: parse error, unexpected T_CASE in /includes/modules/shipping/mltship4.php on line 153 ERROR?/
  7. Open the file and change indvship (At the top) to indvship1 let me know if you get an error similar to : Parse error: parse error, unexpected T_CASE in /includes/modules/shipping/mltship4.php on line 153 thats been really bugging me.
  8. Hi all, I have installed this mod as well as the UPDATE, and the error I recieve is Parse error: parse error, unexpected T_CASE in /includes/modules/shipping/mltship4.php on line 153 Line 153 and on reads: case "upsxml": //UNTESTED $rate = new upsxml; $mltQuote = $rate->quote('upsxml'); //Any other module specific processing / charges should be done here break; case "usps": $rate = new usps; $mltQuote = $rate->quote('Surface Post'); // 'Surface Post' => 'Economy (Surface) Parcel Post' //Any other module specific processing / charges should be done here break; case "regions": $rate = new regions4; $mltQuote = $rate->quote('regions4'); //Any other module specific processing / charges should be done here break; case "zonesworld": $rate = new zonesworld4; $mltQuote = $rate->quote('zonesworld4'); //Any other module specific processing / charges should be done here break; } //Post quote processing //Add global handling charge... set the global handling to 0 if you don't use it $shipping_mltship4_cost += (SHIPPING_HANDLING + $mltQuote['methods'][0]['cost']) * $mlt_num_boxes; if($row['handling_per_box'] == 1) $shipping_mltship4_cost += $row['handling_charge'] * $mlt_num_boxes; else $shipping_mltship4_cost += $row['handling_charge']; } } //restore old variables $shipping_weight = $old_weight; $shipping_num_boxes = $old_num_boxes; if ($shipping_mltship4_cost == 0) $shipping_mltship4_cost = "Not Available For This Order"; else $this->quotes = array('id' => $this->code, 'module' => MODULE_SHIPPING_MLTSHIP4_TEXT_QUOTE, 'methods' => array(array('id' => $this->code, 'title' => MODULE_SHIPPING_MLTSHIP4_TEXT_DESCRIPTION, 'cost' => $shipping_mltship4_cost))); return $this->quotes; } Is there a fix for this yet?? I have searched but the search function isnt too helpful, the results were all from different contribs not related to emvs thx
  9. Hi, Great Contrib!!! I do not use header tag controller, I am using "Search Engine Optimization for osCommerce Web Store - SEO PHP Functions" which retrives its meta tag info from the following variables in includes/functions/seo_fns.php. $html_contents_title = seo_create_title('' . TITLE); $html_contents_description = seo_create_meta_description('' . TITLE); $html_contents_keywords = seo_create_meta_keywords('' . TITLE); How can I implement this to work with sts?? greatly appreciated.
  10. thx mibble, I sorted it out, got a program called image grabber, and broke the feed down into 300 record pages and grabbed the images that way.. aint easy, very time consuming, but hey...
  11. I was wondering if hotlinking images is possible, I have a vendor that provides image links for there product images, in stead of me having to goto each product page on the vendors site and copying the image ( Imagine trying this for over 900 products) is there a way to either have easy populate download it from the sites url, or a way to hot link the image? Also, anyone got this to work with "Extra Images" yet? thnx in advance for any help.
  12. Hi all, I've added this to my ms2 and i hand edited all of the replace instructions, but i get this error "Fatal error: Call to undefined function: tep_array_merge()" pointing to my /admin/vendors.php on line 39 , and heres the code along those lines if ($HTTP_GET_VARS['action'] == 'insert') { $insert_sql_data = array('date_added' => 'now()'); $sql_data_array = tep_array_merge($sql_data_array, $insert_sql_data); tep_db_perform(TABLE_VENDORS, $sql_data_array); $vendors_id = tep_db_insert_id(); was tep_array_merge supposed to be defined somewhere and im missing it ?? thx
  13. I just installed it, I have a test sandbox acct set up, downloaded the test cert, and uploaded it to my server, on a test purchase, i get this on the "checkout_configuration" page Warning: fopen(/ipn_tmp/732583-2-data.txt): failed to open stream: No such file or directory in /home/virtual/site243/fst/var/www/html/includes/modules/payment/paypal_ipn.php on line 349 Warning: fwrite(): supplied argument is not a valid stream resource in /home/virtual/site243/fst/var/www/html/includes/modules/payment/paypal_ipn.php on line 350 Warning: fclose(): supplied argument is not a valid stream resource in /home/virtual/site243/fst/var/www/html/includes/modules/payment/paypal_ipn.php on line 351 any help?
  14. Hi again all. I was wondering if there was a "Sort by Price" contribution out there, as I would really like ot either sort my catalog by price, or give the customer the option to sort by price. Thnx to all.
×
×
  • Create New...