Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sacredorigin

Pioneers
  • Posts

    13
  • Joined

  • Last visited

Everything posted by sacredorigin

  1. @@AFMatt Hello Mat i have latest version of OSC and downloaded the addon which is instructions to change priority 1 to priority 2....however i dont find the uspsPriority.php file. Where is it? thanks! Or if you have suggestions on how to get USPS shipping option to work? I get the error. any ideas? An error occured with the USPS shipping calculations. If you prefer to use USPS as your shipping method, please contact the store owner. Thanks!
  2. @@JackM_mcs I see that this is the only code change.... is it possible javascript error? <?php /*** Begin Header Tags SEO ***/ switch (HEADER_TAGS_ENABLE_HTML_EDITOR) { case 'CKEditor': echo '<script type="text/javascript" src="./ckeditor/ckeditor.js"></script>'; break; case 'FCKEditor': break; case 'TinyMCE': if (HEADER_TAGS_ENABLE_EDITOR_CATEGORIES == 'true' || HEADER_TAGS_ENABLE_EDITOR_PRODUCTS == 'true' || HEADER_TAGS_ENABLE_EDITOR_LISTING_TEXT == 'true' || HEADER_TAGS_ENABLE_EDITOR_SUB_TEXT == 'true' ) { if ($action == 'new_product' || $action == 'new_category' || $action == 'edit_category') { // No need to put JS on all pages. $languages = tep_get_languages(); // Get all languages // Build list of textareas to convert $str = ''; for ($i = 0, $n = sizeof($languages); $i < $n; $i++) { if (HEADER_TAGS_ENABLE_EDITOR_CATEGORIES == 'true') $str .= "categories_htc_description[".$languages[$i]['id']."],"; if (HEADER_TAGS_ENABLE_EDITOR_PRODUCTS == 'true') $str .= "products_description[".$languages[$i]['id']."],"; if (HEADER_TAGS_ENABLE_EDITOR_LISTING_TEXT == 'true') $str .= "products_head_listing_text[".$languages[$i]['id']."],"; if (HEADER_TAGS_ENABLE_EDITOR_SUB_TEXT == 'true') $str .= "products_head_sub_text[".$languages[$i]['id']."],"; } //end for each language $mce_str = rtrim ($str,","); // Removed the last comma from the string. // You can add more textareas to convert in the $str, be careful that they are all separated by a comma. echo '<script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/tiny_mce.js"></script>'; include "includes/javascript/tiny_mce/general.php"; } } break; default: break; } /*** End Header Tags SEO ***/ ?>
  3. ok so i did this..and so far it seems that template_top.php is the issue. I will look at the code and see if its something obvious.
  4. Thank you so much @@Jack_mcs im going to give that a try! thanks again very much!
  5. @Jack i did see that you replied to someone else that collumn_left.php should not be used in admin if using above 2.3.3. i tried that too...but it did not help the left collumn admin issue.
  6. @Jack i did see that you replied to someone else that collumn_left.php should not be used in admin if using above 2.3.3. i tried that too...but it did not help the left collumn admin issue.
  7. Thank you so much for the reply Jack! That is a great suggestion. I did try to replace the original categories.php file and nothing happend or changed. I tried doing this with many other files to see if i could find the problem...but so far no luck. I attached a snapshot of one of the problems im trying to solve with the left collum. Any ideas on why this might be occuring? I have osCommerce Online Merchant v2.3.4 and the latest download of Header tags SEO. I have circled in pink the issues on the left collumn. I did try to replace leftcollumn.php with original but no luck. It is something in the new files folder. Thanks- Lee Ann screenshot of left collumn issue. www.sacredorigin.com/leftcollumn.jpg
  8. oh... and i did run the test page. no major errors other than the fill tags which im not ready to do... first need a working store then can play with filling tags etc.
  9. Can anyone please help? ive spent so much time trying to make this work...i am talking MONTHS! i love this and at one time it worked perfectly till i had to upgrade. 1. The category pictures does not show up. 2. I cannot add a large image to the product. It takes me back to home page of admin. 3. The admin page does not look right on left hand column. I can give login details if you want to check it out. www.sacredorigin.com Can anyone suggest why this is happening? What page or code? Its a fresh install of the latest os package and no other modifications are made. Thank you immensely!
  10. I have successfully, in the past used this Header tags SEO and it worked great. Recently i upgraded OSC to 2.3.3 and had to update header tags too. Sadly i get this error... i am about ready to give up on osc all together now because osc stores get no hits or traffic without SEO optimization... its got me really depressed and i am wondering if anyone has same issue or could help me figure out the proglem. I have new store installed for simplicity i have osc 2.3.3 i install header tags seo for new store only and i still get the error.. "Warning: call_user_func() expects parameter 1 to be a valid callback, function 'header_tags_reset_cache' not found or invalid function name in /home/sacredor/public_html/om/includes/functions/general.php on line 1281" ScreenShot: www.sacredorigin.com/error.jpg Suggestions?
  11. Hello, I am trying to use the attributes sets plus mod in my rc2 new installation, yes i know its intended for mc2, but it works great except that when i go to edit a attribute set, it doubles up the options.. any suggestions on this. It seems like an easy fix. I cannot find any other comparable way to get such attribute sets for Rc2 version. any help would be greatly appreciated. thanks. leeann
×
×
  • Create New...