Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Product Variants and Product Name, Product List Price

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #21  
Old 06-08-2012, 10:25 AM
 
cherkes cherkes is offline
 

Advanced Member
  
Join Date: Jul 2005
Location: So CA
Posts: 75
 

Default Re: Product Variants and Product Name, Product List Price

I am just implementing 4.4.5 from 4.1.8 and noticed this problem when testing my database migration. I really don't want to tackle a fairly major mod to get this to work, so I guess I will eliminate market price from anything that has variants. This is definitely something that should have been included in the cart system by now. I guess it must generate a lot of revenue for xcart. "Develop once and charge (full price) many times for the same mod."
__________________
Carl

xCart: Version 4.4.5
PHP: 5.4.26
MySQL Version: 5.5.36-34.0
Reply With Quote
  #22  
Old 06-08-2012, 10:37 AM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Default Re: Product Variants and Product Name, Product List Price

I totally agree.

Also a conversion stopper, showing from prices is marketing at its best.

Talk about a bummer
Can't believe I never noticed this before, have been running X-Cart since early 2005 ... me feel stupid.

I meanwhile removed the from text and at least the savings icon is there.

Big mod opportunity though, any mod developers around?
I would buy immediately(!) and since this is affecting all versions of X-Cart ... lot of potential I'd say!

Best would be: a mod that would automatically up the -normal- (from) price by calculating the difference in percentage between the normal price and cheapest variant, then executing this percentage automatically with other variants. Not 100% truth in some cases with all variants but a way to fix this without having to modify all variants in shops with a normal price.
Is better than having a lower normal price than the selling price and even more better than having no normal price ...

Maybe this is possible with some nifty if/then statement?
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote
  #23  
Old 06-08-2012, 10:47 AM
 
cherkes cherkes is offline
 

Advanced Member
  
Join Date: Jul 2005
Location: So CA
Posts: 75
 

Thumbs up Re: Product Variants and Product Name, Product List Price

Quote:
Originally Posted by Warwick
I totally agree.

Also a conversion stopper, showing from prices is marketing at its best.

Talk about a bummer
Can't believe I never noticed this before, have been running X-Cart since early 2005 ... me feel stupid.

I meanwhile removed the from text and at least the savings icon is there.

Big mod opportunity though, any mod developers around?
I would buy immediately(!) and since this is affecting all versions of X-Cart ... lot of potential I'd say!

You and me both. I like your idea of removing the text, so at least it would still say it was x% below market price. Clever.
__________________
Carl

xCart: Version 4.4.5
PHP: 5.4.26
MySQL Version: 5.5.36-34.0
Reply With Quote

The following user thanks cherkes for this useful post:
Warwick (06-08-2012)
  #24  
Old 06-08-2012, 10:50 AM
 
cherkes cherkes is offline
 

Advanced Member
  
Join Date: Jul 2005
Location: So CA
Posts: 75
 

Default Re: Product Variants and Product Name, Product List Price

Actually though, I just noticed that the "savings graphic" disappears unless the core product is selected. Bummer indeed.
__________________
Carl

xCart: Version 4.4.5
PHP: 5.4.26
MySQL Version: 5.5.36-34.0
Reply With Quote
  #25  
Old 06-08-2012, 10:58 AM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Default Re: Product Variants and Product Name, Product List Price

You sure? I don't have that, but could be that I already changed this earlier on, can't recall. At least this is doable with an if/then statement somehow.

Today I became aware of this variants normal pricing problem while one of my clients reported being called by clients (a lot!) asking why they had to pay more than the normal price ... ... call them dumb but this is and should be a true eye opener for all X-Cart shop owners!

A lesson in never to figure what you think is logical and will be understood the same way by others. Who knows how many sales this has cost you/us/any X-Cart webstore owner ...
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote
  #26  
Old 06-08-2012, 11:08 AM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Default Re: Product Variants and Product Name, Product List Price

Carl, checked my code for you (but be aware: it is 4.2.x):

It is in your product.tpl and I think this is taking care of it:

Code:
{if $product.taxed_price gt 0 && $product.list_price gt 0} <div class="save" id="save_percent_box"{if $product.appearance.market_price_discount eq ""} style="display: none;"{/if}> <span id="save_percent">{$product.appearance.market_price_discount}</span>%<br />Discount </div> {/if}

But wait, I see this twice in my code, so maybe I just added it again somewhere in the description section and thus it'll show ... I'm not a hardcoder unfortunately and fix some things through trial and error - without recollection.

I am quite sure I changed this in the past because something wasn't working correctly with the icon, have no memory what the issue was though ...

But with me the icon remains shown with selection of other variants - great because it shows the same percentage as discount with all of them.
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote
  #27  
Old 06-08-2012, 11:13 AM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Default Re: Product Variants and Product Name, Product List Price

But it could also be that the icon not showing with you is version related, I have no idea ...
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote
  #28  
Old 06-13-2012, 12:02 PM
 
cherkes cherkes is offline
 

Advanced Member
  
Join Date: Jul 2005
Location: So CA
Posts: 75
 

Default Re: Product Variants and Product Name, Product List Price

Just getting back to this. I will take a look. And since I just upgraded to 4.4.5, I need to update my signature also!
__________________
Carl

xCart: Version 4.4.5
PHP: 5.4.26
MySQL Version: 5.5.36-34.0
Reply With Quote
  #29  
Old 06-13-2012, 12:38 PM
 
cherkes cherkes is offline
 

Advanced Member
  
Join Date: Jul 2005
Location: So CA
Posts: 75
 

Default Re: Product Variants and Product Name, Product List Price

I decided to go through and clear list prices from all products that had variants (that had a negative impact). I am considering making my own set of discount icons and adding them to product descriptions. The only bad part about that is the time to add them manually.
__________________
Carl

xCart: Version 4.4.5
PHP: 5.4.26
MySQL Version: 5.5.36-34.0
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:24 PM.

   

 
X-Cart forums © 2001-2020