Jump to content
thirty bees forum

holybladder

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by holybladder

  1. 7 hours ago, e-com said:

    I created new REST API apps: https://developer.paypal.com/
    In configuration of module, I entered new CLIENT ID and SECRET keys.
    And module communicates correctly with paypal API.
    And for sandbox environment, do you also have an error?

    Zaznaczenie_229.png

    Hi, if you look above you'll see I've posted the solution to the problem, which was provided by the module maker. Thank you for your help though!

  2. I cloned my Thirty Bees instance to a new domain, updated all the shop information and created a new clean Paypal API app, but the Paypal module on the new site won't connect - see screenshot. First time Plus and Checkout did show as active with just Standard missing, but after a couple of retries all three are showing as missing. I've removed and reinstalled the Paypal module twice and recreated the API app six or seven times with different names, and I've very carefully checked the Client ID and Secret for whitespace or errors, even copy pasted both into a text file to check alongside each other.

    Paypal support say:

     

    After further review I am not seeing any issues with the Client IDs you provided, or with your PayPal account. Please make sure on the new integration that you did not add any additional white space when pasting the Client ID and Secret. If this is not the case, you will then want to reach out to thirty bees support so they can check why the error is being generated since you are using a different Client ID.  

     

     

     

    Screenshot from 2022-10-21 09-18-37.png

  3. Hi folks, this might be a dumb question but I've searched the forums and Googled, and the developer's guide just seems to be mostly a giant list of classes (is there a user-friendly dev guide out there somewhere I'm missing?) - is it possible to set up an order "automatically" from the outside, I.E. send a user from an external webpage to the shop and their order is all set up for them in the cart? I've got some complicated customisable bundles (subscriptions) I want to sell and if possible I want to build an external page that takes them through step by step choosing the elements and then shoots them over to the shop to check it out.

  4. Hi, I've created a sale via a catalogue rule, but it's not being applied to two products which are definitely in the correct category. On checking their price pages, the rule is being applied at the bottom of the table whereas it's at the top for the ones which are working correctly (see attached pics). Any way I can fix this? I can't find a setting for what order price rules are applied in.

     

     

    Screenshot from 2021-10-28 19-42-55.png

    Screenshot from 2021-10-28 19-42-42.png

  5. 19 minutes ago, datakick said:

    That's very much questionable. 

    The primary function of webshop is to sell. Export / import functionality is a supporting functionality only. Most merchants never really need to export data from their store. There are few that need connector to third party systems (erp, accounting, etc), but not many have need for generic order export functionality.

    Thirtybees has some basic build in export option in the list. It does not give you details about ordered items, etc, but it's enough for most use cases. (for example to get data to excel for tax purposes).

    If you need more flexibility you really need to invest into some export module. 

    Okay, I'd argue that giving the user access to this fundamental data, which is already in the form of a database and relatively trivial to export, and could allow so much useful analysis or other functionality (dumping into a pick list, for example) would be a very basic function. But I guess not as many other people have a use case for that as I'd expect 🙂 Fair play.

  6. 26 minutes ago, haylau said:

    You could try @datakick’s module

    https://www.getdatakick.com

    or I use the praotec one

    http://www.praotec.com/category/prestashop/nvn-export-orders/

    (not sure it is still available though. - shop is offline

    And there are a few modules on the prestashop site 

    https://addons.prestashop.com/en/search?search_query=export orders&compatibility=1.6.1&

     

    You're joking - you have to pay £45 or more for a third party module just to export your orders? 😮 This is basic functionality for a webshop! 

  7. This may be really obvious but I've searched all over the place including the forums (maybe I'm just using the wrong terminology?) - how do I export a set of orders *including the actual items ordered*, ideally to a CSV?

  8. 7 minutes ago, toplakd said:

    @holybladder

    Search for " Community-Theme-Modded" in the forum. You might be able to use some code form it or complete theme (however I do not offer any support)

    Thank you for that - I'm fine, have used the above solutions to fix the the problem, I just think it's poor that Niara is still shipping as a "Responsive theme" without proper responsiveness in the shopping cart.

    • Like 1
  9. You guys are complete legends - what a relief to have a fix for this! I'll be honest though, the fact that this is still an issue on one of the two primary themes for a modern webshop is kind of shocking - I know for a fact (because two of them finally told me) that I've been losing sales over this.

  10. 18 minutes ago, Wartin said:

    I'm not sure, but maybe from Module -> Module position. Choose 'Block Image Slider' in 'show' dropdown, it will list where it is showing. I think you have to add a new hook in product page.

    (sorry if it's not a real answer, but some message is better than no message 🙂

    No, that's very helpful actually, thank you! 🙂 Weirdly it seems to be inserted into the other pages (it shows up in the Live Edit) but then disabled, and there's no option in the module configuration to enable it...

  11. Hiya folks. Is there a way to display the Block Image Slider on all pages? I've got customers landing on various categories for different reasons and I'd like to show them all banners about postage dates and other priorities.

  12. Okay, problem solved - I had debugging on but PHP error reporting was off. Turned it on and found this was a low memory error, the return from Paypal was just scraping over the limit of 32M. Increased the limit and it works fine.

    • Like 2
  13. I'm getting a 500 error on return from Paypal, both using the Sandbox or Live. The payment and order seems to go through. 

    From the look of it, the return is being directed to the wrong page - the return URL I've set, as per documentation, is:

    https://silverknife.co.uk/uncommonworks/index.php?fc=module&module=paypal&controller=logintoken

    It's then redirecting to, for example:

    https://silverknife.co.uk/uncommonworks/module/paypal/expresscheckout?id_cart=9&paymentId=PAYID-L6TNF7A04T47837T5547525W&token=EC-4AA84427V2577484V&PayerID=DU9R3T77F9C8G

    However, looking at the file structure via FTP, the module seems to be in /modules, not /module. Is something out of date maybe? 

    Screenshot from 2020-11-07 17-10-23.png

    Screenshot from 2020-11-07 17-13-27.png

  14. 2 hours ago, 30knees said:

    The way I do it is not to have any prices for the parent product and then only prices for the combination. That means the impact on the price of the parent is actual price I want to sell it for. That works quite well. Maybe it'll work for you, too?

    Huh, that does work - thank you very much!

×
×
  • Create New...