Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HQ Secure

Pioneers
  • Posts

    71
  • Joined

  • Last visited

Posts posted by HQ Secure

  1. Have you entered in your ship from zipcode in the Shop Configuration?

     

    We are getting a message:

    We are using the standard USPS module included with basic installation. We've entered the username and password to our established USPS account. What can this error mean?

  2. I must say Spaw Rocks!

     

    ?Emails sent after making above changes still show up with exposed html formating

     

    ?Love the css styles. I added my own and dangit the editor does not reflect them but they show up on the products page. It all started when I created my own styles; I was frustrated that the Preview didn't show my style changes so I added a link to categories.php to reference wysisyg.css in the spaw directory. Somewhere on the way I mucked things up.

     

    I'll try to sort that but most importantly this editor is a hoot! I'm expecially impressed with the image upload, insert and properties capabilities.

     

    Flash

  3. I hope I'm in the right area. I ran into some strange language behavior upon adding a couple new pages. (See post above)

     

    Using OSC ms2.2 and STS 2.01

     

    Upon changing language the page display ok initially. However when one clicks any link to pages such as shipping.php, contact_us.php an error is returned saying it can't find the language directory. Instead of looking for /includes/languages/espanol/ it is looking for includes/languages/es. Switching back to English results in the same behavior; /includes/languages/en instead of /english.

     

    application_top.php line 285 is referenced

    // include the language translations
     require(DIR_WS_LANGUAGES . $language . '.php');

    I can't figure why it is interpreting $language as en instead of english?!

     

    Forgive my duplicating, pilot error...

  4. I hope I'm in the right area. I ran into some strange language behavior upon adding a couple new pages. (See post above)

     

    Using OSC ms2.2 and STS 2.01

     

    Upon changing language the page display ok initially. However when one clicks any link to pages such as shipping.php, contact_us.php an error is returned saying it can't find the language directory. Instead of looking for /includes/languages/espanol/ it is looking for includes/languages/es. Switching back to English results in the same behavior; /includes/languages/en instead of /english.

     

    application_top.php line 285 is referenced

    // include the language translations
     require(DIR_WS_LANGUAGES . $language . '.php');

    I can't figure why it is interpreting $language as en instead of english?!

  5. Hello,

     

    I have added a couple pages to my install. I simply started by taking an existing page and saving it with the filename of my choice. I took shipping.php and saved it as distributor.php. I use a news posting script and have an include in my new distributor.php to bring in the content. I replaced the existing content of what was hipping.php

     

    Next I had to setup languages and filenames.php. In filenames.php I added

    // Added by Herbal HQ
    ?define('FILENAME_DISTRIBUTOR', 'distributor.php');

    Now I go into /includes/languages/english/shipping.php and save it as distributor.php; open that and change the text to suit myself (very basic)

    define('NAVBAR_TITLE', 'Distributorships');
    define('HEADING_TITLE', 'Distributorships');

    . I did the same for Spanish.

     

    Finally I stuck in a link to my new page: /catalog/distributor.php

     

    Here is the site: http://goodherbalsense.com

     

     

     

    :( Nobody knows how to add external pages with STS ?

  6. 1st :: Love this Contribution

     

    2nd :: Find myself needing to display all products in a spread sheet fashion. Here is how it was done on the clients old site:

    http://www.bedrockgoldandsilver.com/usgoldbuy.asp

     

    Finally need suggestions on where to start in achieving this.

     

    I tried Display All Products and ended up with this:

    http://bedrockrarecoinsandbullion.com/cata...int_catalog.php

    ...basically nothing.

     

    Then I switched gears and

    1.) created sts_templates/print_catalog.php

    2.) edited sts_user_code.php -to add a new box for Display All Products

     

    No Joy.

     

    ?Flash

  7. Hi Jac,

     

    I like the concept. Got all the files where they need be but am hung up on the sql insert:

    INSERT INTO configuration
    VALUES (
    
    last_insert_id( ) +1, 'Show Shadows', 'SHOW_SHADOWS', 'true', 'Enable Shadow Controller<br><br>true= on<br>false= off', last_insert_id( ) , 10, NULL , '2004-08-14 00:25:08', NULL , 'tep_cfg_select_option(array(\'true\', \'false\'),'
    ) 
    
    MySQL said: 
    
    #1062 - Duplicate entry '20' for key 1

    What do you make of that?

    I have uploaded a contribution called Shadow Controller It allows for the complete control of adding and rearranging shadows to inforboxes.  With just a few clicks, after installation, you can change the appearance of your shop quite dramatically.  New shadow effects can be easily added, once generated, by just calling them from the admin panel. Example screen shots are included in the contribution.

     

    Jack

  8. URL: ..........//mainnews.php
    I found the where the double slash is being created:In Catalog-includes-boxes- newsbox.php
    $info_box_contents[] = array('text' => '<iframe id="datamain" src=' . DIR_WS_CATALOG . '/' . FILENAME_MAINNEWS . ' width=130 height=150 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=no></iframe>');

     

    Remove the slash! DIR_WS_CATALOG. '/' .FILENAME_MAINNEWS

     

    [

  9. Well heck, if you use any of those your secure pages will start warning about secure and non secure content as the link to the image is offsite.

     

    I ended up taking what seems like a stupid route, perhaps someone has a better idea:

     

    http://hqsecure.com/ bottom left.

     

    The link pops a live help window that pops the real live help window. (don't say it).

     

    I seem to recall someone having a script or something that created live help without having to pay monthly service fees. It was a one time expense around fifty or sixty bucks? I checked Hot Scripts briefly but couldn't find anything.

×
×
  • Create New...