Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pkumar125

Archived
  • Posts

    9
  • Joined

  • Last visited

Everything posted by pkumar125

  1. Hello 1)If you will go to http://72.36.156.243/compbuild.php and select a product price of selected product will come after that if you will click on "Click" image and description will display on last frame. 2) I want to display image and description alongwith price of selected product. 3) don't want to display image and description on second click
  2. Hello I need small modification i.e. along with price I want to display image and description of the selected product. URL of the site is http://72.36.156.243/compbuild.php Here every thing working excellent only need to display image and description of the selected products right now I can display images and description on popup onclick event but client want to see on same page. I thhink here I have two option either can assign javascript value to php variable on ecch changes or modify function in product_info.php. I am very poor in javascript and here javascript play a important role. Onec again requessting please give help me. If you are able to give me your ten minutes on Hotmail messanger ([email protected] ) it will great help for me. Thanks Mandakini
  3. Hello I need small modification i.e. along with price I want to display image and description of the selected product. URL of the site is http://www.ashnafoods.net/oscommerce/compb...php?language=gr . Here every thing working excellent only need to add image and description of the selected products I am a programmer I try to do modification in this function but got javascript error. If you are able to give me your ten minutes on Hotmail messanger ([email protected] ) it will great help for me. I am very poor in javascript and here javascript play a important role. Onec again requessting please give help me. Note: Dont visit hole site there are language problem having lot of error and its demo site visit only this url http://www.ashnafoods.net/oscommerce/compb...php?language=gr Thanks Mandakini
  4. Hello I need small modification i.e. along with price I want to display image and description of the selected product. URL of the site is http://www.ashnafoods.net/oscommerce/compb...php?language=gr . Here every thing working excellent only need to add image and description of the selected products I am a programmer I try to do modification in this function but got javascript error. I did modification in this function $textshow[$temp].= "print_line('".$count2."','".$product ['name']."','".$product ['price']."','".$product ['id']."','".$HTTP_GET_VARS['row']."','".$product ['desc']."','".$product ['ppic']."'); \n"; function print_line(pnum,pdesc,pprice,precid,row,desc,ppic){ If you are able to give me your ten minutes on Hotmail messanger ([email protected] ) it will great help for me. I am very poor in javascript and here javascript play a important role. Onec again requessting please give help me. Note: Dont visit hole site there are language problem having lot of error and its demo site visit only this url http://www.ashnafoods.net/oscommerce/compb...php?language=gr Thanks Mandakini
  5. Hello I am working on this site http://www.ashnafoods.net/oscommerce/compb...php?language=gr every thing is fine but not able to display selected product image and description Please help me.
  6. Hello I am using this contribution (PPC 2.3.1) http://www.oscommerce.com/community/contri...arch,pc+creator I got two table in this contribution but I don't understand which data should put where if you having some example insert values please give me for reference . tables are : CREATE TABLE compbuild_options(`pc_system_id` INT( 11 ) NOT NULL ,pc_system_name VARCHAR( 255) NOT NULL , `pc_system_image` VARCHAR( 255 ) NOT NULL ,`pc_system_language` INT( 11 ) NOT NULL , `pc_system_assembly` VARCHAR( 255 ) NOT NULL ,`pc_template` INT( 11 ) NOT NULL ,`pc_use_osc_cart` INT( 11 ) ,`pc_add_tax` INT( 11 ) NOT NULL ,`pc_use_dependence` INT( 11 ) NOT NULL ,`pc_use_software` INT( 11 ),pc_currency VARCHAR( 255 )) CREATE TABLE compbuild_categories(`pc_category_id` INT( 11 ) NOT NULL , `pc_category_name` VARCHAR( 32 ) NOT NULL , `pc_category_image` VARCHAR( 32 ) NOT NULL ,`osc_category_id` INT( 11 ) NOT NULL ,`pc_depends_on` INT( 11 ) NOT NULL , `pc_system_id` INT( 11 ) NOT NULL ,`pc_preset_ids` INT( 11 ) NOT NULL ,`pc_language` INT( 11 ) NOT NULL) Thanks
×
×
  • Create New...