Does anyone know if this mod works on the Product Type Book for product types?
Thanks, Kim
Printable View
Does anyone know if this mod works on the Product Type Book for product types?
Thanks, Kim
I'm still trying to get this to work. I think that I'm on the right track. I'm just not sure on how to go about doing this. I think I need to add a class after ".TEXT_PRODUCT_OUR.". Every time I try doing this, my product page is blank.
Here is the area of includes/functions/functions_prices.php file that I'm changing.
Does any one know how to add a separate class within another class. Or would I end that class and start a new one?PHP Code:
$save=$display_msrp_price-$display_normal_price;
$final_display_price = '<span class="smalltext1"><s>'.TEXT_PRODUCT_MSRP.$currencies->display_price($display_msrp_price, zen_get_tax_rate($product_check->fields['products_tax_class_id'])).'</s></span><br><span class="save">'.TEXT_PRODUCT_SAVE .$currencies->display_price($save, '').' ('. number_format((($display_msrp_price - $display_normal_price) / $display_msrp_price), 2, '.', '') * 100 . '%)'.'</span><br><span class="norm">'.TEXT_PRODUCT_OUR.$show_normal_price . $show_special_price . $show_sale_price . $show_sale_discount.'</span>';
Im using this module with local tax (Australian GST) and it seems that when i add a product which is taxable and enter a RRP price it does not add tax to this anyone have a fix?
Thanks
Ok i finally worked out my problem but not sure of how to fix it.
I currently use the tax class for all products which in Australia is 10%. Now when i add a product i select the tax class add a MSRP price in my case the RRP is: $99 (inc GST) the Product Gross (inc TAX) price is: $67.00 and the NET price (ex TAX) is $60.9091.
When the above information is used the saving is worked out as follows:
RRP: $99.00
Save: $38.09 (38%)
Our Price: $67.00
These figures are wrong. The saving that has been calculated here seems to be RRP price ($99) minus NET price (ex TAX) which is $60.9091 which gives the above figure. So it seems to me that the module is using the NET price to work out the saving.
The correct way to display the saving would be RRP price ($99.00) minus GROSS price (inc TAX) which should read:
RRP: $99.00
Save: $32.00 (32%)
Our Price: $67.00
Anyone know how i can make it use the GROSS amount instead?
how do you remove the msrp from an item?? i have an item which i added the MRSP to and then added atributes to. came to remove the mrsp a month later ie when to admin porduct and deleted and preview and save but the msrp still remains.... how do i get rid??
i have tried even changing the price on the msrp in the admin to a high price and still it remain at the old price.
tried with and without priced by atribution option on and off
also tried deleting all the atribues etc and still no joy!! cant seem to be abkle to update the msrp
just been and tried to change an item MSRP and i am unable to change the price!!
Has anybody installed this on the latest version Zen Cart 1.3.9h ? Any information would be appreciated. Thanks.
I only get
Tax Class: (which I have set to) Taxable Goods
Products Price (Net):
Products MSRP:
I appear to have lost the Products Price (Gross ) when I was expecting to have an EXTRA input field similar to this
Tax Class: Taxable Goods
Products Price (Net):
Products Price (Gross )
Products MSRP:
Can anyone explain to me please
Thanks in advance
Steve
I've read through the 22 pages but still can't seem to solve my problem, and I'm sure that it's something that I overlooked. The problem I'm having is that the discounted price isn't showing up on the website.
I followed the instructions, copying the files along the way, and have done that a few time with no luck. I'm able to input the MSRP price on the products page but nothing shows up. Any advice?
http://vinniessurplus.com/transfer/MSRP.png
http://vinniessurplus.com/transfer/MSRP2.png
Did you add the sql statement to your database?
Did you manually install the MSRP mod to each file or did you just upload the package. Zen cart core files has change a lot since the module was written so I highly recommend using a merging program, such as WinMerge
(http://winmerge.sourceforge.net/) to merge the files together.
PHP Code:
ALTER TABLE products ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
I did run the sql statement through the Tools -> Install SQL Packages and it seemed to update just fine. I looked in phpmyadmin and the column was in the correct table.
As for adding the files, I copied over the files from the download to their corresponding folders. I didn't manually put the code into each file along the way.
Would you know of a program such as WinMerge for the Mac? Would that really help all that much at this point? If it helps, the site is vinniessurplus.com.
The program works well. I think my problem now is that I didn't back up the original files for some reason. I'm an idiot. Is there an easy way to get the original files and then upload them again?
nm, I have the files. Time to see if manually adding this will make it work.
Another question then. What file handles the display for the products?
Too funny. I changed the template and there it was. So it installed correctly but I'll have to play with the template to make it work the way I want it.
Hello,
I have installed the MSRP module. It does work just fine on the sidebox :New Products". However, nothing shows up on the main product info page. I am using the 1.39hV with modern zen template from RubiksCube.
Any help is appreciated.
djace
OK, I can't afford to pull out anymore hair so I'm begging for help.
I downloaded and redownloaded the MSRP mod. The database step worked ok and the products_msrp table is in the database.
BUT, my admin product pages do not have the MSRP field for entry of retail prices. There are no problems, error messages and everything else is ok.
I used the 2 step method at the beginning of the Installation Instructions.
website is www.herbschina.com. Any ideas as to what is wrong??
Thanks for your help,
Marv
Someone please help!!!
Make sure you have uploaded all files, and if you are using a custom folder make sure you have renamed the admin folder to your custom folder name. If you are using the latest version of zen cart you need to take the core files that zen cart uses and merge the MSRP module files with the latest new modified core files zen cart uses with a file merger program like WinMerge or Beyond Compare. The reason you don't have that field is because in /admin/includes/modules/product/collect_info.php that file didn't upload right and is out of date. You will be better off to merge the MSRP files with the latest version of zen cart modified core file. Hope this helps.
countrycharm,
Thanks a bunch. It works great. Maybe my hair can start growing back, LOL.
Marv
Another question.
Is there a way to make the MSRP pricing show in the "preview" page before updating in case I entered the wrong price?
How do you go about deleting this addon from the database???
To install it you need to add this below but how about to uninstall it???
Code:ALTER TABLE products ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
Great mod! I am altering it a little for my needs. I have removed the line that shows the amount saved over MSRP because this site is only selling to distributors. I have prices hidden on my site unless account is verified. I would like it to still show the MSRP even if the user is not logged in. Is this possible?
Thanks
Still trying to figure this out if anyone has any ideas. My thoughts were I could add a line to my "tpl_product_info_display.php" that pulls the MSRP and displays it on the page. Then I could remove the code that displays the MSRP in the block price where it normally shows up. Similar to how I removed the amount saved over MSRP line. I am no coder... I can sometimes figure things out by trial and error but this is a little above my head.
I am trying to see if it is possible, before I install this MOD, to do what I need.
Currently I use Easy populate for all my price changes and updates as I have several thousand products on my site at any one time. Is there a way to upload the spreadsheet with all these products on showing the MSRP and my price?
I am assuming that this can be done being that what you are editing is the same thing as what Easy Populate uses, but if someone could confirm it would be greating appreciated.
I am not sure if I am the only one but when i download the file it comes in as a RAR file and I can not read it. Does everyone else have this trouble?
You just need an extraction utility. A nice open source one you can use is 7-zip. You can get it from filehippo.com. Once installed just right click > 7-zip > Open archive.
As of installing this addon today, all my products are showing up with the product's price as the shipping weight!
This happens on the front side, as well as the back end.
I think it's a simple issue but I don't know what it is.
Which of the modified files should I suspect?
Still trying to figure this out. Is there a way to display the MSRP even if the user is not logged in and the site requires log in for pricing. I do not want a New User to see price but MSRP is OK.
Hi all, I've installed MSRP and its all working great but i just cant get it looking right on the listings page. It looks like this.
www-nikolasmichaeljewellers-co-uk/index.php?main_page=index&cPath=23
Retail Price:
£1,980.00
You save:
980.00 (49%)
Our Price: £1,000.00
and i want it to look like this
Retail Price: £1,980.00
You save: £980.00 (49%)
Our Price: £1,000.00
So how can i stop the word wrap or control the size of the box so it displease correctly. i have been messing around with the stylesheet.css, stylesheet_main.css and stylesheet_tm.css. but nothing i do gets it to look right. I'm completely stuck now so any help would be great. Thanks
Its OK i finely got it, all i had to do was put the width in listingDescription in the stylesheet_main.css :clap:
I need help please! My msrp prices are not showing up on the listings.
In the admin area I have a place to insert the msrp price now. On the cat/products page the price shows as:
TEXT_PRODUCT_MSRP$92.00
TEXT_PRODUCT_SAVE24%
TEXT_PRODUCT_OUR$70.00
with a slash through the msrp. But nothing is appearing on the front end. I have reload this several times, but still can't figure this out. I used mySql and downloaded everything manually. Sorry, I don't know enough code: I'm kind of a monkey see, monkey do.
Thanks in advance.
What do you have in your \includes\languages\english.php?
Do you this in there?
define('TEXT_PRODUCT_MSRP', 'Retail Price: ');
define('TEXT_PRODUCT_SAVE', 'You save: ');
define('TEXT_PRODUCT_OUR', 'Our Price: ');
Thanks! Yes, I do.
I tried changing it, but it still shows up the same way in the admin, and nothing still on the front end.
I have mine located here. includes/languages/english/extra_definitions/your_template/product_info.php
define('TEXT_PRODUCT_MSRP', 'Retail Price: ');
define('TEXT_PRODUCT_SAVE', 'You save: ');
define('TEXT_PRODUCT_OUR', 'Our Price: ');
One quick question. Are you putting this in the \includes\languages\english.php or are you putting it in the admin\includes\languages\english.php?
The one in the \includes\languages\english.php should be:
define('TEXT_PRODUCT_MSRP', 'Retail Price: ');
define('TEXT_PRODUCT_SAVE', 'You save: ');
define('TEXT_PRODUCT_OUR', 'Our Price: ');
The one in the admin\includes\languages\english\product.php should be:
define('TEXT_PRODUCTS_MSRP', ' MSRP: ');
define('TEXT_PRODUCTS_OUR_PRICE', ' Our Price: ');
define('TEXT_PRODUCTS_SALE', ' Sale Price: ');
define('TEXT_PRODUCTS_SAVINGS', ' You Save: ');
define('TEXT_PRODUCTS_PRICE_MSRP', 'Products MSRP:');
You don't add anything in the admin\includes\languages\english\english.php
I took a look at everything again. I don't have a includes/languages/english/extra_definitions/your_template/product_info.php.
My \includes\languages\english.php and
admin\includes\languages\english\product.php
are like above. :dontgetit
Do you have a link to an example of where is is doing it?
Here is a link-- nothing happening:
http://birdwaterandbombay.com/index....roducts_id=291
Hi how can i get the you save price to display including VAT??
my store shows the following
Retail Price: £480.00
You save: £275.00 (69%)
Our Price: £150.00
the 275.00 shown is without VAT as the saving is £330 (275 + 20% vat)
how can I fix this?
how can i make the you save price display including VAT???
i have tried reinstalling the mod to make sure nothing missing and still the same!
Is this now un supported??
Goto (approx) line 290 of
includes\functions\functions_prices.php
and replace the block of code starting with "if ($display_normal_price == 0) {" with the code below:
PHP Code:
if ($display_normal_price == 0) {
// don't show the $0.00
if(($display_msrp_price!='')&&($display_msrp_price!='0')){
$save=$display_msrp_price-$display_normal_price;
$final_display_price = '<span class="pblock">'.TEXT_PRODUCT_MSRP.'</span><span class="smalltext1"><s>'.$currencies->display_price($display_msrp_price).'</s></span><br><span class="pblock">'.TEXT_PRODUCT_OUR.'</span><span id="elPrice" class="norm">'.$show_special_price . $show_sale_price . $show_sale_discount.'</span><br><span class="pblock">'.TEXT_PRODUCT_SAVE.'</span><span class="save">'.$currencies->display_price($save, '').' ('. number_format((($display_msrp_price - $display_normal_price) / $display_msrp_price), 2, '.', '') * 100 . '%)'.'</span>' ;
} else {
$final_display_price = $show_special_price . $show_sale_price . $show_sale_discount;
}
} else {
if(($display_msrp_price!='')&&($display_msrp_price!='0')){
$save=$display_msrp_price-$display_normal_price;
$final_display_price = '<span class="pblock">'.TEXT_PRODUCT_MSRP.'</span><span class="smalltext1"><s>'.$currencies->display_price($display_msrp_price ).'</s></span><br><span class="pblock">'.TEXT_PRODUCT_OUR.'</span><span id="elPrice" class="norm">'.$show_normal_price . $show_special_price . $show_sale_price . $show_sale_discount.'</span><br><span class="pblock">'.TEXT_PRODUCT_SAVE .'</span><span class="save">'.$currencies->display_price($save, '').' ('. number_format((($display_msrp_price - $display_normal_price) / $display_msrp_price), 2, '.', '') * 100 . '%)'.'</span>' ;
} else {
$final_display_price = $show_normal_price . $show_special_price . $show_sale_price . $show_sale_discount;
}
}
guess that not for me... as it made no difference just changed to order and layout. lol
Price: Retail Price: £568.09
Our Price: £249.99
You save: £359.77 (63%)
Hey gang, quick question, I've been reading through this topic and haven't found anyone with my setup. I am hosted with Hostgator and when they installed ZenCart, they changed the 'admin' folder name to 'manage', and there are no folders or files with the prefix of 'zen_'.
Do you think it would be best for me when I install MSRP to do it manually all the way through rather than just copy the admin folder (changing the name to manage) and the includes folder and then just making the two required other changes.
I'm thinking that it might be better to do it manually so that I can make sure any reference to the admin folder is changed and also that any files that have the prefix on it, the prefix is removed.
Any suggestions or recommendations would be greatly appreciated.
Thanks
Disregard the previous post, I went ahead and installed it manually just to be safe. It shows up when I enter a product and it's price, then I click 'Preview' then "Update" and in IE9 I get a page not found, Firefox hangs up on an empty page, Google chrome gives me an error message saying:
The website encountered an error while retrieving http://xx.xx.xxx.xxx/~name/manage/pr...9fc78260456d8f. It may be down for maintenance or configured incorrectly.
'manage' is the same as 'admin'
I have sent a ticket into the hosting company support but not sure if they will help with MSRP but thought they might be able to see if it was an error on the server that caused it.
Thanks
Looking good so far, does anyone know where and what I need to modify in order to reduce the size of the font for all three lines? I would like to make it smaller as it's overlapping other text on my home page with the template I'm using. It might work if I can just remove the 'bold' from the code but not sure what to put in it's place. If that doesn't correct it then I would probably need to figure out how to make the font smaller.
Any help would be greatly appreciated.
Thanks
Jim
Example of what it looks like now except that the Our Price line is on top of the More Details text.
Retail Price: $189.95
You save: 32%
Our Price: $129.95
More details
Anyone have any ideas on this problem? It seems to work great except for this. If you need to see what I'm talking about click on the link in my signature, this site isn't complete yet but if you look at the home page at the first item under "New Products for April" you'll see what it is doing. It looks terrible the way it is.
Thanks
Jim
I'm having a rather odd issue with the MSRP contrib.
I had GoDaddy take my site down because I exceeded a file limit. This broke my Add to Facebook contrib as well as my MSRP contrib.
What happens is this:
On all products that were made previous to godaddy taking me down, the MSRP stuff is coming up just fine.
However, on newly added products or when making an update, msrp data does NOT show on the public side and will NOT show up when you go in to edit the product. You get a blank box to fill it in, and when you preview and then save, you get no error and no retained MSRP data.
It's not throwing any errors, and I just went through the installation again and it all seems right. I'm really struggling with this one.
An update to my post:
Im not sure if it is at all related but near the godaddy failure I installed easypopulate, but that addon has caused no issues and seems to work as intended.
Still need help!
Well, a little bit of a duh moment.
I thought about it more, and decided that since old MSRPs were showing up and only new ones weren't being added or updated, it HAD to be a problem in the update_product or collect_info pages.
I made a backup of my update_product and just copied directly the included file from the MSRP contrib and tada!
Even though I went through step by step multiple times on the instructions, there must have been SOME issue on the update_product page.
This was a good thought experiment, because it was the symptoms that diagnosed it 100%.
I am trying to get this to work with music_products.
I have edited all the files to the instructions.. yet I also had to edit files relating to the music_products such as: admin/modules/product_music/collect_info.php etc...
however, once I am completely done I see the MSRP section in the "Product Master Category:" for my music items however, the display page to the customer doesn't show the MSRP and savings. As if I didn't apply the mod at all.
So basically the backend is working great. I can add the MSRP when creating or editing music_products but the customer can't see what the mod is supposed to do.
Any help with this would be grand! thank you
I guess I do have a clue to what might be wrong thou...
still can't see MSRP on the product page however in the admin edit product section all the music stuff
Recording Artist: -none-
Record Company: -none-
Music Genre: -none-
I can populate the info with selections and as soon as I click [Preview] then [Update] and return to the edit page the data is gone.
strange.
Fixed the -none- issue by winmerging the admin/includes/modules/product/collect_info.php with my music file admin/includes/modules/product_music/collect_info.php
but... still trying to get this MSRP to show up on my store/index.php?main_page=product_music_info pages.
Hi there,
I'm looking to find a way to display the MSRP price only on the product info page and display the old classic style pricing on the rest of the pages.
Anyone attempted this or has any ideas how to do it?
HI, I am using Ceon URI Mapping v4 and have now installed MRSP which works fine, The problem is that it has stopped Ceon URI Mapping v4 from working.
The problem appears to be in the collect_info php.
I have tried merging the ytwo files but to no avail.
Can someone tell me how to get both add ons working together please?
Regards
Anyone please?
Great that you are running both, so it can be done.
They both use a file called collect info php so if you upload one from ceon it overwrites the one from this mod.
Would you be so kind as to forward me your file
store/admin/includes/modules/product/collect_info.php
Thanks
Just wanted to let you all know that I just uploaded the upgraded (to 1.39h) version of this contribution to the contribs section and it will be posted as soon as it's approved.
I added the copy product function in and changed the language files as well to extra_definitions files instead of editing the core files.
Please let me know if I have created any problems but please understand that I do not intend on supporting this mod in this forum thread.
Thanks for the update.
Do I have to uninstall the old version first or should the new one install over the top without issues?
you can install the admin files over the old but there is a new file for the catalog languages. Nothing bad will happen if you leave the old changes in - unless you decide you want to change that text. Then you might see problems because the text will exist in three places. Editing one may not work - not sure which one will override the others.
Thanks, I will try it when it has been approved and is in the downloads area.
The updated contribution has been posted:
http://www.zen-cart.com/index.php?ma...oducts_id=1140
I have just updated to the latest version of this mod and unfortunatly it still conflicts with the latest version of ceon url mapping.
The files that both mods seem to share are:
admin/includes/modules/product/collect_info.php
admin/includes/modules/copy_to_confirm.php
admin/includes/modules/update_product.php
Can someone produce merged files that will work with both of these great mods?
Thanks
I want to use this mod but before I do I had a question.
The looks of this mod are basically this on the product page:
But how would this look on the product page If I applied a product special discount? Lets say the price is $60 now using the special discount feature in zen-cart. How would the product page look now?Quote:
Retail Price: $92.00(Crossed out)
You save: $22.00 (24%)
Our Price: $70.00
The problems I am having with MSRP is for some reason when it displays on the website it appears as :
TEXT_PRODUCT_MSRP$45.95
TEXT_PRODUCT_SAVE$25.95 (56%)
TEXT_PRODUCT_OUR$20.00
instead of :
MSRP: $45.95
You Save: 25.95 (56%)
Our Price: $20.00
can someome help mewith this ?
I know that the define section in the MSRP.php is not being called correctly.
I can not find what exactly I need to change.
Please someone help.
Thanks.
Never mind, I got it to work.
I placed the MSRP.php in the wrong folder.
Thanks.
I know that others have had the issue of the text not appearing correctly...looking something like the following:
TEXT_PRODUCT_MSRP$45.95
TEXT_PRODUCT_SAVE$25.95 (56%)
TEXT_PRODUCT_OUR$20.00
I fixed this by editing the functions_price.php file in the following directory:
includes/functions/functions_price.php
I edited lines 298 and 305 and simply deleted the text in front of MSRP, SAVE and OUR. You could modify the text to anything you like.
I hope this helps other that have run into this issue. Good luck!
While I understand RRP, I would like to know what the letters MSRP actually stand for.
It would be convenient if the answer was given on the mod download page.
TIA.
Hi this might be an obvious jigging of code to some but just wondering whether it would be possible to accomplish the following using this module
Basically we are a wholesaler and sell items usually in bulk e.g.
Price: 8.88
Product Code: ODRL6016
Delivery/Shipping Weight: 1kg
Brand/Manufacturer: Oatfield
Product Count per Box: 24
Recommended Retail Price per Unit: 0.60
The Coung and RRP file are extra product fields. I want to display to the buyer (i.e. the retailer in this case) the POR (profit on realisation). I thought that perhaps the MSRP mod could lend itself to this. Therefore the POR would have to take into account that the actually unit price is 8.88/24 = 0.37 per product. But the VAT has to be included here too as the RRP includes the VAT. This would bring the unit price to 45.5p and thus the Retail Profit is 33%. As wholesalers this is one way of promoting sales by attracting buyers based on their potential profit margin.
So just wondering if anyone had any ideas how to re-jig this code to do this or is there another module out there that might be more suitable. Lot in this I know but may be someone can point me in the right direction. Thanks.
I installed this on a clean 1.5 install. It seems to be working. Not being intimately acquainted with the inside workings of ZC 1.5 is there anything I should be checking to make sure I haven't missed something?
This addon was found by another ZCer as a possible fix for my situation. And I came to find out if it was working on ZC v1.5 ... guess not too many have implemented it.
ZeroGravity - please keep us abreast as to if you do or do not encounter problems with this mod.
I currently have on the v1.5 cart the following mods - will I encounter any conflicts?
a) Monthly Sales and Tax Summary Report
b) CKEditor
c) Image Manager (similar to Image Handler, but less files)
d) Column Grid Layout
Sorry for not posting back with my experience. I put it down to baby fog!! A three week old is really playing havoc with the sleep patterns.
I installed the plugin on a development site and it seems to be working. My client has gone in and added all the MSRPs. They saved and are showing on the site. If little green monsters start to appear I shall let you know.
Other plugins currently on the site are.
1) CEON SEO URL's
2) Zen Lightbox
3) CKEditor
4) Backup MYSQL
Congrats on the newborn! :clap:
I think I'll go ahead on install this addon ... just hope there's no problem. :lamo:
Ok, I have installed the addon. No installation problems or errors ... onto the new ZC 1.5 cart.
In the following link, you can see we originally had the List price and Our price on the same line (pure HTML site).
http://www.caofficedesign.com/Space/...eries/2300.php
Now ... we want the List price and the Our price on the same line in the cart also. I think we can delete the You Save part.
http://www.caofficedesign.com/shop/i...&products_id=1
Since the addon files did not touch the product info template ... and the CSS provided is limited - where can I go change the layout?
Thanks for the Congats beyre. I believe I will start getting some sleep in about 18-25 years. :shocking:
I have extensively edited tpl_product_info_disply.php adding some divs to help with the CSS. Along with the help of the divs I have modified the standard smalltext1, save and norm classes that are used by MSRP.
http://asm15.zerogravitywebworks.com...-7-guitar-cred
Failing that I think you will find what you are looking for in includes/function/functions_prices.php. If my line numbers are correct, about line #294.
Thanks so much. You've done really well on that site thus far. :bigups:
I'm stepping out now on some errands, so I'll give that editing a whirl tonight or tomorrow. I did do "some" editing since last posting, but still need to get those pricing all on the same line for our purposes.
Darren,
Thanks - got the layout as we originally had it. Thanks for pointing me to the functions file ... I would have overlooked it.
http://www.caofficedesign.com/shop/i...&products_id=1
:clap:
OK, so maybe this is a dumb question........
I went through the whole process of installing the module, but I'm not sure if it worked.
Where, in the Zen Cart Admin home, do I find the module to change the prices?
Thanks
OK, so I found it. It is there when you edit a "general product" Most of my products are "music products" (I have both). The option does not show up for them. Does any one have any ideas on how to fix this?
Thanks
Ok, I figured that out to. I had to install the files into the php music products also.
Yep. That's a trap for young players. It took me a while to work out that you need to install the plugin in all product type files. The site I am working on has a lot of products that are set to a product type of "Free Shipping." I couldn't work out why the MSRP was showing for regular products but not the free shipping ones.
HELP! :shocking:
This is what I get for trying to do it myself :(
OK, so when I did that, I lost my music genre selection and what ever else is different when you select music product. When I go to enter a music product into the catalog, it looks just like the general product form. Does any one have any idea how to fix that without having to reinstall my backup & starting over?
Thank you!!
Retail Price: £449.99
You save: £100.00 (27%)
Our Price: £329.99
can you spot the error above??
post this a while ago and still no fix... any help??
Loads of ppl here say they have it installed on 1.5.x and working.
But, I have not read any posts from people that stated they updated the four core files to keep the code in line with the changes between 1.3.9h and 1.5.x
I use my updated version on all my sites, works sweet... no of these errors / problems I have read about here... so I have uploaded an up to date version to the add-on section. I am guessing it will take roughly 20 to 30 working days for it to appear, If it doesnt get rejected like my last add-on hahaha
SHABBA
You didn't do the merges correctly.
You need to *start* with a current version of the file, and then add your changes on top.
If you compare your copy of admin/includes/modules/update_product.php with a fresh copy from Zen Cart 1.5.0, you'll see the changes you're missing.
Same issue with admin/includes/modules/product/collect_info.php.
Same issue with ./includes/functions/functions_prices.php.