Jump to content

cruspeed

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by cruspeed

  1. jQuery(document).ready(function() {
        var pp_acceptance = "<div style="text-align:center"><a href="https://www.paypal.com/uk/webapps/mpp/paypal-popup" title="How PayPal Works" onclick="javascript:window.open('https://www.paypal.com/uk/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;"><img src="http://www.speakeasyglass.com/cart/modules/plugins/PayPal_Pro/images/acceptance_marks_US.png" border="0" alt="Now accepting PayPal"></a></div>";
        $("body").append(pp_acceptance);
    });

    Change this-

    <img src="http://www.speakeasyglass.com/cart/modules/plugins/PayPal_Pro/images/acceptance_marks_US.png" border="0" alt="Now accepting PayPal">

    To this ?

    <img src="://www.speakeasyglass.com/cart/modules/plugins/PayPal_Pro/images/acceptance_marks_US.png" border="0" alt="Now accepting PayPal">

    Thank you for the reply!  I think I found the .js file and the lines to edit are above?

  2. Installed SSL cert on my cart today and I'm having issues with getting a secured connection to the server with browser.

     

     

    Internet explorer works fine, lock shows up and stays.

     

    FireFox - Lock shows up while loading, once page is loaded lock turns into an exclamation point.  When using Firefox, I can inspect elements and image links show up as a https:// link.

     

    Google chrome - Has exclamation point on lock and reads - This page includes other resources which are not secure.

     

     

    How can I find out what is not secure on my site so I can fix it?  It seems to go from secure to exclamation point as soon as the search box is loaded.  www.speakeasyglass.com

     

     

    Would like to add - In Internet Explorer, the "Search our store" does not show up in the search box and connection is secure.  When firefox loads, that shows up and connection changes to  not secure.  My IE settings have the security slider all the way up on high.

  3. I'm deciding between 2 different eCommerce carts and have a few questions before I decide.  Does CC allow unregistered sales?  If I use the PayPal payment gateweay, will PayPal show me what was ordered if an unregistered customer makes a purchase and pays with paypal?  I don't want to set up a paypal "buy it now" site because all my items are unique and I want to reflect that in the item descriptions easily

     

    I'm trying to reduce the number of steps a customer has to take before the purchase is made.  I'm selling my hand blown glass and trying to get away from the big online auction sites.

     

    Thank you.

  4. I'm only allowing digital downloads on my site. I am using a lightly modded Legend skin. Since these are just digital downloads, I don't need there Address, Town, County/State, Country, Postcode or Telephone and would like to remove them totally.

    I would also like to add a homepage (URL) as a required field upon registering.

    Any advice would be much appreciated!

×
×
  • Create New...