Re: My Add-On for MAP (mininum advertised price).
I have just installed this on 1.5 and it does what it says. All good
The problem is that my store prices are in £ and display correctly without the mod. When MAP is used the price is prefixed with $.
I have looked it the new files and can't see where to change this.
Any ideas?
Re: My Add-On for MAP (mininum advertised price).
Re: My Add-On for MAP (mininum advertised price).
Probably need to change the $ symbol in the plugin's customised version of functions_prices.php:
Code:
return '<span class="map_pricing">$'.round ($map_price, 2).' '.MAP_PRICE_STORE_FRONT_TEXT_WITH_MAP_PRICE_DISPLAYED.'</span>';
Re: My Add-On for MAP (mininum advertised price).
Re: My Add-On for MAP (mininum advertised price).
Quote:
Originally Posted by
lukemcr
Quote:
Originally Posted by
lukemcr
Can someone please explain exactly what the solution is? I'm not familiar with php coding.
From my understanding, something has to be added or modified in includes/functions/functions_prices.php
Re: My Add-On for MAP (mininum advertised price).
Ok I am using ZC 1.5.1 and when I install The MAP mod it works great except that in admin it removes my entire configuration menu so all I have under configuration is "Logging" I have searched and searched and am completely lost as to what could cause this. www.crystals-place.com
Re: My Add-On for MAP (mininum advertised price).
Anyone know how to fix the truncated zero?
$1.50 shows as $1.5 with this add on.
Re: My Add-On for MAP (mininum advertised price).
I just installed this mod (seemed to be one of the easiest I have installed) and then went into my admin/catelog/categoryproducts and selected a product to test it on. Sure enough 2 new fields were in my product edit page and so I selected "yes" to enable MAP pricing and then set a MAP price a couple of dollars higher than my net price. I hit preview and it showed me in red that "it will not display the lower price except in the shopping cart. Looked right to me so I hit the update button and tied out the product on my site. Didn't happen. I went back to the product editing page and the two fields were back to where they were before editing. I attempted this a couple more times with no luck. The changes I was making weren't staying. Any ideas?
Re: My Add-On for MAP (mininum advertised price).
Quote:
Originally Posted by
khuna
I just installed this mod (seemed to be one of the easiest I have installed) and then went into my admin/catelog/categoryproducts and selected a product to test it on. Sure enough 2 new fields were in my product edit page and so I selected "yes" to enable MAP pricing and then set a MAP price a couple of dollars higher than my net price. I hit preview and it showed me in red that "it will not display the lower price except in the shopping cart. Looked right to me so I hit the update button and tied out the product on my site. Didn't happen. I went back to the product editing page and the two fields were back to where they were before editing. I attempted this a couple more times with no luck. The changes I was making weren't staying. Any ideas?
Does anyone have an answer for this?
Re: My Add-On for MAP (mininum advertised price).
I've just installed some jquery js on my site (datepicker calendar & faq-type display) along with COWOA. All is on v1.5.1. All worked fine before, now no prices show. In the source code it'll just show <span class="map_pricing"></span> with no price whatsoever. Any ideas?