Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lilitoy

Pioneers
  • Posts

    36
  • Joined

  • Last visited

Everything posted by lilitoy

  1. Hello, I've been trying to install this great contri, think I'm almost done, however when I want to add the module in the admin sector - total order (so points can be seen in the checkout_confirmation page) I get this error : Warning: reset() [function.reset]: Passed variable is not an array or object in /home/lilijewel/domains/pretty-juwelen.com/public_html/prettyadmin/modules.php on line 240 Warning: Variable passed to each() is not an array or object in /home/lilijewel/domains/pretty-juwelen.com/public_html/prettyadmin/modules.php on line 241 There are many topics about this but I can't find a solution to fix this. this is what's in admin/modules.php around lines 240/241 switch ($action) { case 'edit': $keys = ''; reset($mInfo->keys); while (list($key, $value) = each($mInfo->keys)) { $keys .= '<strong>' . $value['title'] . '</strong><br />' . $value['description'] . '<br />';[/b] [b] if ($value['set_function']) { eval('$keys .= ' . $value['set_function'] . "'" . $value['value'] . "', '" . $key . "');"); } else { $keys .= tep_draw_input_field('configuration[' . $key . ']', $value['value']); } $keys .= '<br /><br />'; } $keys = substr($keys, 0, strrpos($keys, '<br /><br />'));[/b] [b] $heading[] = array('text' => '<strong>' . $mInfo->title . '</strong>');[/b] [b] $contents = array('form' => tep_draw_form('modules', FILENAME_MODULES, 'set=' . $set . '&module=' . $HTTP_GET_VARS['module'] . '&action=save')); $contents[] = array('text' => $keys); $contents[] = array('align' => 'center', 'text' => '<br />' . tep_draw_button(IMAGE_SAVE, 'disk', null, 'primary') . tep_draw_button(IMAGE_CANCEL, 'close', tep_href_link(FILENAME_MODULES, 'set=' . $set . '&module=' . $HTTP_GET_VARS['module']))); break; can anyone help me out here? Thanks in advance Lili
  2. Hello, I have the same Issue Added this contri and it doensn't work on the main page with nested categories. Anyone some idea? Thanks Lili
  3. Hello I have instal this Bundle contri a few days ago, done some reading and I could fix al the errors. Everything was ok, was working, but now I have this Sql problem: 1062 - Duplicate entry '3157-0' for key 1 INSERT INTO products_bundles (bundle_id, subproduct_id, subproduct_qty) VALUES ('3157', '0', '1') I have found this: on this topic: http://www.oscommerce.com/forums/topic/218403-1062-duplicate-entry-error-fix/ I have done this but it doensn't work, I still get this error. ALTER TABLE `products_bundles` CHANGE `bundle_id` `bundle_id` INT( 32 ) NULL AUTO_INCREMENT ALTER TABLE `products_bundles` CHANGE `bundle_id` `bundle_id` INT( 32 ) NOT NULL AUTO_INCREMENT Can someone help me with this? Thank you Lili
  4. Hello, I have managed to get this al working. Great However now I see that my stock inventory is not working, so after a order the quantity stays the same. Would it be anything to do with this contri? Regards Lili
  5. [center]QUOTE (Code Red @ Aug 5 2008, 03:32 PM) * I've just installed this system, still playing around with the settings but I'm getting this error on checkout_shipping.php - 111057: This measurement system is not valid for the selected country. I believe that this problem is something to do with units of measurement mismatching - the store is in the UK and uses Kg as the weight (assuming it is the weight that is the problem, I've not got round to looking at the box dimensions option or filling any values yet). From the top of my head you have to change lbs to kg in the upsxml admin section (admin modules shipping). UPS will not accept lbs in the UK so no problem with that. [/center] Hello, I have the same error 111057 Find the above information, but I have really no idea where and what I have to change in the admin sector. Is there someone who can give me more information or details. Thank you Lili
  6. great contrib but i have run into this problem??? 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'fromcustomers c left join address_book a on c.customers_id = a.customers_id and ' at line 1 select count(*) as total fromcustomers c left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id any ideas??? i did miss the from as per a previous post but i fixed that issue and got hit with this one... need help please in the admin/customers.php Hello, I have just installed this contri, and I'm getting the same error. Anyone some Id , it's not the word "from" like a read here. Thanks in advance. Lili
  7. Hello, Sorry to interopt here. Just want to write that I have managed to fix the error. I had also installed a contri about Meta Tags and now I have put them togheter. Thanks Lili
  8. Hello, Great Contri, eveything is working exept one thing. When I want to duplicate a product in my admin, I get the following error: 1136 - Column count doesn't match value count at row 1 insert into products (products_quantity, products_model,products_image, products_price, products_matching, products_date_added, products_date_available, products_weight, products_status, products_tax_class_id, manufacturers_id) values ('5', 'CRJ003', 'CRJ003.jpg', '2.4711', now(), '', '0.01', '0', '1', '0') It's just duplicate that won't work, It thing it must be something to do with my pictures? Any help would be welcome. Thanks in advance Lili
  9. Hi, I have recopied the files and it seems I must of have forgotten something. Now my "customer group" is working. Now I have to figured out how that a Wholesale customer can see the wholesale price’s. Maybe I will be back with more newbie questions …. Sorry. Best Regards and thanks Lili
  10. Thanks Jan, Yes I have already found that and the code is in all my languages groups such as Dutch, France, ... (copied them from the English version) Still nothing has changed, when I click in my admin/store "customer group" appears a blank screen. My site seems to work and I can't find any error code. I don't have any Idea what I'm missing. Lili
  11. Hello Tracy, Thanks for replaying. But in my store/admin , when I click on Customers and then on "BOX_CUSTOMERS_GROUPS" al I see is a blank page. So I can't make different groups. I think there is probably a problem in my Direct Admin. Any help is welcome. Thanks Lili
  12. Hello, First I want to tell that os en php and everything around it, is very new. I'm more then a newbie :blush: but I really want to learn. I have managed to install SPPC. But there it’s end for me. I have read here that I have to make costumers groups in my admin. But al the that I have seen are “Chinese” for me. I just want to install 3 groups - Retail - Wholesale - Specials Maybe someone can provide me the total code’s that I need for this, Or do I have to search it? Many Thanks Lili
×
×
  • Create New...