Page 25 of 39 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 381
  1. #241
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    Did you run the sql for the database?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  2. #242
    Join Date
    Dec 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    Quote Originally Posted by songseng View Post
    Just winmerge'd this mod with zencartV1.50, it works fine after applied of the differences to zencartV1.50 .

    Thanks Delia for your contribution


    Instead of showing a link to the swf, then pop up of the flash movie.
    I sucessfully hardcoded in the Extra text field to have direct play for the flash as below:

    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="240"
    height="320">
    <param name="movie" value="http://domain_name/product_extra_files/flash.swf">
    <param name="quality" value="high">
    <embed src="http://domainname/product_extra_files/flash.swf" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="240"
    height="320"></embed>
    </object>

    Demo is here:
    http://my.gobiztunnel.com/index.php?...roducts_id=362


    Hopefully, this will be useful for sharing here. Thanks.

  3. #243
    Join Date
    Mar 2011
    Location
    In a green and pleasant land
    Posts
    46
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    Hi Delia
    Just wanted to say thanks for this mod - I had been going down the route of altering products_description and the like and then I realised how short term that was going to be.
    I do seem to have one small problem.
    If I have no data in the field (for instance after setting up the mod or inserting a new product) then the More Information doesn't appear - which is fine, just what I want.
    But when I delete the information from the field, two strange things happen.
    First the preview page shows raw html instead of rich text
    and secondly and more of a pain the More Information header appears on the product with just one bullet underneath it.

    Any ideas?

    An example is http://www.equivivre-shop.co.uk/inde...products_id=55

    (Yes I've hacked the name of the field to Elizabeth Says )

  4. #244
    Join Date
    Mar 2011
    Location
    In a green and pleasant land
    Posts
    46
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    Actually, I've sorted the second part now - there must have been a little bit of formatting left in the field.


    However, I am just seeing raw html on the preview page and I don't understand why - it only affects the original product description - not your extra fields but I didn't merge the files, I used your file in it's entirety.

    I am also getting Error: Destination does not exist product_extra_files after I try and load a file. The directory does exist - but where is it looking for it - my directory exists in the store root - is that correct? Or should it be somewhere else?

  5. #245
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    Quote Originally Posted by kbear View Post
    Actually, I've sorted the second part now - there must have been a little bit of formatting left in the field.


    However, I am just seeing raw html on the preview page and I don't understand why - it only affects the original product description - not your extra fields but I didn't merge the files, I used your file in it's entirety.

    I am also getting Error: Destination does not exist product_extra_files after I try and load a file. The directory does exist - but where is it looking for it - my directory exists in the store root - is that correct? Or should it be somewhere else?
    None of that makes any sense - the raw html certainly shouldn't show - but do you mean only a bit of it showing or the whole thing? The preview is certainly not the important thing in this. If you confirm the changes, does the actual product page look okay?

    If you put the product_extra_files in the root directory - there would be no problem but if your store is not in the root directory and is in a folder instead, then I made a goof. So let me know which is the case.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  6. #246
    Join Date
    Mar 2011
    Location
    In a green and pleasant land
    Posts
    46
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    Sorry Delia
    Forgot to check the box that says 'tell me when there's a reply' or whatever.

    It's the preview box that it's doing it in - and yes I agree it doesn't make any sense, But yes the text is perfectly formatted on the product page. I'm not fighting it - it just seems bizarre and I can't see a reason for it.

    Yes this particular website is in a subfolder of the root. I have another website which runs in root. Having said that, I may well want to use this mod on that site as well and I can see no reason why they shouldn't share the same resources. I'll get back to you if it solves the problem

    I'm actually looking at writing some code which will split your fields up on to separate tabs - I fancy having the standard description as the first tab, your large text field as the second and the links on a third - is there anything I need to look out for in terms of potential 'gotcha's' if I do?

  7. #247
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    Quote Originally Posted by kbear View Post
    Sorry Delia


    I'm actually looking at writing some code which will split your fields up on to separate tabs - I fancy having the standard description as the first tab, your large text field as the second and the links on a third - is there anything I need to look out for in terms of potential 'gotcha's' if I do?
    Nope because it actually can be done very easily with css and maybe a bit of javascript - it's set as an unordered list which is a nice start for that kind of thing.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  8. #248
    Join Date
    Mar 2011
    Location
    In a green and pleasant land
    Posts
    46
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    This just isn't behaving well for me Delia. I can't seem to get the preview page right and it doesn't seem to make a difference where I put the directory, it still says it doesn't exist.
    If I go into the db and add the name of the file manually, it then finds it OK

    Is there anything I can check in the files to make sure I have the latest version? I can't believe I have anything different than your thousands of happy customers but I am using your files as they come out of the packet, there are no mods mixed in with them

    John

  9. #249
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    @Delia

    Do youthink it is possible to have instead of text (as extra description link) but an image like in this image:Click image for larger version. 

Name:	certif2.jpg 
Views:	60 
Size:	31.2 KB 
ID:	11143 and the by clicking the image it takes you to the extra description page or pdf?

    Do you think it is possible to tweak your awesome plugin to have an iframe to pop up once you click instead of going on a new page?
    Sort of like this: Click image for larger version. 

Name:	certif.jpg 
Views:	57 
Size:	40.3 KB 
ID:	11144
    www.alepia.ch Alepia suisse

  10. #250
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    John, sorry, I missed getting any notices about your reply in July. Don't know what to tell you about your problems.

    Alepia, anything changes like are certainly possible. The original reason for the mod was a request from a customer who wanted to be able to upload pdfs more than anything else. When I've installed it for clients, I changed it for all sorts of purposes.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

 

 
Page 25 of 39 FirstFirst ... 15232425262735 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 10 Sep 2013, 10:09 PM
  2. Can I add two extra fields for inputting time and date delivery wanted?
    By Desjames in forum Managing Customers and Orders
    Replies: 2
    Last Post: 20 Jun 2010, 08:56 PM
  3. Extra pages and flash movie
    By g.nencini in forum General Questions
    Replies: 1
    Last Post: 11 Oct 2009, 11:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR