Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Morpheous

Archived
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Real Name
    Derren Parsons
  • Location
    Australia

Morpheous's Achievements

  1. HI, I have the separate price per customer and the attribute sorter/copier installed on my site. Since installing the attribute copier on my site the prices are acting a little strange. When i log in as a wholesale customer i see wholesale prices on all the pages apart from the individual product pages i.e. i click on the catagory and the list of products show up with wholesale prices, i then click on the product and voila, back to retail price. And it gets weirder, if i then add the product to my shopping cart it is back to wholesale price. Has any body got any ideas on this? Cheers Derren
  2. HI, I have the separate price per customer and the attribute sorter/copier installed on my site. Since installing the attribute copier on my site the prices are acting a little strange. When i log in as a wholesale customer i see wholesale prices on all the pages apart from the individual product pages i.e. i click on the catagory and the list of products show up with wholesale prices, i then click on the product and voila, back to retail price. And it gets weirder, if i then add the product to my shopping cart it is back to wholesale price. Has any body got any ideas on this? Cheers Derren
  3. Hi, Please disregard my previous message, the problem has been fixed. Thankyou for your help Cheers Derren
  4. :lol: Thanks, i'm almost there now, this mod is awesome it's going to save me hours. Okay the one final problem i'm getting is when attributes are added to an item the wholesale price becomes 0.00. Now if i change the attribute price then log in in a different customer group i get the attribute price instead. I've got a sneaking suspiscion that your mod uses the same variable name as the "separate pricing per customer". What is the name of the variable in catagories.php that holds the price values? and can i safely change it to something else? or have i missed something here? Also once this is up and running how would i apply the attributes to a whole catagory? Cheers Derren
  5. Hi, Thanks for your response, just a couple of questions though. This problem, i think i've got it sussed, just a matter of searching the code, as i copied your original file across (without the separate price mod) and it seemed to work okay. However as a newby to php and sql, (you might have guessed) :? i'm a little confused by your recommendations for the other problem is this specifically a mistake in sql or the catagories.php file? AS for my first error, if i leave your addition out will this affect the operation of it. Cheers Derren
  6. Hi I currently have the separate price per customer mod installed and i just installed the Attribute copier mod as well. The first problem i encountered was this :- around line 606 in admin/catagories.php there is a modification like so while ($customers_group = tep_db_fetch_array($customers_group_query)) { $rows ++; which i believe is from the separate price per customer mod , however when installing the attribute copier i need to replace the previous with while ($values = tep_db_fetch_array($values_query)) { $rows ++; now the thing is if directly replace them as Beyond Compare suggest's, is it going to cause problems? secondly when trying to add attributes to products, i'm getting the following error :- 1136 - Column count doesn't match value count at row 1 insert into products_attributes values ('', '329', '0', '1', '', '+') [TEP STOP] Also when i try to access products/catalogs through admin i get this error: Parse error: parse error, unexpected T_CASE in /home/novelty-/public_html/catalog/admin/categories.php on line 321 now i've used Beyond Compare to compare both files and other than the extra bits from "Separate price per customer" and of course the conflicting code above they are identical. Can anybody help me out with this? Cheers Derren
  7. Well, after alot of trial and error i thinks it's fixed. Th eproblem was when i copied and pasted the mod from notepad to dreamweaver, for some reason there were two '$' left off of the front of a couple of rows :- HERE --> customer_group_query = tep_db_query("select customers_group_id from " . TABLE_CUSTOMERS . " where customers_id = '" . $customer_id . "'"); customer_group = tep_db_fetch_array($customer_group_query); HERE --> customer_group_price_query = tep_db_query("select customers_group_price from " . TABLE_PRODUCTS_GROUPS . " where products_id = '" . $new_products['products_id'] . "' and customers_group_id = '" . $customer_group['customers_group_id'] . "'");
  8. Oh, just one more thing, the "new product for blah blah" box is no longer showing up. Cheers Derren
  9. Thanks for that, as for the snapshot i can only assume that it is the latest one as it was preinstalled on my server. I decided to unistall the mod altogether (although i feel it was really handy) until a more stable version is available. This seemed to fix the problem anyway. Cheers Derren
  10. HI all, I've installed this great mod and have a minor problem, and seeing as i know as much about php as i do rocket since (not alot) i figured i better ask a professional. Okay here's the deal, i installed everything as per directions, and everything appears to be working A-O-K, BUT on the bottom of the front page i get this : Parse error: parse error, unexpected '=' in /home/novelty-/public_html/catalog/includes/modules/new_products.php on line 31 now i rechecked the mod for that file and eveything looks in order (as far as i can tell), has any one got any ideas? Cheers Derren
  11. wow, fast reply, thanks. okay this is what happened. * I first commented out the line as suggest by you and uploaded it. * Then i downloaded my catalog * Checked the catalog to make sure the field was gone * deleted the online catalog * re-uploaded the catalog back to the store unfortunately the manufacturer field is still there but it just doesn't have a name, is this a case of removing the manufacturer infobox from the right hand column or have i missed something? When a product is selected the manufacturer infobox comes up with the line other products but there is no manufacturer name. Cheers Derren
  12. HI, I just had a general request referring to the manufacturers field, is it possible to void this as i don't need it?, also does easy populate allow for the inclusion of catagory images or does this have to be done manually? Thanks for a great program! Cheers Derren
  13. As an addon to my previous posting, the errors appear to occuring from the login page through the entire checkout process. :cry: Regards Derren
  14. HI, I have recently installed the purchase without account contribution and up until yesterday it appeared to be working fine, now i assume that i've changed something somewhere that i shouldn't have that has caused this problem. Basically what is happening is that when i access the "login.php" screen i get the following errors :- --> Under the catagories header but before the catagory listing i get :- Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 31 Warning: Wrong datatype for second argument in call to in_array in /home/solitair/public_html/catalog/includes/boxes/categories.php on line 38 --> and in the checkout without logging in infobox the title reads :- HEADING_CHECKOUT and the contents reads :- TEXT_CHECKOUT_INTRODUCTION this is the only page that does this so i'm assuming it has something to do with this contribution. Has anyone else had this problem, or got any ideas on how to fix it? Cheers Derren
×
×
  • Create New...