Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

weird2u2

Archived
  • Posts

    79
  • Joined

  • Last visited

Profile Information

  • Real Name
    steve

weird2u2's Achievements

  1. I have the same problem...... I see that from a couple posts futher down you have found a solution to this.. Pray...tell us ?? thks... :)
  2. To add: This is the browser error I receive when I have Shipping Estimator set to not use pop-ups......! Quote: Line: 231 Char: 1 Error: 'document.estimator' is null or not an object Code:0 URL: http://www.mysite.com/shopping_cart.php this refers to the submit function.....but generates the above error.. :(
  3. Have installed Shoppe Enhancement Controller. This comes with a Zone based Shipping estimator. Has anyone got this to work without using the pop-up window. You can turn this on/off in admin, if I turn it off ....it display's ok in shopping_cart.php page....But it does not work......!! the recalculate button gives me a blank page..... It works ok as a pop-up window....But this is bad as most customers these days have some form of pop-up blocker, either in their browser or as a firewall. Any clues please ????
  4. I have unstalled Shoppe_Enhancement_Controller by Linda. When using attributes for a product that has several weights=price. I am trying to get on Products Listing page it to show/use from shoppe_enhancement_controller_languages.php....this line: define('PRODUCTS_PRICE_IS_PRODUCTS_PRICED_BY_ATTRIBUTE_MORE_INFO_TEXT','More Info ...'); How do I get the More Info... to be displayed ?? All I get is a blank table colum. When it should show More Info... Please how do I get this to show ? For product listing I have Image/Name/Weight/Price colums ...I think maybe the 'More Info...' only works if buy now colum is active, is there a way round this plz ?? Thks for any help..
  5. To get around the 1054 error...... Watch out for this sql error: " ALTER TABLE PRODUCTS ADD `products_sort_order` INT(3); " Is not accepted by phpadmin, but if I change : ALTER TABLE products ADD `products_sort_order` INT(3); ie: 'PRODUCTS' change to small caps 'products', it is then accepted into the database. * You also then need to give a product order number to any products you have already inserted into the database..after running the sql command above. * ie you need to use phpAdmin to gain access to your sql-database, and give product order numbers to your products that you have already got....these are what are giving you the error, as they have all got the same sort-order number...once this is fixed, you will then have access again to your products via Osc Admin. Where you will be able to add new products with new sort orders... Hope this helps, it works for me... :)
  6. Could anyone suggest a contribution to use, I want to take a Product/option-defined as weight and add this onto shipping cost. I am using a weight which is a defined as a product-option, which is set in Product Attributes as an option. ie: Product: A Select option: A @ 1kg ( Shipping= ?3.00 ) A @ 2kg ( Ship' = ?3.50 ) A @ 3kg ( Ship' = ?4.00 ) So if as a customer, I choose A@2kg, can this weight be applied to shipping cost. I see that the extra product-cost is passed onto cart, but not weight. HELP Any suggestions on a contribution that will do this for me ?? I have searched but cannot find a contribution that will take the weight from Product-Attributes.
  7. I have come across a repeating instuction, included in the install.txt, for this contribution....as follows 6. Approximately at lines 579-585, >>> FIND THIS: <tr> <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_PRODUCTS_WEIGHT; ?></td> <td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_input_field('products_weight', $pInfo->products_weight); ?></td> </tr> >>> ADD THE FOLLOWING 7 LINES *AFTER* THE ABOVE: <tr> <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_EDIT_SORT_ORDER; ?></td> <td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_input_field('products_sort_order', $pInfo->products_sort_order, 'size="2"'); ?></td> </tr> This is repeated twice.......which means you end up with two sort tick boxes in admin product edit area..... Watch out for this......
  8. Ia m getting this error as well: 1054 - Unknown column 'p.product_sort_order' in 'field list' To begin with, if I use the suggested sql.txt included with 'Product Sort files', I find that the command: " ALTER TABLE PRODUCTS ADD `products_sort_order` INT(3); " Is not accepted by phpadmin, but if I change : ALTER TABLE products ADD `products_sort_order` INT(3); ie: 'PRODUCTS' change to small caps 'products', it is then accepted into the database, but still gives the 1054 error. Any help or solutions plz ???
  9. Drop Down Categories ~(HV Menu) ?? http://www.oscommerce.com/community/contributions,956 is there a thread going for this??....search does not give me any results. Having prob's installing would like to read some comments for this contribution. Have installed...all i see is the same plain links.but all bunched up ! I see there is a 'EXTRA' folder in the contro'....this contains original HV menu I presume......this has JS files ect.... Perhaps I missread instructions.....do I need to use any of the files from the Extra folder ??? :(
  10. :!: I have been following this contribution for quite a while now.....and I am begining to notice some rather obtuse uses of JavaScript.. Now I am not a JS guru...but....the JavaScript used here to perform a simple ~ Grab Data / Insert-position / Apply Fancy Graphics.......seems some what overdoing it...the constant reajustments taking place for positioning is heavy man! Can we not simplify this, it'll solve all these prob's with positioning! ? Plz if there are any JS Guru's out there, give us all some help.....we need help with a 'Simple script to provide a Dynamic Menu.. I mean....most of the effects..I could create in CSS....lol...Its just grabbing the Menu-data from Database that is difficult for me....(new to PHP&mySQL!) It seems this, contribution is getting more post's than actual use ! ....we but try & and try again ! :wink:
×
×
  • Create New...