Jump to content

captinmax

Member
  • Posts

    30
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by captinmax

  1. After upgrade to 6.4.6 my products have lost their categories and the ability to be placed into a category.

    I've checked the database and each product still has a category number.

    The categories are still their in the admin page but when I edit a product and click on the category tab there are non listed.

    In the frontend the catagories are shown but have no content.

    Please help. :)

  2. 3 hours ago, bsmither said:

    It is probably not a skin issue. The storefront uses any of a variety of available skins, and the admin uses a different skin.

    Do you not even get the admin login screen?

    Hi,

     

    No all I get is the ionos redirect page as if I don't even have a website created, when I change back to PHP 7.4 everything is ok again.

  3. 1 hour ago, Al Brookbanks said:

    Do you have 3rd party extensions that are encoded? I think that's the issue. 

    Hi,

    I'm not sure which are encoded.

    I am using

    All in One shipping

    Bank transfer

    Cubecart Security Suite

    Print Order Form

    Smartget Contact Form

    Square Payment gateway

     

    I also had Noodlemans ebay addon but had problems and got rid of it but it left behind IonCube which has been updated to the latest version.

     

    I am using CBurst skin too

     

    regards

  4. Currently I am using a shared host and running PHP 7.4.30 for which they are stopping support later this year and want me to switch to PHP 8.0

    I am currently using Cubecart 6.4.5 is it possible to use this on PHP 8.0? If so what do I need to change?

    If I need to upgrade to Cubecart 6.5 will this help and also can I use 6.5 without using the fancy search?

     

    Thanks in advance.

  5. 16 minutes ago, Tony said:

    Click on PayPal and then pick pay by card. This way you can buy it without signing up for an PayPal account.

    Hi,

     

    Thats what I did and then had a great mess to sort out because the email did not match the account on this website, when I tried that email it would not let me pay because I have a terminated paypal in that account and it wanted me to login.

     

    I sent an email to support@cubecart along with screenshots of the paypal payment etc.. and the nice support chap sorted it out very swiftly.

    The new Square module does sort out the declined card issues I was having for 80% of customers.

  6. Thank you for the update to this module.

    Unfortunately it does not help me because you are now charging for the module and I cannot buy it as I do not have a working paypal account and cannot get one.

    Is there any way to pay without using paypal?

     

     

  7. 8 hours ago, Starlight-Shoes said:

    Does Square work, I have made a payment but keeps saying declined and that's with ver 1.1.7

    Few customers are having same issue mastercard works ok but debit card saying declined.

    Cheers

    Square does work but the banks have put in place new security measures which is having an affect on which cards are declined.

    I have had many customers cards declined using credit or debit cards both mastercard and visa, but quite a few are still working.

    I think it's also related to the email Square sent out last year and also this year regarding setting the "Redirect URL" in the dashboard. They did say if it isnt set correctly cards will be declined.

  8. Does anyone know how the square gateway handles the new banking requirements for Strong Customer Authentication (SCA) here in the UK. Does the module need to be updated?

     

    In an email from my bank it says retailers have to be ready for this change or customers may have their cards declined.

  9. Hi,

     

    This is a portion of the email Square sent out.

    It is the "https://example.com/oauth-redirect" that is what I cannot find.

     

    Quote

    Current State Example

    If the redirect URL in the Developer Dashboard is configured to: https://example.com/

    And the redirect_uri parameter in the authorization request is: https://connect.squareup.com/oauth2/authorize?client_id=abcd-1234-zyxw&scope=PAYMENTS_READ&redirect_uri=https://example.com/oauth-redirect

    Then the request succeeds because the first part of the redirect_uri parameter matches the configured redirect URL.

    After February 14th, 2022, the redirect URL sent in the authorization request must exactly match the redirect URL in the Developer Dashboard or it will error.

    Exact Match Example

    If the redirect_uri parameter in the authorization request is:

    https://connect.squareup.com/oauth2/authorize?client_id=abcd-1234-zyxw&scope=PAYMENTS_READ&redirect_uri=https://example.com/oauth-redirect

    Then the redirect URl in the Developer Dashboard must be configured to:

    https://example.com/oauth-redirect

    To prepare for this change, you need to update the Developer Dashboard to match the URL in the authorization request.

     

  10. On 3/13/2022 at 12:15 AM, bsmither said:

    Try this:

    https://www.mystore.com/index.php?_g=remote&type=gateway&cmd=form&module=Square

    This will have Square's callback be to the Square module, but run the form() function.

    The form() function looks for the presence of the 'nonce' value in Square's callback POST payload, and if found, will pass program execution to the process($nonce) function.

    This is where we want to be when at the next to the last step in making payment.

    The last step, if there are no errors, is to send the customer to CubeCart's 'Payment Complete' page.

    Hi

     

    Thank you for trying but that didnt work, card are still being declined, but not all cards.

  11. 1 hour ago, bsmither said:

    In the Square Dev Dashboard, the Redirect URL is referencing the OAUTH section? Is this correct?

    I am also seeing code in the Square javascript that is powering the card entry form that generates a "card_nonce' value. Square sends this value back, but there is no code in CubeCart's core code that will pass it to the Square module's Gateway->process($nonce) function.

    So, even if the following URL is what is needed, without catching that code, Square may still complain about something.

    https://www.mystore.com/index.php?_g=remote&type=gateway&cmd=process&module=Square

     

    I am totally lost when it comes to these things.

    There is a section in the Square guide page that refers to "Create the Redirect URL" but doesnt actually tell you whats needed other than "In the Redirect URL box, enter the URL that redirects the seller authorization to your production application.".

     

    I thought that if someone that actually uses the module could see what they have in their URL I could adapt it for my use.

    When I googled the problem I did get an old page up that I think was referring to an older version of cubecart or square module because it had an instruction to copy the redirect URL from the module and paste it into the square dev dashboard.

    thanks for your reply though. :)

  12. Can anyone that uses this module give me a clue as to what to enter in the "Production Redirect URL" in my Square Dev dashboard.

    I don't have anything in mine and it's worked for the last 2 years but now they clearly want something in there and I don't know where to look to find it.

  13. 1 hour ago, bsmither said:

    Not that I have a solution, but the info I read simply asserted that a setting in your merchant settings at Square - the 'redirect URL - needed to match what the payment module was sending.

    I don't know what the payment module is sending, but it should be more than just your basic web address -- which might be all that your merchant settings screen at Square has.

    Can you verify that your "Dashboard"(?) at Square has what might look like a complete URL that includes your Client ID, some other stuff, and a reference to the redirect URL?

     

     

    Thanks for the reply.

     

    Yes thats the information I think I am missing in my Square dashboard, but where do I find that "redirect URL" so I can fill it in?

     

     

  14. On 4/1/2021 at 10:01 PM, Tony said:

    Do you have a link to it about the new requirements?

    Hi,

    I got an email from Square about new EEA (European Economic Area) Strong Customer Authentication (SCA).

    Quote

    Currently, when paying online, customers must enter their card number, expiry, CVV, and postal code to make a payment. When SCA enforcement begins, customers will be required to complete two of the three factors of authentication when initiating a payment: something you know, something you own, something you are. For online card payments, the SCA requirements are met by implementing 3D-Secure. For in-store payments, SCA requirements are met through use of chip & PIN or mobile wallets. Payments without this additional authentication will be declined by the cardholder’s bank.

    What is SCA Compliance?

    As part of SCA compliance, all businesses that offer online card payments on their website or app (including Invoices) must use at least two methods of authentication to verify payments. This is intended to enhance the security of electronic payments and limit fraud during the checkout.

    SCA compliance is a requirement of the second Payment Service Directive (PSD2) as proposed by the European Commission, managed by the Financial Conduct Authority (FCA) in the UK. Get helpful information and learn more on the FCA website, UK Finance website, and Square’s FAQ page. If you need further help, speak with our Engineering teams on Square’s Developer Forums.

    SCA enforcement begins 1st May in the UK.

    Here's the link they referred to in my email.

    https://developer.squareup.com/docs/sca-overview

  15. Hi @NiteFox

    Thank you it worked fine.

    I know what you mean about the "Latest" page, but thats fine, I would rather all product have "From" than non. I have options on some products that are more expensive and got a few questions about why the final proce in the cart was different to what was shown on the home page.

    As for the "Categories" page, that just perfection.

    Once again, thank you very much. :)

    • Like 1
  16. Hi great skin.

    I've been using it for a while now and not problems.

    How easy/difficult would it be to ass a prefix "From" in front of, or above, the prices shown on the "Latest" and/or the product page.

    I'm not scared of editing PHP files but I don't know what I'm looking at or for, I don't know PHP.

    Many thanks. :)

  17. 3 minutes ago, bsmither said:

    Do NOT use Windows' Notepad. It will add what is known as the Byte Order Mark (BOM) which will cause a problem.

    You may have a programmer's text editor available as a tool in your hosting control panel (Cpanel, for example).

     

    Yeah I forgot windows notepad messes things up. Notepad++ on the other hand is a programmers notepad and it's what I used.

  18. 13 minutes ago, DaveB said:

    Same here. Any order placed is not including the cents. E.g. $521.45 amount charged $521.00. $327.21 amount charged $327.00. This is a bug that needs a fix to the module. If it’s not a bug please advise on what is the issue. Thanks. 

    Apparently there was an update to the Square plugin at the end of June to version 1.1.5 so I re-installed version 1.1.4 and that fixed the issue. Then when Cubecart said there was an update to 1.1.5 I told it to ignore the update.

    On 4/18/2020 at 5:47 PM, Dougie said:

    Does anyone know how to remove the POSTAL box on square payment using cubecart, thanks. I only want to be able to take CC payments in UK and I think POSTAL is for USA?

     

    Thanks

    Postal is for Postcode, the US uses Zipcode which is different, but the box has to be there as I think it has something to do with card verification.

    But you can change the word to Postcode quite easily.

    I sorted this myself. If you FTP into the webspace you have Cubecart install on then browse into the "modules" folder and then into the "gateway" and into the "square" folder and then into the "skin" folder there is a file called "form.php".

    Download this file and load it into a text editor like notepad or notepad++ search for the word "Postal" and change it to "Postcode".

    Save the file and upload it over the original file. DO NOT change any other words or line in the file as this will break the gateway.

×
×
  • Create New...