Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Display Options price as Product price
Author « Topic »  

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 04/02/2019 :  19:30:52  
Without using Alt Prod ID in the options, is it possible to have the options price totals display as the product price on checkout rather than the product price being zero with the option prices listed below?

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

dbdave
ECT Moderator

USA
10468 Posts

Posted - 04/02/2019 :  19:38:12  
I use that Marshall.
Try this
quote:
Hide product option price difference

By setting the switch . . .
$hideoptpricediffs=true;
. . . you can hide the price difference in the product option drop down menus and the checkout page. Only the total price will be shown.

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 04/03/2019 :  05:22:14  
Works like a charm. Thanks. :)

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 04/03/2019 :  19:42:09  
Using $hideoptpricediffs=true; did cause a problem insofar as buyers had no idea in advance of what the prices were as they were not displayed in the dropdowns. However, I did come up with a solution. Above the inccart.php and incthanks.php tags in the cart.php and thanks.php pages, insert this
<?php
$hideoptpricediffs=true;
?>
This way the price displays as the product price, not option pricing.
For ASP use
<%
hideoptpricediffs=true
%>


Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000