Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alex_hill

Pioneers
  • Posts

    23
  • Joined

  • Last visited

Posts posted by alex_hill

  1. The problem relates to the file not being available at:

     

    catalog/admin/attributeManager/includes/attributeManagerHeader.inc.php

     

    Make sure that this file exists on your webserver, and that it has the correct permissions (They should be correct if you havent changed any of these yourself).

     

    Alex

  2. I am looking to have a shippin module available to only some customers, and not others.

     

    We currently deliver products weekly to some VIP customers and want them to have a "Regular Delivery" option (free) and whilst other customers, who we dont deliver to, cant access it.

     

    Is there a contribution which allows me to do this?

     

    Thanks,

    Alex

  3. I just added the contirb today (latest version) and it works great, except for a couple of things.

     

    Firstly, It adds two copies of an attribute. I have added a "Standard" attribute, and a "Coated" attribute, but the Coated attribute is added twice, and shows twice in the main view.

     

    Secondly, When I added the coated attribute, I left the select box blank, and added the new price in the price box (ie 77 versus 70 for standard). When I go to checkout however when I have selected the coating option, the product price comes up as $-7. This is always the difference between the product price, and the price I linked with the attribute. It is thus, that I assume that if you dont selec + or -, the default is -?

     

    Thanks,

    Alex

  4. When duplicating a shipping module, you need to copy/rename the module files in the includes/modules/shipping and english/modules/shipping directories. Then you need to edit those files and rename the name of the module within the files, paying attention to case. Let's say you copied the table module and renamed it to tablenew. At the beginning of the first file is class table. That needs to be changed to class tablenew. Farther down you will see MODULE_SHIPPING_TABLE_TEXT_TITLE. That needs to be changed to MODULE_SHIPPING_TABLENEW_TEXT_TITLE. Change all such instances, being careful not to change actual database table names. Then do the same in the other file. Install the new module in admin and it should be working.

     

    Jack

     

    I tried these exact steps, with the table module, but it doesnt seem to load the text. When I list the available modules in admin, the one for my new module is a blank row, and the install button wont work. I have checked that the language file is the same name as the module file.

     

    Any suggestions?

     

    Thanks

×
×
  • Create New...