This is a discussion on X-Cart within the PHP General forums, part of the PHP Programming Forums category; Hi list members, Has anybody been working with the software X-Cart ? Thanks, Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi list members,
Has anybody been working with the software X-Cart ? Thanks, Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com |
|
|||
|
Hi Alexander,
Lets say i'll sell T-Shirts. They comes is differents sizes (S, M, L, XL...) and I've different stock amounts for each one of them and different price. When the user finds the desired T-Shirt (model, color, etc), the product.tpl must show different sizes and prices in order to be selected by the user. How can I do that ? Thanks in advance. Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com ----- Original Message ----- From: "zhuravlev alexander" <a_zhuravlev@hotmail.com> To: "Ing. Gustavo Edelstein" <gedelstein@equiplus.com> Cc: <php-general@lists.php.net> Sent: Thursday, November 13, 2003 4:22 PM Subject: Re: [php] X-Cart > On Thu, Nov 13, 2003 at 02:54:35PM -0300, Ing. Gustavo Edelstein wrote: > > Hi list members, > > > > Has anybody been working with the software X-Cart ? > > Yes, we are. > > Which question do you have? > > > -- zhuravlev alexander > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > |
|
|||
|
On Thu, Nov 13, 2003 at 04:39:35PM -0300, Ing. Gustavo Edelstein wrote:
> Hi Alexander, > > Lets say i'll sell T-Shirts. They comes is differents sizes (S, M, L, XL...) > and I've different stock amounts for each one of them and different price. > When the user finds the desired T-Shirt (model, color, etc), the product.tpl > must show different sizes and prices in order to be selected by the user. > How can I do that ? You could do this in your admin interface (Products | Modify products | choose your product id | select T-shirt | Modify ). And near the middle of the page there is "Products options form". For example: Admin page: http://demo.x-cart.com/demo/provider...roductid=16131 Customer's page: http://demo.x-cart.com/demo/customer...cat=247&page=1 -- zhuravlev alexander |
|
|||
|
Thanks Alexander, I've already saw this demo, but what happens with the
stock amount and the price for that size? How do I rest the amount bought from the right size and show the right price for that size ? Remember that i need to have different stock amounts and prices. Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com ----- Original Message ----- From: "zhuravlev alexander" <a_zhuravlev@hotmail.com> To: "Ing. Gustavo Edelstein" <gedelstein@equiplus.com> Cc: "zhuravlev alexander" <a_zhuravlev@hotmail.com>; <php-general@lists.php.net> Sent: Thursday, November 13, 2003 5:17 PM Subject: Re: [php] X-Cart > On Thu, Nov 13, 2003 at 04:39:35PM -0300, Ing. Gustavo Edelstein wrote: > > Hi Alexander, > > > > Lets say i'll sell T-Shirts. They comes is differents sizes (S, M, L, XL...) > > and I've different stock amounts for each one of them and different price. > > When the user finds the desired T-Shirt (model, color, etc), the product.tpl > > must show different sizes and prices in order to be selected by the user. > > How can I do that ? > > You could do this in your admin interface (Products | Modify > products | choose your product id | select T-shirt | Modify ). > And near the middle of the page there is "Products options form". > > For example: > Admin page: > http://demo.x-cart.com/demo/provider/product_modify.php?productid=16131 > > Customer's page: > http://demo.x-cart.com/demo/customer/product.php?productid=16131&cat=247&pag e=1 > > -- zhuravlev alexander |
|
|||
|
On Thu, Nov 13, 2003 at 05:28:49PM -0300, Ing. Gustavo Edelstein wrote:
> Thanks Alexander, I've already saw this demo, but what happens with the > stock amount and the price for that size? How do I rest the amount bought > from the right size and show the right price for that size ? Remember that i > need to have different stock amounts and prices. looking at http://demo.x-cart.com/demo/provider...l_prodopts.php Cover Choose cover 10 Soft Hard=+5 I came up with idea that you could write your own options M=+5 XL=+7 in http://demo.x-cart.com/demo/provider...roductid=16131 (+5 I guess mean "additional 5 dollars" ...) |
|
|||
|
Ok, but what about the different stock amounts for every size ?
Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com ----- Original Message ----- From: "zhuravlev alexander" <a_zhuravlev@hotmail.com> To: "Ing. Gustavo Edelstein" <gedelstein@equiplus.com> Cc: "zhuravlev alexander" <a_zhuravlev@hotmail.com>; <php-general@lists.php.net> Sent: Thursday, November 13, 2003 5:51 PM Subject: Re: [php] X-Cart > On Thu, Nov 13, 2003 at 05:28:49PM -0300, Ing. Gustavo Edelstein wrote: > > Thanks Alexander, I've already saw this demo, but what happens with the > > stock amount and the price for that size? How do I rest the amount bought > > from the right size and show the right price for that size ? Remember that i > > need to have different stock amounts and prices. > > looking at > http://demo.x-cart.com/demo/provider/global_prodopts.php > Cover Choose cover 10 Soft > Hard=+5 > > I came up with idea that you could write your own options > M=+5 > XL=+7 > in http://demo.x-cart.com/demo/provider/product_modify.php?productid=16131 > > (+5 I guess mean "additional 5 dollars" ...) > |
|
|||
|
Yes, I've tried it and it's correct, but what about stock amounts ??
Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus S.A. www.equiplus.com ----- Original Message ----- From: "zhuravlev alexander" <a_zhuravlev@hotmail.com> To: "Ing. Gustavo Edelstein" <gedelstein@equiplus.com> Cc: "zhuravlev alexander" <a_zhuravlev@hotmail.com>; <php-general@lists.php.net> Sent: Thursday, November 13, 2003 6:27 PM Subject: Re: [php] X-Cart > On Thu, Nov 13, 2003 at 06:12:28PM -0300, Ing. Gustavo Edelstein wrote: > > Ok, but what about the different stock amounts for every size ? > > M=+5 mean product cost + 5 dollars for middle sized t-shirt. > just try ... > > -- zhuravlev alexander |
|
|||
|
On Thu, Nov 13, 2003 at 06:31:39PM -0300, Ing. Gustavo Edelstein wrote:
> Yes, I've tried it and it's correct, but what about stock amounts ?? To my mind you should make t-shirt of each color as individual product with corresponding stock amount. -- zhuravlev alexander |