Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DVBHardware

Pioneers
  • Posts

    258
  • Joined

  • Last visited

Everything posted by DVBHardware

  1. I found the problem !! In Firefox tools-options-web features you have to un-check "load images for the originating web site only" Just in case anyone else has the same problem of their images in the link manager not showing up. Now I can load up my links manager Jimmy DVBHardware.com
  2. Jack, I only 1 issue left since I am upgrading from 2.5.2 to 2.5.5. I have everything working good except for the catagorie tags. In catalog/includes/header_tags.php 2.5.2 the code referances "catagory" and in 2.5.5 it is "catagories". if I use catalog/includes/header_tags.php 2.5.2 in place of catalog/includes/header_tags.php 2.5.5 my catagorie title tags work bbut with the 2.5.5 they do not show. I hope I ave not missed somthing obvious. Jimmy
  3. Tried what you suggested, same results: Warning: Cannot modify header information - headers already sent by (output started at d:\web_sites\xxxxxxx\xxxxxxx\admin\includes\languages\english\header_tags_popup_help.php:13) in d:\web_sites\xxxxxxx\xxxxxxx\admin\includes\functions\general.php on line 85 Just for a side note I belive define ('BOX_HEADER_TAGS_FILL_TAGS', 'Fill Tags'); is missing from admin/includes/languages/english.php in the catalog_for_new_shop_only folder Jimmy
  4. When clicking (explain) using header_tags_popup_help.php the bottom of the text popup window there is the following error. Warning: Cannot modify header information - headers already sent by (output started at d:\web_sites\xxxxxxx\xxxxxxx\admin\includes\languages\english\header_tags_popup_help.php:13) in d:\web_sites\xxxxxxx\xxxxxxx\admin\includes\functions\general.php on line 85 Any clue to this error Jimmy
  5. When using the toolbar the return status is updated automaticalyand email is sent to the customer. Is there a quick way to comment out the some code so that the status & email is not sent out untill you press the "Update" button? This will give you a chance to add any additional infor to be sent in the comment form. Jimmy
  6. Yes image url is fine to the image, I have cleared the cache, and also tried firefox in safe mode eliminiating any extensions effecting it. IE is flawless. This is weird, the only images on the site that does not display, I even tried a new and different link and image still the same in firefox. I need to get on another system here with firefox 1.6 & 1.7. Thanks
  7. Hi Jack, I noticed that my banner or images do not show in the link listing using Firefox but is OK with IE. I did not notice any info on this in previous posts. Jimmy DVBHardware.com
  8. In v2.0 you edit the style sheet for the template for the STS, the standard stylsheet for the OSC you do not have to touch since wen in debug mode the STS will use that one. 3.0 must me the same.
  9. Nice to have you back Brian, I probably wound not be here if it wasn't for the STS !!! Jimmy www.DVBHardware.com
  10. I can use some help to get a more effecient & acceptable user name in the reviews of products. Iwould like to make the reviewers name as ex "John D" just picking off the first initall of the last name. Here is the contrib Reviewers Privacy 2.0 Thanks
  11. Ed nice job,especialy to change the colors easily. One question, is the "HTTP Referer URL" supposed to be clickable ? I think the previous version used to. Jimmy
  12. The current ver of Reviewer Privacy v2.00 make the reviewers name as Example Shannon (unemployed1778@***.***) I would like to make it: Shannon R Grabing the first name and the First letter of the last name, this is more proper thing to do. Like many of the other major selling sites I would have posted the code here but I did not want to take up too much space. Contribution Link: Reviewer Privacy 2.0 Any help will be greatly appreciated. Jimmy
  13. Ok I gotit now Header Tags Controller v2.4.9 does not have those file edits. I'll stick with yours! v2.5.1 I did not notice they were not yours. Thanks for the hard work Jimmy www.dvbhardware.com
  14. Jack, version 2.5.0 has files to be modified in the catalog root folder( contact_us, product info, etc).,, In v 2.5.1 they are not there. Were those edits not needed anymore
  15. Keith , I have one small problem with 2.5c, whenever I click any of the html bar predefined text to insert, a message "ticket has sucessfuly updated" and a email is sent out to the customer. I would think that the customer or ticket should be updated only when the update is pressed. Jimmy
  16. Lane , Thanks for the upgrades I had a problem with the SQL update, I think th only differemce from 2.01 to 2.11 is INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) ? VALUES ('', 'E-Mail Copies to', 'RCS_EMAIL_COPIES_TO', '', "If you want copies of emails that are sent to customers by this contribution, enter the email address here. If empty no copies are sent", 6501, 35, NULL, NOW(), '', ''); INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) ? VALUES ('', 'Autocheck "safe" carts to email', 'RCS_AUTO_CHECK', 'true', "To check entries which are most likely safe to email (ie, not existing customers, not previously emailed, etc.) set this to <b>true</b>.<br><br>Setting this to <b>false</b> will leave all entries unchecked (you will have to check each entry you want to send an email for).", 6501, 82, NULL, NOW(), '', "tep_cfg_select_option(array('true', 'false'),"); INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) ? VALUES ('', "Match orders from any date", 'RCS_CARTS_MATCH_ALL_DATES', 'true', "If <b>true</b> then any order found with a matching item will be considered a matched order.<br><br>If <b>false</b> only orders placed after the abandoned cart are considered.", 6501, 84, NULL, NOW(), '', "tep_cfg_select_option(array('true', 'false'),"); Before I did the above sql update I was getting return mail directed to [email protected] I have also updated the files from 2.01 to 2.11 Jimmy
  17. Tony, I raised the same point in a previous post, I was 1st & 2nd but as far as fixiing it I do not know . Jimmy
  18. I get this when trying to copy attributes that are not there. Has this never been fixed ? I does it on my modded & a clean install. WarningWARNING: No Attributes to copy from Product ID #18 for: AF1 Satellite Locator ... No copy was made Warning: Cannot modify header information - headers already sent by (output started at d:\web_sites\test\test\catalog\admin\includes\functions\webmakers_added_functions.php:20) in d:\web_sites\test\test\catalog\admin\includes\functions\general.php on line 18 Thanks Jimmy
  19. Lane, Just a reminder to uncheck by default "Uncontacted", it is getting to be somwhat of a hassel. Also include the attribute fix.
  20. I used a jpeg as an example, actualy anthing to intise someone to return that may otherwise be lost for a long time.
  21. Here is somthing down the road, to be able to send a coupon "jpeg" or etc. in the email. Just to add a checkbox next to the uncontacted to select if you want to send one along.
  22. Can any one post this mod with overwrite & run files & the pdf in plain text. I have too many mods installed and would take much too long to edit not to mention troubleshooting. Thanks
  23. A little food for thought, I noticed that now all uncontacted are checked off ready to send an email. I have to now uncheck them since some I want to send a bulk email and some I would like to add additional message. So accidently hitting the send when booting up the recover carts will send them all out when you realy want to modify a couple, especialy when they are not visible due to the amount of listings to show. :) Lane thanks for the attribute fix.
  24. Ok I recieved a few abandoned carts, 3 customers, 1 attribute each which were the same, and gave me triples in recover carts. I added your fix above and all the attributes showed normal as it should be. Thanks,
×
×
  • Create New...