Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Attributes


Lucky Bastard

Recommended Posts

Hi,

 

I offer a subscription service, and customers have the choice of purchasing the subscription for a term, say ranging from 1 - 3 years on some subscriptions, others may have other varying terms - say just 1, or 1-2 years, etc...

Each subscription term is to be a multple of the price for a term of 1.

Say, purchase the subscription for:

1 year : cost $10

2 years : cost $20

3 years : cost $30

...etc

 

..also if the subscription/product was on special it would be a multiple of the special price.

 

Is this possible using attributes taking in to consideration the following...I don't for obvious reasons want to hardcode the price for each subscription term for a certain subsription in the attribute - it woul dbe too messy and prone to error, I would prefer it to just do the price multiple at run time on the fly.

 

If this isn't possible in the regular install of osC are there any contributions that you know of that may cover this?

 

Does that make sense?

Link to comment
Share on other sites

there is a contribution to multiply the price.

If you search for multiplication in the contribution area you'll definitely find it.

 

Carine

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

there is a contribution to multiply the price.

If you search for multiplication in the contribution area you'll definitely find it.

 

Carine

Any change this is the contribution you are referring to:

http://www.oscommerce.com/community/contri...+multiplication

 

If this is the one then it seems to predate the current osC version. Does anyone have any idea by looking at the code if it would be compatible?

Link to comment
Share on other sites

I looked at the code a while back and it seemed compatible to me.

Suggest you try it out, if it is not, I'll help you to fix it at no (extra) charge LOL

 

Carine

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...