Jump to content

[Resolved] Free Shipping, Paypal, and display questions


Lemontree

Recommended Posts

Good Morning,

I have a few issues I am working on.  Any help is sincerely appreciated.  

1. I only 1 paypal plug-in installed (paypal express).  On checkout page, why is there 2 radio buttons: Paypal radio button and (visa, MC, AM, Discover images radio button)?  Also, on the right hand side, there are 2 buttons: Checkout, Checkout with PayPal?  Is there a way to get rid off all except Checkout with Paypal button?  We only accept paypal for now.

2. Is there anyway to set up Free shipping if order is at certain $ or more?  

3.  Lastly, on the first document (Welcome page), there's a image slider; my images are not as wide as the demo images.  Is there to center them?  I center them on the document, but when CC display them, they left justify.

Thank you

Kathy

 

Link to comment
Share on other sites

2 hours ago, Lemontree said:

3.  Lastly, on the first document (Welcome page), there's a image slider; my images are not as wide as the demo images.  Is there to center them?  I center them on the document, but when CC display them, they left justify.

 

In the file css/jquery.bxslider.css towards the top of the document remove the  display: block;  line from

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

so it becomes

.bx-wrapper img {
  max-width: 100%;
}

add the line text-align: center; to

ul.bxslider {
  list-style: none;
}

so it becomes

ul.bxslider {
  list-style: none;
text-align: center;
}

 

Link to comment
Share on other sites

Making the edits to the file /css/jquery.bxslider.css should have worked.

However, the thing about browsers is that they will use internally cached copies of page resources (css, javascript, images) unless you force the browser to reload them.

This is typically done with CTRL-F5, but your browser may use something else specific to it.

Link to comment
Share on other sites

I must had reload the browser at least 5 times.  Finally, last result, reboot.  That seems to do the trick.  Do you have any suggestion on #1?

Thanks again.  You safe me from losing anymore hair from pulling them out.

Kathy

 

Link to comment
Share on other sites

As for #1, I have very little knowledge about the PayPal modules. I do know there is a simple "gateway" module, and a more complex "plugin" module.

The "plugin" module offers at least two methods to have customers use PayPal, and the "gateway" module has one method.

So, if using the "plugin" (see in admin, Manage Plugins, the right-side column will show what the module type is: Plugins or Gateway), there should be options to enable each of the various methods this module provides.

Link to comment
Share on other sites

Thank you for all your help.

I am using the plug-in.  I'm going to switch it to the gateway (standard version) for now.  I notice the standard version does not have paypal and credit cards images.  Is there anyway to add images?  

Sorry for all the questions.  This is my first site.  

Link to comment
Share on other sites

There are many images available, but I like this one: paypal.jpg  dirtybutter.com/plushcatalog/images/source/paypal.jpg

I found it on the PayPal site somewhere I think, or maybe I googled for PayPal images - not sure. You are welcome to use it if you want to.

Save the image to YOUR images and then use YOUR url for the image in the Description box in the Standard plugin.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...