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
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 HELP - Option Prices Do NOT Change
Author « Topic »  

DTPwarrior
Advanced Member

USA
298 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  09:10:56  
Just changed to 6.9.4 and having a big problem.

Option prices do not change when a higher priced option is selected. The price is correct in the cart, but the customer thinks it is a certain price until it is in the cart.

This is a disaster.

Please help.


Doug
[url]https://www.paintandpowderstore.com[/url]

Andy
ECT Moderator

95440 Posts

Posted - 07/24/2018 :  09:12:35  
Hi Doug

Can you let me know a product to check?

Andy

Please feel free to review / rate our software

DTPwarrior
Advanced Member

USA
298 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  09:14:41  

Try MMW-0001.

AIT prices are $96 higher than the others.



Doug
[url]https://www.paintandpowderstore.com[/url]

DTPwarrior
Advanced Member

USA
298 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  09:15:56  

Another to try: MM-1190-BA



Doug
[url]https://www.paintandpowderstore.com[/url]

Andy
ECT Moderator

95440 Posts

Posted - 07/24/2018 :  09:27:46  
I see it on your store but not on my test store so there may be a difference in the set up.

I know you are using

$hideoptpricediffs=true;

in includes.php and these aren't using the alt prod id feature - anything else option related you have set?

Andy

Please feel free to review / rate our software

DTPwarrior
Advanced Member

USA
298 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  09:35:21  

The only other includes statement is:
$noproductoptions=TRUE;

But it has always been there.

Should I email you my FTP info for you to take a look?


Doug
[url]https://www.paintandpowderstore.com[/url]

Andy
ECT Moderator

95440 Posts

Posted - 07/24/2018 :  09:41:13  
Send me on your control panel login so I can check the set up there. I would also in the meantime run the updater on the store again in case one or more files didn't make it across.

Andy

Please feel free to review / rate our software

Andy
ECT Moderator

95440 Posts

Posted - 07/24/2018 :  09:53:14  
I think I see one problem

<style>
<script type="text/javascript" src="/js/ectcart.js"></script>

That shouldn't be in a <style> tag

<script type="text/javascript" src="/js/ectcart.js"></script>
<style>

Andy

Please feel free to review / rate our software

DTPwarrior
Advanced Member

USA
298 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  10:01:52  

I just added to each page the following per the instructions:

<script type="text/javascript" src="/js/ectcart.js"></script>

I put it above the </head> tag but may inserted it wrong in some of those pages.




Doug
[url]https://www.paintandpowderstore.com[/url]

Andy
ECT Moderator

95440 Posts

Posted - 07/24/2018 :  10:03:41  
You need to move it from where it is to before the <style> tag

<script type="text/javascript" src="/js/ectcart.js"></script>
<style>
<script type="text/javascript" src="/js/ectcart.js"></script>
/* Details Page Sharing Buttons */

div.socialmediabuttons{
float:left;
width:98%;
padding:10px;
border:1px solid #ccc;
margin:4px;
background:#e7e7e7;
}

Andy

Please feel free to review / rate our software

DTPwarrior
Advanced Member

USA
298 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  10:07:35  
[left]
In which file?
</div>

[left]Doug
[url]https://www.paintandpowderstore.com[/url]</div>

Edited by - DTPwarrior on 07/24/2018 10:08:32

Andy
ECT Moderator

95440 Posts

Posted - 07/24/2018 :  10:09:06  
The problem here is on proddetail.php but it shouldn't be in that location in any file you have added ectcart.js to.

Andy

Please feel free to review / rate our software

DTPwarrior
Advanced Member

USA
298 Posts

Pre-sales questions only
(More Details...)

Posted - 07/24/2018 :  10:25:30  

Thanks Andy. That worked. Seems the only instance occurred in the proddetail.php page.

I appreciate your help.


Doug
[url]https://www.paintandpowderstore.com[/url]

Andy
ECT Moderator

95440 Posts

Posted - 07/24/2018 :  10:28:36  
That makes sense as it was stuck in the social media icons css. Glad it's fixed!

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000