Can anyone tell me how to make the price red?![]()
Can anyone tell me how to make the price red?![]()
Hi Dan
Fab addon :) Well done
If you are still taking queries I seem to have hit the "status returned - not found" errors that have been reported before - however I cannot see the solution to this
I am using 1.3.9h
Yes I have CEON SEO module installed (as mentioned this might be the conflict?)
I tried this change
// if (_this.XHR.status == 200) {
if (_this.XHR.status == 200 || _this.XHR.status == 503) {
but that didn't help (in javascript_ajax_updater.php)
I also couldn't find yoru JS only version - I only could see the demo one that was still in test or DPV2 - which is older than the version uploaded?
Any help greatly appreciated
Thank you
Sarah
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Hi I have DPU installed and this great mod works fine but what I wanted to do was display some attributes as links (href) so when you click on one it changes the price and DPU, so I thought the easiest way would be to just change the attribute drop down and make it hidden all using this code:
<a href="javascript:void(0)" id="option1">£49.00</a>
<a href="javascript:void(0)" id="option2">£89,99</a>
<a href="javascript:void(0)" id="option3">£109.00</a>
<script>
$('#option1').click(function() {
$('select[name=id[2]] option[value=1]').attr('selected', 'selected');
});
$('#option2').click(function() {
$('select[name=id[2]] option[value=2]').attr('selected', 'selected');
});
$('#option3').click(function() {
$('select[name=id[2]] option[value=3]').attr('selected', 'selected');
});
</script>
id[2] is my attribute drop down box which changes fine but DPU does not update as I though it would any idea how I can get around this..
Thanks in advance.
Maxell
Well, i've installed the files ok,
read through the readme,
and.....nothing
am i missing something?
Cookiie
Heres a link
http://www.ezlivingfurniture.ie/bedr.../bedframe-test
Thanks!
Anyone there?
![]()
Found a new situation.
I've installed Ultimate Cross Sell module, and now DPU randomly shows the price from cross-sell items at the same page, not the "main item".
For example, the main item is $20, and cross-sell item is $10, then DPU will show the main item as $10 only. The good news is, it's still $20 when added to the shipping cart.
i know this is an old post, but i'm also trying to display the prices incl vat and excl vat, with the dynamic price updater of course :)
it briefly shows the price incl vat but then disappears...
this is the module for showing prices incl and excl vat: http://www.zen-cart.com/index.php?ma...roducts_id=848
I am doing something very similar to this and have been pulling my hair out for the past fortnight trying to solve the update problem! I thought a simple refresh on the radio button would solve it but it doesn't seem to work!
If anyone has any idea on how to solve this that would be fantastic!
Josh
Bookmarks