Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

is it possible to put products on a page outside osc


pabchu

Recommended Posts

Posted

Is it possible to put products on a page outside osc? On the same server. I would like to make custom pages with product, description, atributes and add to cart link. Is it possible?

I would make few products on one page, and customizing osc is too hard for me (layout: http://test.v8.pl/noceidnie2/) so I thought I can put products desc and atributes in the catalog and then make custom pages with products. I saw a contr. to show categories outside the catalog. How to to it with products. PLiz HeLP

 

Thanks

Pabchu

Posted

Ok. I installed that contribution, but do You know how to display product description atributes and buy link? I is is written in the contrib that it reads osc variables, but how to do it. For example i would like to make a table and inside put a some php code like: 'product_descripton' 'productID=5' < if You know what I mean. I would add a product to the db and then make my custom pages. Anyone any idea how?

 

 

Thx

Pabchu

Posted

I will write more how I see it maybe some will have an idea how to do it.

 

Using wrapper for example. I have some products added to the db as normal.

 

than I have a table 1 where I want to ad <product ID 5 - product name >

in the next table <product ID 5 - desription >

next table < product ID 5 - product attributes >

next table < product ID 5 - add to cart link >

 

Any ideas how to do that?

 

Thx again

Pabchu

Posted

it would be good if I could inset a code like this to make quicker to make pages. I mean to make a code with those tables : product_name , description, attributes and buy link , and on the wrapper page I would insert <?php instert_my_new_magic_code id=3 ?>

 

id=3 would be id of the product in my db. I am not a programmer so... but I think it's understandable

 

 

and on the page I would insert my design and in the right places I would insert "new magic code" with proper id.

 

Can anyone help me with this?

 

Thanks very much.

 

Pabchu

Posted

ah crap... sorry about that, i'm not using those pages with a "buy" function. I use them to display informations only.. I'm not sure how to do what you want it to do :(

Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix
Posted

Another one. Maybe someone's got an idea how to put a link on other website that wil add a product to the cart in osc site.

 

??

THX

Posted

This is what I use:

 

<FORM name="cart_quantity" method="post" action="catalog/product_info.php?action=add_product"> 

<INPUT type="hidden" name="products_id" value="33">

           <INPUT type="image" title=" Add to Cart " src="images/46006_L.jpg" alt="Add to Cart" width="277" height="277" border="3">

           </FORM>

 

It isn't the best, but it works for me....

 

See it here: http://www.orphonsoul.com

 

Just make sure you change the product ID and image name

Angela

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...