Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

always_confused

Archived
  • Posts

    48
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tracey

always_confused's Achievements

  1. Hi Jan, thanks for you tip. Sorry it has taken me so long to reply, but I have been really sick. I will look into the Quick Price update but more for interest as I have fixed the problem. I had not thought about using the supplies file and re-doing the other smaller addons. But it was a perfect tip as everything seems to be working out, I am just waiting for the next suprise to jump out and scare the life out of me now. Thanks again.
  2. please any ideas, hints, tips, guesses are really really needed and welcome
  3. new products will not add properly. I have version 4.2.0 installed and everything was running smoothly, shop was up and running smooth sales. Now I have new stock and it wont add. I can fill in all the details, preview looks perfect then it installs as inactive with $0 value. i can cange it to active easily, but I cannot edit the price to be anything other than $0. Anyone have any ideas on where to start to fix this. I have edited a lot of products and added a lot of pics since i installed SPPC, so would really love to fix this without reverting to my back up. I have looked through the admin/categories.php and it seems to match up to the install instructions. Any help at all will be great, thanks.
  4. sorry i have v 4.2.0 so probably entirely diff problem, excuse my last post unless you have a theory for me then please PM me
  5. all my products that were in the catalog before I installed separate price are showing and working fine, but I have just tried to add new products and seem to be running into the same trouble, they show in admin as inactive and $0.00, can make them active and the show in the shop but still at $0.00 so yes I would also love some help
  6. ok never mind me. When I first noticed problems first thing I did was re-check I had not missed anything on install. Then after help it was still not working I reverted to the original file and re did the install. Still had problems. Thought to myself, ok one more re-do and still have trouble I know its nothing I have done. The third install worked a charm. What are the chances of making the same mistake twice, gee I feel like a dill :blush: Thanks heaps for all the help.
  7. ok hang on maybe I miss understood what you said. So I dont really need to find where the html begins, that was said just to help me find the code to move? What I need to do is move it to just before where the results are needed? If this is the case how do I tell where the results are needed, since I am assuming it is still in the wrong spot, still getting the same warning, and still cannot assign to group. Thanks so much for your help I really appreciate it. :)
  8. LOL I have moved the warning from the address box to the shipping modules box. Along with the customer group drop down menu. So I am assuming I have moved it to the wrong spot. How do I tell where the html begins?
  9. Thanks Tracy, but that does not appear to be my problem, as far as I can see. Lines 98 and 99 in admin/includes/functions/database.php reads: function tep_db_fetch_array($db_query) { return mysql_fetch_array($db_query, MYSQL_ASSOC); Slightly different topic, the customers I had prior to installing SPPC cannot be allocated into a group, I can see the drop down menu, but I cannot use it. But any new customers I dont have any trouble with. Is there something I have done wrong or is that just the way this works?
  10. you are a genius it works a treat, thanks so much.
  11. Just thought I should point out that I am open to suggestions and willing to try things, if it does not work, its no great loss. I have everything fully backed up.
  12. found this warning too. It is in the address box on the customer page when editing. What have I done wrong here I did even touch that file?
  13. I am almost done on my manual install of this, gee its been fun. Come accross some trouble. I have installed a Sort Products Attributes contribution, and I cannot work out how to edit this line in catalog/product_info.php to make both addons work. The sort products attributes wants the line to read $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix, pa.products_attributes_id from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "'" . " order by pa.options_values_price, pa.products_attributes_id"); SSPC wants the line to read: $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix, pa.products_attributes_id from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "' and find_in_set('".$customer_group_id."', attributes_hide_from_groups) = 0"); My line currently reads (this is wrong, I took a guess at this) $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix, pa.products_attributes_id from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "' and find_in_set('".$customer_group_id."', attributes_hide_from_groups) = 0") " order by pa.options_values_price, pa.products_attributes_id"); and I am getting this error I hope someone can help me figure out where I have gone wrong. Thanks for any help you can give. My store is sort of live, I know not the sort of thing to add while your store is up, but too late now. So quick help please.
  14. Sorry Paul, hope it all gets worked out for you.
  15. This one will let you do what you want Additional Table rates and it was a really simple and easy install. Looks like you want flat rates. But if you set this to price based, and then for each option set as infinity:0.00 or infinity:4.00 etc then it will work for you. And you can change the name it displays as to whatever you want. There may be a flat rate one out there, but I use weight based shipping so I have not looked. This one will work though.
×
×
  • Create New...