Show Posts


Messages - flyn

Pages: [1] 2 3 ... 10
1
General Discussion / Access Admin Alternative
« on: December 26, 2014, 08:05:27 AM »
Hello is it possible to access the admin instead of using http://".com"/index.php?rt=index/login&s=HY_admin

Using another path?

2
Built-in Features / Re: Free Shipping For One Product Only
« on: December 18, 2014, 11:23:21 AM »
1.1.9

price_based_shipping - Extension

default_free_shipping   

3
Built-in Features / Re: Free Shipping For One Product Only
« on: December 18, 2014, 08:52:30 AM »
I did that and it did not work

4
Built-in Features / Free Shipping For One Product Only
« on: December 17, 2014, 03:12:37 PM »
Hi, I have set on one product free shipping but it does not take. I have set under standard shipping for USA that if the total reaches 35.00 or more Free Shipping is automatic.

I would like it so that this particular products gets free shipping without having to reach $35.00

Thanks

5
Customization help / Amazon Login and Pay
« on: November 24, 2014, 11:56:24 AM »
I asked this awhile back I believe but I will ask here. Is there a way to get this to work with the cart system?

They provide code snippet like below. I just have to change and put our account info in there. I want to test this at least.

What file should I edit to test this on the cart and where in the file should I place this?

Thank You

<head>
  <script type='text/javascript'>
    window.onAmazonLoginReady = function() {
      amazon.Login.setClientId('YOUR_CLIENT_ID_HERE');
    };
  </script>
  <script type='text/javascript'
src='https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js?sellerId=YOUR_SELLER_ID_HERE'>
  </script>
</head>

<!-- Place this where you would like the Payment Button to appear -->
<div id="AmazonPayButton"></div>
<script type="text/javascript">
  var authRequest;
  OffAmazonPayments.Button("AmazonPayButton", "YOUR_SELLER_ID_HERE", {
    type:  "PwA",
    color: "Gold",
    size:  "medium",
    useAmazonAddressBook: true,
    authorization: function() {
      var loginOptions = {scope: 'profile payments:widget'};
      authRequest = amazon.Login.authorize(loginOptions, "YOUR_REDIRECT_URL_HERE");
    },
    onError: function(error) {
      // Write your custom error handling
    }
  });
</script>
                 

6
Support / Can image size be increased inside category page?
« on: October 21, 2014, 06:20:22 PM »
For example we have this page here: http://www.hygienics.com/womens-products

It would be nice if the images were bigger to fill out the space. Please let me know if this could be done.

Thanks

7
Payment Modules / Serious Issue With Pay Pal Standard
« on: September 11, 2014, 08:43:39 AM »
I am hoping I can get some clarity here as other questions I posted did not get any good answers. I was just told this morning it has happened a few times not just once but I will explain about one order we had recently.

A person purchased almost $300.00 in an order which is very good. The thing is nowhere in PayPal does the order show. It is like it never existed. This worries us a lot that it could happen more often.

The order was placed with PayPal Standard not PayPal Pro. I did all types of searches and nothing shows up. How can this be possible? Now I know it has happened a couple of other times.

I have used PayPal Standard and PayPal Pro with other carts and integrating was easy and rarely a problem. Since I started using AbanteCart this issue has occurred already a few times. I ask the developers to look into this deeply as I think the implementation could be flawed.

I am not a programmer so I am just assuming based on my experiences with other carts. Thanks for any answers and insight you can give all of us.

I want AbanteCart Cart to succeed and keep improving.

Victor

8
General Support / Re: missing icon on top nav bar
« on: August 26, 2014, 01:55:05 PM »
If you click on resource library it will show up as one of the first set of pictures. Called Checkout Icon

9
General Support / Re: missing icon on top nav bar
« on: August 26, 2014, 01:51:05 PM »
bootstrap.min.css

.icon-barcode {
   background-position: -456px -24px
}


Line is 1614

10
General Support / Re: missing icon on top nav bar
« on: August 26, 2014, 01:48:27 PM »
No problem. Here is the code in my admin <i class="icon-barcode"></i>&nbsp;&nbsp;

The class "icon-barcode" is what you need to search for in the .css. It will tell you what file it points to. Actually

11
General Support / Re: missing icon on top nav bar
« on: August 26, 2014, 01:33:24 PM »
If you look in the demo Admin - Go to Design then Menu. You will see Checkout. Edit it and you will see the picture real small inside. if it is missing you can click on edit and look for the resource to add it back.

On the flip side if you see it there then something else is going on.. Could be .css but if you did not edit, you can disregard it

12
General Support / Re: Info regarding HTTPS to HTTP
« on: August 25, 2014, 02:44:55 PM »
Any other info regarding this issue? Did I enter something wrong in the admin?

The home page does work correctly. I start the checkout process and get to HTTPS. If I decide I want to continue looking at products if I go to the homepage it changes back to HTTP. If I go to another product or category page it does not change to HTTP.

It is frustrating

13
General Support / Re: Final Page After Order Completed
« on: August 21, 2014, 10:38:31 AM »
OK I added the code. I hope it works.

Thanks

14
General Support / Re: Final Page After Order Completed
« on: August 21, 2014, 09:25:42 AM »
Would I paste the tracking code in here or would I need to do that in another page like the footer?

15
General Support / Re: My personal .com redirects
« on: August 20, 2014, 04:03:47 PM »
Are you using .htaccess for the redirects? Find out if your host has the MOD redirect protocol enabled on your hosting space. You want to redirect from shopping to a standard home page with no shopping elements?

Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod