Page 1 of 1

SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 1:21 pm
by mrevo
it is possible to integrate the SmartCard with the CSM Web Shop to get a complete shopping cart?

Thanks

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 1:33 pm
by Pablo
No, this is not possible.

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 5:22 pm
by mrevo
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

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 5:39 pm
by Pablo
The currency setting in the webshop is only for display.
You will also have to configure PayPal to use dollars.

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 5:52 pm
by mrevo
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

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 6:36 pm
by Pablo
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.

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 8:05 pm
by mrevo
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.

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 9:39 pm
by mrevo
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

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 9:43 pm
by Pablo
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.

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed Mar 12, 2014 9:51 pm
by mrevo
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.

:D :D :D

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed May 06, 2015 9:31 am
by richardgo
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!!!

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed May 06, 2015 9:47 am
by Pablo
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

Posted: Wed May 06, 2015 10:00 am
by richardgo
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.
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?)

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed May 06, 2015 10:55 am
by Pablo
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.

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed May 06, 2015 11:26 am
by richardgo
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.
Found it, there is a fault in the script.

$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

Posted: Wed May 06, 2015 12:29 pm
by Pablo
Thanks. I have updated the extension.

Re: SmartCart extension + CSM WEBSHOP

Posted: Wed May 06, 2015 12:32 pm
by richardgo
support wrote:Thanks. I have updated the extension.
:D

Re: SmartCart extension + CSM WEBSHOP

Posted: Fri Jan 15, 2016 6:05 pm
by cdasupport
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

Posted: Fri Jan 15, 2016 6:18 pm
by Pablo
Maybe you are using an old version of the software?
Or maybe you have installed too many extensions?

Re: SmartCart extension + CSM WEBSHOP

Posted: Fri Jan 15, 2016 9:21 pm
by cdasupport
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

Re: SmartCart extension + CSM WEBSHOP

Posted: Fri Jan 15, 2016 9:27 pm
by Pablo
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.