X-Cart

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 ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-13-2003
Ing. Gustavo Edelstein
 
Posts: n/a
Default X-Cart

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

Reply With Quote
  #2 (permalink)  
Old 11-13-2003
Zhuravlev Alexander
 
Posts: n/a
Default 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
Reply With Quote
  #3 (permalink)  
Old 11-13-2003
Ing. Gustavo Edelstein
 
Posts: n/a
Default Re: [PHP] X-Cart

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
>

Reply With Quote
  #4 (permalink)  
Old 11-13-2003
Zhuravlev Alexander
 
Posts: n/a
Default 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...roductid=16131

Customer's page:
http://demo.x-cart.com/demo/customer...cat=247&page=1

-- zhuravlev alexander
Reply With Quote
  #5 (permalink)  
Old 11-13-2003
Ing. Gustavo Edelstein
 
Posts: n/a
Default Re: [PHP] X-Cart

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

Reply With Quote
  #6 (permalink)  
Old 11-13-2003
Zhuravlev Alexander
 
Posts: n/a
Default 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...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" ...)
Reply With Quote
  #7 (permalink)  
Old 11-13-2003
Ing. Gustavo Edelstein
 
Posts: n/a
Default Re: [PHP] X-Cart

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" ...)
>

Reply With Quote
  #8 (permalink)  
Old 11-13-2003
Zhuravlev Alexander
 
Posts: n/a
Default 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
Reply With Quote
  #9 (permalink)  
Old 11-13-2003
Ing. Gustavo Edelstein
 
Posts: n/a
Default Re: [PHP] X-Cart

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

Reply With Quote
  #10 (permalink)  
Old 11-13-2003
Zhuravlev Alexander
 
Posts: n/a
Default Re: [PHP] X-Cart

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
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:27 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0