Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ktlockett

Archived
  • Posts

    50
  • Joined

  • Last visited

Profile Information

  • Real Name
    Karla

ktlockett's Achievements

  1. I wanted to get a new site designed and found a template for sale:http://demo.algozone.com/oscommerce/OS04A00366/index.php Has anyone used a template from here and as a newbie would it be hard to customize it?
  2. Hello All, I have been working on my site for some time now. I have loaded a contribution that allows me to create families.(family products ver. 3.3) The install was a succes however, Now on my main page to the left, the first box use to have the headping Categories now it says box_heading_categories. How do I correct this? I had posted under the general question section and had some one suggest the following: Check this code: // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'Categories'); I took a look at the and the code looks the same. // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'Categories'); I'm sorry that I have posted twice, but had no more help. If I can get rid of this error, I'll be on my way to adding my products. Could there be an error in another file. If so, do you have any suggestions as to what file I should take a look at. The following are the files that I edited: 2.) Add the following code to the end of your /catalog/includes/functions/database.php file: 3.) Add the following code to /catalog/includes/database_tables.php file: 4.) Add the following code to /catalog/admin/includes/column_left.php 5.) Add the following code to the end of your /catalog/admin/includes/languages/english.php file: 6.) Add the following code to the end of your /catalog/admin/includes/filenames.php file 7.) Replace the following code in /catalog/product_info.php 8.) Add the following code to the bottom of /catalog/includes/languages/english/product_info.php 9.) Add the following code to the bottom of /catalog/admin/includes/functions/database.php 10.) Add the following code to the bottom of /catalog/includes/languages/english.php 11.) Add the following code to the bottom of /catalog/includes/filenames.php 12.) Add the following code to /catalog/admin/includes/database_tables.php file: I have installed this contribution a few times and each time I get the same error. Any suggestions would be great. Thanks! Karla
  3. I have attributes sets contribution installed and working on my site. I would like to use attribute copier along with this. Can this be done? I have tried to install the attribute copier contribution. And when I list a new product and add a attribute set to the item then save, I then edit that item and select copy. Once I copy the item and view it, it does not copy the attributes over. Let me explain what I want to do and maybe someone would know the best contributions to install. I make bridal headpieces and want to do the following: Tiaras - I have a tiara named abel, I want to list this item and have attributes to it. (color of crystal, color of bead, color of wire, freshwater pearls instead) I can do this with the attributes sets contribution however, for each attribute I have to select the attribute from the drop down box then select preview, then select update, then go back to edit the item and then a new attribute drop down box will appear then I have to go through the same process for each attribute. I have over 200 products to do this to. Is there a contribution out there that would allow me to copy a product that lists all the attributes and apply it to all new products. Allowing me to just change the name, image, and desc. of item. All of my items have the same attributes, what would be the best way to copy these attribute sets to each product? Karla
  4. Does any one have the AttributeSets_v2_0_1 and ultra image contributions working together. I have tried to install both of these and can get both working just not together. I have used code compare but each time I make changes to the categories page something goes wrong. Could I get a categories page that has both these contributions working on it. If I can get this to work right, I'll be able to load my products and finish my site. Thank you for your help in advance. Karla
  5. Parse error: parse error, unexpected T_CASE in /home/lockettb/www/www/oscommerce/catalog/admin/categories.php on line 413 I went to line 413 and this is what it states: case 'copy_to_confirm': Can anyone help me? Thanks! Karla
  6. I am trying to load the ultra pics contrib. However, I have loaded the attribute sets contribution. Which changed the categories.php file. So now I need to compare the code and make changes as needed. Tried by Hand and what a mess. Thanks!
  7. This is my third time trying to install this contribution. I hope that someone can help. This is my file: <?php /* $Id: catalog.php,v 1.21 2003/07/09 01:18:53 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ ?> <!-- catalog //--> <tr> <td> <?php $heading = array(); $contents = array(); $heading[] = array('text' => BOX_HEADING_CATALOG, 'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog')); if ($selected_box == 'catalog') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CATEGORIES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES_SETS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES_SETS . '</a><br>' .' . '<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SPECIALS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_SPECIALS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>'); } $box = new box; echo $box->menuBox($heading, $contents); ?> </td> </tr> <!-- catalog_eof //--> This is the error: Parse error: parse error, unexpected T_STRING, expecting ')' in /home/lockettb/www/www/oscommerce/catalog/admin/includes/boxes/catalog.php on line 27 I've looked at this over and over and can't find the error. Thanks in advance for your help. karla
  8. Hello All, I have tried to install the attribute sets contribution. And I keep getting the following error: 1146 - Table 'lbhp.TABLE_PRODUCTS_ATTRIBUTES_SETS' doesn't exist select products_attributes_sets_id, products_attributes_sets_name from TABLE_PRODUCTS_ATTRIBUTES_SETS where 1 order by products_attributes_sets_name I ran the script which came with the contribution and thought that it would create this table. So I ran the script again and it said the the table is already there. Can someone help me with this contribution? Thanks in advance. Karla
  9. The attribute sets contribution calls for you to edit the files only. Each time I complete the process I go to my catalog and the output gives sql errors. States that a table is not there. So I load the sql script again and it erros out stating that the table is already there.
  10. I've been working on my OS site for the last few months. I would like to use the following two contrib. Conventional listing http://www.oscommerce.com/community/contri...+listing/page,3 attribute sets http://www.oscommerce.com/community/contri...attributes+sets Don't have much of a budget for site development. But have tried to install these modules more than once. Keep getting errors and have to restore from a backup often. I have had success with a few other contributions (multi images, usps) but can't get these two working. If I could pay someone to help load these and maybe dress the site up a bit that would be great.
  11. Thank You Steve!!!! It was the tare weight. I set it two 0 and now it works! Karla
  12. Hello, and thanks all for your help. Here is a link to my site. http://lockettb.hoster903.com/oscommerce/c...ex.php?cPath=21 if you select the test item it will give a priority mail total of $7.90 for the product weight I put in 1.0 would this be one pound? I listed another item called test three and gave it a weight of 0.000 it now charges me $4.75 I know that the rate for priority mail should be $3.85. All of my items are about the same weight none going over 2 pounds. I would like to charge a flat rate of $5.00 for shipping. But would like to make a label by the means of USPS. Can the data be pushed to the click - n- ship. What would be the best way to handle this. I need to charge a customer $5.00 for shipping then I need to print out a postage paid label for priority mail. I have an account with USPS. Thank you soooo! very much Karla
  13. Hello, I got the USPS module to work but It is charging twice the amout of $ for priority mail. I have since installed the USPS Methods Contrib. and it works fine, with the exception of still charging twice the amount for priority mail. I need the set price of $3.85. I have posted about this before and still have the issue. Can Anyone help Also, once the customer checks out how would I make the payment to USPS. I have a click - n - ship account with them. How would the address information of the customer be pushed over. Could anyone explain to be how the flow of shipping works with USPS? I know how it works when I go to the USPS site myself. I can create a label and pay for it with the use of my credit card. But how would this work within OScommerce? Karla
  14. Thanks for your reply, All of my products weigh under two pounds and I still get the double charge. Once the shipment options show up for the customer and they place the order. How do I pay for shipping. I have looked under orders shipping label and all it does is bring up a window with my address as well as the customers address. How do I access the postal service to process the shipment. I have a click-n-ship account with the postal service. How do I process the order, in terms of having the customers address checked and printing a label with paid postage. Can you explain the process for me. karla
×
×
  • Create New...