Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Posts
    99
    Plugin Contributions
    0

    Default paypal buy now buttons wont upload

    hi all,

    im trying to upload osme buy now buttons within the description text of my showcase.

    it is a showcase with prices and as such has no shipping module or payment modules either.

    customers generally email us and we invoice them, as alot of consulting is required before finalising a selection.

    i create a button via paypal, upload the code, paste it into the descritpion field and it previews fine.

    however it wont update, hence i cant put it up via the product interface. i could probably do it externally but i am wodnering why i cant do it through the normal means....

    any ideas?

    thanks..

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: paypal buy now buttons wont upload

    if you turn off the HTML editor and just paste raw HTML into the product descriptions, does it work any differently?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Mar 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: paypal buy now buttons wont upload

    hi DB. thats actually what im already doing.

    i already list all my products with pure html.

    ive tried it in FP and dreamweaver coz occassionally only DW works.

    weird huh?

    does it do the same in your software?

    thanks so much for the reply!

    'love this site.

    Tim

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: paypal buy now buttons wont upload

    aha ... the "preview" window works, but you can't "save" from the preview window?

    Which version of Zen Cart?
    Have you installed any contributions?
    Are these "Product-General" products, or did you create a new product-type for them?


    I suspect there's a nested form-field conflict occurring due to the embedded form objects you're creating. Just need to know what you're working with before suggesting fixes.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Mar 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: paypal buy now buttons wont upload

    Quote Originally Posted by DrByte View Post
    aha ... the "preview" window works, but you can't "save" from the preview window?

    Which version of Zen Cart?
    Have you installed any contributions?
    Are these "Product-General" products, or did you create a new product-type for them?


    I suspect there's a nested form-field conflict occurring due to the embedded form objects you're creating. Just need to know what you're working with before suggesting fixes.
    thanks for the reply. i have installed contributions, but i tried it from a clean install, as i didnt work in my previous version 1.2.7 that i was upgrading from (im running that site in parallel). It is in products general.

    i wonder if you can try it in your version? it doesnt break anything, just refuses to submit after preview.

    thanks again for the help on this- its a bit of a showstopper for me as i dont use any of the built in shipping/purchasing modules due to our sales process.

    Tim

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: paypal buy now buttons wont upload

    Tim,

    Try this edit:

    /admin/includes/modules/product/preview_info.php
    move line 37, which contains this:
    Code:
          echo zen_draw_form($form_action, $type_admin_handler, 'cPath=' . $cPath . (isset($_GET['product_type']) ? '&product_type=' . $_GET['product_type'] : '') . (isset($_GET['pID']) ? '&pID=' . $_GET['pID'] : '') . '&action=' . $form_action . (isset($_GET['page']) ? '&page=' . $_GET['page'] : ''), 'post', 'enctype="multipart/form-data"');
    ... down to about line 135, so it appears like this:
    Code:
    <?php
        } else {
          echo zen_draw_form($form_action, $type_admin_handler, 'cPath=' . $cPath . (isset($_GET['product_type']) ? '&product_type=' . $_GET['product_type'] : '') . (isset($_GET['pID']) ? '&pID=' . $_GET['pID'] : '') . '&action=' . $form_action . (isset($_GET['page']) ? '&page=' . $_GET['page'] : ''), 'post', 'enctype="multipart/form-data"');
    ?>
          <tr>
            <td align="right" class="smallText">
    <?php
    /* Re-Post all POST'ed variables */
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Extra "Buy Now" buttons for Buy 1, Buy 2, Buy 3, Buy 4 etc...
    By AndyVI in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Mar 2011, 06:15 PM
  2. buy it now buttons
    By chesowen in forum Customization from the Admin
    Replies: 4
    Last Post: 6 Oct 2009, 08:32 AM
  3. Buy Now Buttons?
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Jul 2009, 05:36 PM
  4. buy now button wont move
    By beavertje in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jun 2009, 01:10 PM
  5. Buy Now buttons Add to cart Buttons
    By bawell in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 4 Nov 2008, 06:56 AM

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