SmartCart extension + CSM WEBSHOP
SmartCart extension + CSM WEBSHOP
it is possible to integrate the SmartCard with the CSM Web Shop to get a complete shopping cart?
Thanks
Thanks
Re: SmartCart extension + CSM WEBSHOP
No, this is not possible.
Re: SmartCart extension + CSM WEBSHOP
CSM WEBSHOP does not work.
1) If I change currency from dollar to euro when I close the payment on paypal site displays the dollar,
2) No tax value;
3) The shipping is always 0.00. How do I set the shipping charges?
Thanks
1) If I change currency from dollar to euro when I close the payment on paypal site displays the dollar,
2) No tax value;
3) The shipping is always 0.00. How do I set the shipping charges?
Thanks
Re: SmartCart extension + CSM WEBSHOP
The currency setting in the webshop is only for display.
You will also have to configure PayPal to use dollars.
You will also have to configure PayPal to use dollars.
Re: SmartCart extension + CSM WEBSHOP
I do not want payment in dollars but paid in euro. What has paypal? You have to change the csm to accept other forms of currency that are not the U.S. dollar. If you use a paypal button and specific euro while this works if I use no webshop.
How to specify that the shipping charges are unique to the entire shipment and not for single item?
There is the possibility to develop SmartCard extension so that it reads a database as reported on the website of the developer?
Thanks
How to specify that the shipping charges are unique to the entire shipment and not for single item?
There is the possibility to develop SmartCard extension so that it reads a database as reported on the website of the developer?
Thanks
Re: SmartCart extension + CSM WEBSHOP
You should be able to configure PayPal to euro in your PayPal account.
The same can be done for shipping.
There are currently no plans to create a database driven version of the Smart Cart. The Smart Cart extension was created for a friend of mine and I decided to share it with other users who find it useful. It's not officially supported.
The same can be done for shipping.
There are currently no plans to create a database driven version of the Smart Cart. The Smart Cart extension was created for a friend of mine and I decided to share it with other users who find it useful. It's not officially supported.
Re: SmartCart extension + CSM WEBSHOP
Thanks for the information.
WEBSHOP does not handle the Euro. If you're using SmartCard and imposed on the item currency_code EUR payments in euro work.
You must enter the item in currency_code WEBSHOP.
SmartCard is a great product. Too bad that is not provided for the implementation of a database.
WEBSHOP does not handle the Euro. If you're using SmartCard and imposed on the item currency_code EUR payments in euro work.
You must enter the item in currency_code WEBSHOP.
SmartCard is a great product. Too bad that is not provided for the implementation of a database.
Re: SmartCart extension + CSM WEBSHOP
I modified the file plugin.php (attached) so you can manage the various currencies. Under the sign under Currency Currency code I added the item with the same value in USD (U.S. dollars) and must be set at EUR (the euro).
You can check if it works and if there are changes to make?
Thanks
You can check if it works and if there are changes to make?
Thanks
Last edited by mrevo on Wed Mar 12, 2014 9:47 pm, edited 1 time in total.
Re: SmartCart extension + CSM WEBSHOP
I'm sorry but I cannot help you make changes to the code.
But you can replace the code in the plugins on your local computer if you wish to overwrite the standard code.
But you can replace the code in the plugins on your local computer if you wish to overwrite the standard code.
Re: SmartCart extension + CSM WEBSHOP
Thank you.
Code amended and replaced plugin. It works great. I entered the symbols of other currencies and it works fine. Now when you send payment PayPal recognizes the correct currency.
Code amended and replaced plugin. It works great. I entered the symbols of other currencies and it works fine. Now when you send payment PayPal recognizes the correct currency.
- richardgo
-
- Posts: 10
- Joined: Mon Jul 20, 2009 10:17 am
- Location: The Netherlands - Alphen aan den Rijn
- Contact:
Re: SmartCart extension + CSM WEBSHOP
Hi,
Great extension and I am alomost finished with the customisation
I only have one problem with the shipto fields... When I fill in the form (shipto part) the address and email fields are not displayed in the email confirmation... I did a test with the original file (without modification) but same error
Could someone please advise?
Thanks!!!
Great extension and I am alomost finished with the customisation
I only have one problem with the shipto fields... When I fill in the form (shipto part) the address and email fields are not displayed in the email confirmation... I did a test with the original file (without modification) but same error
Could someone please advise?
Thanks!!!
Re: SmartCart extension + CSM WEBSHOP
Did you fill in all fields?
For example if you do not enter anything in the 'shipping_first' field then shipping data will not be included.
See the script for more details.
For example if you do not enter anything in the 'shipping_first' field then shipping data will not be included.
See the script for more details.
- richardgo
-
- Posts: 10
- Joined: Mon Jul 20, 2009 10:17 am
- Location: The Netherlands - Alphen aan den Rijn
- Contact:
Re: SmartCart extension + CSM WEBSHOP
Yes, I have entered information in all available fields. (I can upload the original file to my server if you like and I can send you 2 screenshots of what i have filled in and the result by email?)support wrote:Did you fill in all fields?
For example if you do not enter anything in the 'shipping_first' field then shipping data will not be included.
See the script for more details.
Re: SmartCart extension + CSM WEBSHOP
I'm sorry but there is no support on this extension, it is provided "AS IS".
But if you think there is a problem in the script then you can modify it yourself.
But if you think there is a problem in the script then you can modify it yourself.
- richardgo
-
- Posts: 10
- Joined: Mon Jul 20, 2009 10:17 am
- Location: The Netherlands - Alphen aan den Rijn
- Contact:
Re: SmartCart extension + CSM WEBSHOP
Found it, there is a fault in the script.support wrote:I'm sorry but there is no support on this extension, it is provided "AS IS".
But if you think there is a problem in the script then you can modify it yourself.
$message .= " $shipping_addr \n";
$message .= " $shipping_addr2 \n";
Should be:
$message .= " $shipping_address \n";
$message .= " $shipping_address2 \n";
Thank you.
Re: SmartCart extension + CSM WEBSHOP
Thanks. I have updated the extension.
- richardgo
-
- Posts: 10
- Joined: Mon Jul 20, 2009 10:17 am
- Location: The Netherlands - Alphen aan den Rijn
- Contact:
Re: SmartCart extension + CSM WEBSHOP
support wrote:Thanks. I have updated the extension.
-
-
- Posts: 25
- Joined: Wed Oct 22, 2014 8:23 am
Re: SmartCart extension + CSM WEBSHOP
Pablo, can I ask why the extension doesn't drag to the work space from the extension list, I cant get it on there
Re: SmartCart extension + CSM WEBSHOP
Maybe you are using an old version of the software?
Or maybe you have installed too many extensions?
Or maybe you have installed too many extensions?
-
-
- Posts: 25
- Joined: Wed Oct 22, 2014 8:23 am
Re: SmartCart extension + CSM WEBSHOP
I have 10.4.8 version
And how do you mean too many extensions, is there a limit to extensions ?
I added more today and they worked so I cant see why some others wont work like e.g. MINI CART doesn't work
And how do you mean too many extensions, is there a limit to extensions ?
I added more today and they worked so I cant see why some others wont work like e.g. MINI CART doesn't work
Re: SmartCart extension + CSM WEBSHOP
Yes, as documented the limitation is 200. Windows will not allow an application to load more.
http://wysiwygwebbuilder.com/forum/view ... =10&t=7234
It's also possible that you have one or more corrupt extensions, which prevent this one from loading.
You can try to temporary (re)move one or more extension from the extension folder to verify this.
http://wysiwygwebbuilder.com/forum/view ... =10&t=7234
It's also possible that you have one or more corrupt extensions, which prevent this one from loading.
You can try to temporary (re)move one or more extension from the extension folder to verify this.