Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bethstoy

Archived
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Real Name
    Beth Climie

bethstoy's Achievements

  1. I think it's a great contrib! This would make my life so much easier! I'm a cut and paste kind of girl and know nothing about php programing. is it possible to take current contribution packages and edit them so they'll work with your installer? i'm having issues with "add multi products" and "quick stock update" working with "total b2b". i noticed you said that your installer would tell you about any conflicts between contribs. what a blessing! good job! :thumbsup:
  2. I understand what you say above but I don't know how to write the code. I'm a good copy and paster :D . The lines I need to modify look like this: case 'PRODUCT_LIST_PRICE': $lc_align = 'right'; if (tep_not_null($listing['specials_new_products_price'])) { $lc_text = ' <s>' . $currencies->display_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($listing['specials_new_products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) . '</span> '; } else { $lc_text = ' ' . $currencies->display_price($listing['products_price'], tep_get_tax_rate($listing['products_tax_class_id'])) . ' '; } break; can you modify this code for me? i have 3 price groups. I have 2 other files that i need to modify the same way. if you could do this one, i can do the rest by following the example. I think it would help newbies also. I can see you've been frustrated with this same question over and over again. I have read EVERY post you've made trying to find the answer, i'm not just being lazy. I just don't know php very well. thanks for your time, beth :thumbsup:
  3. ok, i got it to this point: Contrib Installer 1 Installing Contribution with install file: /home/blahblah/public_html/test1/admin/contributions/ImageCheck-1.2/install.xml and now there is just a back button. was it installed? where is it? when i go back to where i can choose which contribution to install and i click on it, the remove button will not work which makes me think that it didn't finish installing. so far it hasn't given me any permission errors, but i tried changing them anyway and nothing different happened. i don't know of an easy way to change every file and folder in the main catalog folder, so i tried changing several to 755. i changed the main catalog folder, the admin folder, the contributions folder and every file and folder in the contributions folder. specifically, what files need to have permissions changed and what setting do i use? (755, 777, etc.?) thanks, beth
  4. I'm very confused. unziped the file and can't find contrib_installer.php anywhere in it. can you tell me where it is? thanks, beth
×
×
  • Create New...