didn't work.
i'm trying to do exactly like this website http://www.zancart137.may.com.pl/ind...&cPath=3_67_71
Printable View
didn't work.
i'm trying to do exactly like this website http://www.zancart137.may.com.pl/ind...&cPath=3_67_71
I'm still reading over all of the posts here, but I need to go to church (please God forgive me for the words that pass thru my lips as I work on PHP code :censored:) and hoping someone might be able to answer my questions so I can finish this up tonight when I get home.
I have followed the steps to add fields. I added 5.
All went well, and I can see them when adding or editing a product... BUT ... after preview (which doesn't show the info) I update or insert and the info disappears from Admin and never does show from the customer's view.
Is this happening because I installed EP this morning? Does this work at all with EP? I'm only up to page 7 of the thread here and what I've seen so far says it doesn't work with EP (which I didn't know until after the fact), but now I'm hoping that in the million posts to follow it was decided that it could work with it! That is my MAIN FOCUS ... to take a exported file of comics from a website that I have some of my comics loaded into and with a bit of reworking the file, I can then use to EP the site....we have over 30,000 comics, so we NEED easy :lookaroun.
Any hope?:unsure:
Thanks!
Would just like to add that I found a post in this thread that mentioned to add the correct tpl_product_info_display.php edits to the one in your custom template for it to work...so I edited the file in
/includes/templates/darkness/templates because I'm using the darkness template.
Still doesn't work :no:.
I can see the fields in Admin add/edit a product.
I can enter info into the fields.
Once I click on Update/Insert it all disappears and nothing EVER shows in the customer view :cry:
HELP!!!! :Flush:
i had the same problem, when i added the extra fields on the admin area, and when i enter some info there it is showing on the product info page, but not on the product listing page where it shows all the products under one sub-category.
so i donno if anyone found a solution for this, i'v been asking about hints for a long time, but no one seems to know or care i guess.
Well, I can't seem to get it to show anywhere! It won't stick in the fields.
PLEASE somebody help!!!!!
I have tried to work my site without it, but I need this info!
Is it because of EP? Can adding fields work with EP? Is there another thread that lets you add fields to EP AND to Admin?
PLEASE PLEASE PLEASE... someone let us know how to get this to work or where we've made errors that are causing the info to not stick! I sitll have 5 more stores to finish :wacko:
i have followed this to a T, but im getting this error
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'condition = 'new', products_image = '11275698.jpg', products_last_modified = now' at line 1
in:
[update products set products_quantity = '95', products_type = '1', products_model = '', products_price = '69.9900', products_price_w = '0', products_date_available = null, products_weight = '2', products_status = '1', products_virtual = '0', products_tax_class_id = '1', manufacturers_id = '0', products_quantity_order_min = '1', products_quantity_order_units = '1', products_priced_by_attribute = '0', product_is_free = '0', product_is_call = '0', products_quantity_mixed = '1', product_is_always_free_shipping = '0', products_qty_box_status = '1', products_quantity_order_max = '0', products_sort_order = '0', products_discount_type = '0', products_discount_type_from = '0', products_price_sorter = '69.9900', manufacturer_country = 'usa', condition = 'new', products_image = '11275698.jpg', products_last_modified = now(), master_categories_id = '113' where products_id = '204']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
any ideas what this could be?
I am receiving the same exact "1064 You have an error in your SQL syntax" message. I followed the same instructions as well but when I try to insert, or update, a product, I get the error. I have NO idea where to begin to try and resolve this...
I believe I have found the solution to the "1064...error". When I added my new fields to the products table I used "pattern_style, condition, mark".
I kept getting the 1064 error regardless of what I tried...including uninstalling, reinstalling, manually installing, and on, and on, and on...
I ended up changing my new fields to "products_pattern_style, products_condition, products_mark", and of course made the same changes to the php files that were referenced on the 1st page and that was it. No more 1064 error! Hopefully this will help someone else out. I'm still not sure why I needed the prefix "products_" in the table and am curious to know why. So if you know why...please fill me in!
Firstly, Thanks for this - The step by step guide was great. But I did fond one or two things that might need adding to it, and may be the reason why others are having problems
Here is one quick example:
Notice the "," after p.master_categories_id - You need to put that "," in there if your putting the new line of code after. p.master_caterories_id was the last line so it didnt need the "," at the end, but now it is not last and you need to add the ","Quote:
p.products_price_sorter, p.master_categories_id,
p.products_lining
from "
Other than that - I was wondering if there is a way to add the field to an EP file.
Any ideas, or even where to go looking.
I will have a search around to see if firstly, its possible and secondly, how to do it. But if anyone does know can they post it here or pm me. Ill drop by again later..
Cheers, and thanks again for this step by step guide :)
Its made things so much simplier for me - I hate using atribute so this is perfect.
Chow for now
DB
Try to use the info in that thread but nothing works...:frusty:I was able to add my fields in the data base but can't seem to display them...:frusty:Can someone tell which file to modify to change the products display when listing a category?Many Thanks