Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alman

Pioneers
  • Posts

    39
  • Joined

  • Last visited

Everything posted by alman

  1. has any1 tried to make it possible to place pdf's in a sub directory so it is easier to organize the files for manufacturer or category? I cant seem to get it to show I can't work it out! work in progress any help would be great
  2. you dont have extra } the problem is that you are missing a <?php in admin/categories.php should read like this <?php if($products_pdfupload_name != "") { ?>
  3. I have added product spec and here is what I did search for v_products_description and mirror it for spec around line 377 // the database if they are not found in the incoming file $default_these = array(); foreach ($languages as $key => $lang){ $default_these[] = 'v_products_name_' . $lang['id']; $default_these[] = 'v_products_description_' . $lang['id']; $default_these[] = 'v_products_spec_' . $land['id']; and this is for product images its been a while since I did this and change // More Pics 6 v1.3 define ('EP_MORE_PICS_6_SUPPORT', true); // default is false and this make sure if (EP_MORE_PICS_6_SUPPORT == true) { $ep_additional_select .= 'products_image_lrg as v_products_image_lrg, products_image_sm_1 as v_products_image_sm_1,products_image_xl_1 as v_products_image_xl_1,products_image_sm_2 as v_products_image_sm_2,products_image_xl_2 as v_products_image_xl_2,products_image_sm_3 as v_products_image_sm_3,products_image_xl_3 as v_products_image_xl_3,'; } you can add up to six not sure if this is original or I changed it all to products_image_xl_1 as v_products_image_xl_1. it has to be as above to work with product tabs and change // More Pics 6 v1.3 define ('EP_MORE_PICS_6_SUPPORT', true); // default is false hope this helps
  4. you posted awhile ago but if it still isnt fixed change the includes/configure.php and admin/includes/configure.php to your new domain it still loads the database cause it still has the name and password but you have the change the dir structure of the second folder of your test site if its on a live server www.domain.com and for the test www.domain.com/125/ setup a redirect so that if you load the 2nd option it will follow store page process best of luck let me know! it can be hard to get help round here (ppl are busy) allann and the normal redirect will keep the customers happy
  5. If you used ccgv(trad) by vger then you wouldnt have this problem download this and compare notes or update with your back up and install this instead of ccgv *** which ever 1 its at now best of luck
  6. did you put the vendor_shipping folder in the catalog/includes/modules/ directory? do the other modules show up in the modules section of admin?
  7. I am trying to figure out how to get the lanuage file for first item plus to display in selected currencies with no luck ($6.00 for the first item, $1.00 fpr each additional) (£6.00 for the first item, £1.00 fpr each additional) or in euro or which ever but i cant figure out how and where to pull it from it should be simple but im just not as smart as some of you thanks in advance al
×
×
  • Create New...