How add Aramex Shipping to opencart - opencart

I have a Website in opencart and also have an account on Aramex but I just want to integrate Aramex shipping to my opencart store.
thanks

You have to purchase proper plugin for this if you research little bit about this
https://store.webkul.com/Opencart-Marketplace-aramex-Shipping.html
here is the link

Related

Opencart downloadable products not showing after payment

I am looking for assistance to allow downloadable products (mostly jpg and pdfs graphics) on my opencart site. I am able to upload files by Catalogs->Downloads, and set products with a downloadable file, however when I make a purchase of one of these downloadable products, I keep getting the statement;
"You have not made any previous downloadable orders!"
after payment is complete. Hence, I am unable to get to the point of being able to download the product after payment. I have Stripe installed as a payment gateway.
Through system->settings->options, I have set order status to "pending" and complete order status to "pending." Ideally, I would like to have downloads available immediately after purchase.
I am using OpenCart version 2.6.2. I would greatly appreciate any assistance in this topic.
When you make the order status as "complete" in sale->orders, it will be available for download. otherwise in the payment extention we need to set "complete" as default payment success.

Modified checkout form for a signed in user of Spree based application

Im new to using Spree . We are using Solidus which is a fork of Spree 2.4. I would like to customize the checkout flow in my application. For a signed in user we dont want to show the form for shipping address, billing address, contact information and payment information as we need to prepopulate those fields with the customers information that we have in our database.
I went through the checkout flow docs at https://guides.spreecommerce.org/developer/checkout.html, but still dont have any idea how i can achieve the above . Can someone please guide me as to how can i modify the checkout form to hide the shipping address, billing address, contact information and payment information for a signed in user ?
Thank You
You can easily replace or override views frontend with your own version. To generate frontend in your project
rails generate spree:frontend:copy_views
The checkout views should be in this folder
YOUR_APP/app/views/spree/checkout
The views are coded with ruby erb.

BigCartel (Luna Theme): Shipping Rate Calculator not showing in Cart page

I'm using the Luna Theme with Big Cartel, site here: http://legencrew.bigcartel.com
I'd like my Cart page to show the shipping rate calculator which is already included in the theme. The weird thing is that I can successfully preview this feature in the Advanced Customization page, but for some reason it doesn't show up in the "live" website.
I think it is related with the variable "{% if cart.shipping.enabled %}", but I can't figure out what's going on.
I would be really thankful if someone could help me!
All of the variables on your Cart page are working correctly... this is happening because the store is using PayPal Express + Stripe for checkout, so the shipping and discount fields have been moved to the separate Checkout page. If you change the Checkout settings to use PayPal Standard you'll see the shipping and discount fields return. http://help.bigcartel.com/basics/settings/seamless-checkout/

How to use Opencart Product Profile?

anyone know how to apply Opencart 1.5.6 new feature product profile? which is located in the admin menu - catalog - profile ?
I heard it can be used to break payment into several part, but i don't understand how it really works. Can i use it to let my buyer pay in 50% first then after my product is ready to ship, they pay the rest 50% again with that feature?
Thank You very much.
follow the documentation and dont forget to enable payment gateway like paypal express
http://docs.opencart.com/display/opencart/Profiles

setup payment for django satchmo

this is a newbie satchmo question...so I've implemented satchmo for a django e-shop I am building. I have setup sathcmo following the tutorials, created some products, tested that I can make an order, and then switched to 'real mode', on http://site/settings, clicking on 'accept real payments'. The question is how I can setup the payments to be made on my bank account (a bank in Greece)?
I have not found any reference on this, so please help!
btw, on the checkout page, I get this
You'll need to fill out at least the fields with a *
How do you want to pay?
Payment method*
Payment test module
Gift Certificate
so what does payment test module means? Do I have to install another application? Currently setting.py contains
'payment',
'payment.modules.dummy',
'payment.modules.giftcertificate',
Thanks a lot for any help!
Satchmo has multiple payment methods. I am not sure exactly what payment methods would support interacting with your Greek bank account. Typically people use something like Authorize.net, paypal or google to collect payments.
Once you decide which processor you want to use, then we can help you decide if there's a processor available or if you'll need to build one.