Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

EShop

Locked Asked Modified Viewed 84,505 times
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
asked
Super Admin

New eShop 2.0 is out for v9, this version will also work on v8 with a matching infusion.php, if there is a demand I will fix it.
Closing this thread with this release.

https://www.php-fusion.co.uk/infusion...e/?id=1260
[mp]613[/mp]
Edited by Falk on 09-12-2021 16:57,
0 replies

266 posts

A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

I uploaded the eShop infusion and everything seems to work except that when I try to add something to the cart, it does not get added and there is a message that says "There is something wrong". Where do I start looking for the problem?
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Are you running latest PHPFusion?
It could be a jquery issue, update the jquery version.
http://jquery.com/download/ Right click on the link , save as jquery.js
replace your current one in includes/jquery
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

There is no includes folder in the eShop infusion. Do I have the wrong version downloaded?
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

It´s in your PHPFusion root folder.
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

Unfortunately that did not fix the problem. Perhaps I should defuse and start over again.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

I don´t think reinstalling would give a new result, pherhaps of the download would have gone corrupt and you re-download and replace all files. But this problem dosen´t sound like such issue.
Please provide a link so I can test it and maybe see where it goes wrong.
It´s a new issue that haven´t been reported before, it would be nice to pin it down.
One thing you can test if you have some panels that could collide with the script, turn everything you have off and see how it works.
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

I deleted a panel that was using jquery thinking that might be the problem, and there are no other panels that would interfere that I am aware of. I have set it up on a test site at http://www.fredbonani.com/mytestsite/
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

The site path seems to be the issue, seems that we could have some issues when running your site in a subdirectory.
Anyway, to fix it open functions.php
find
http://"+window.location.hostname+"/infusions/eshop/cartaction.php


Change to

http://"+window.location.hostname+"/mytestsite/infusions/eshop/cartaction.php



All instances.
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

That fixed it. I will have to remember to change that when I put it on the live site. Thanks for the follow up and fix.

I supposed you saw the error msg that pops up when you go to the site:

module freichatx says: hardcode.php file not found!

I had a freichat_panel which I deleted along with the tables in the database but cannot figure out where that is coming from. Would have any ideas?
0 replies
J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

@DOMI
You should do
echo "http://".$settings['siteurl']."/infusions/eshop/cartaction.php";

or
var siteurl = ".$settings['siteurl'].";
"http://"+siteurl+"/infusions/eshop/cartaction.php"
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Add some more symbols, like this, because of string:

Quote

var siteurl = [bcolor=#ffff00]'[/bcolor]".$settings['siteurl']."[bcolor=#ffff00]'[/bcolor];
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

Along the same lines, I am getting an error message when trying to add a payment method and/or a shipping method. The error msg is "Something went wrong" and it appears at the bottom of the cart display where it shows the amount owed. Is that related to the problem I had as noted in my previous post?

EDIT: I just noticed however, that the confirmation email sent to the purchaser shows the Order Summary correctly.

Order summary
Subtotal 3 item(s) : 40.00 USD
VAT : 4% : 1.60 USD
Discount : 0
Payment method surcharge : 0 USD
Shipping cost : 69 USD
Total : 110.60 USD
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

One last question and it deals with setting up a PayPal surcharge. PayPal charges a flat fee of 2.7% of the purchase price plus .45. So the PayPal surcharge for a $40.00 order would amount to $1.53. I have not been able to figure out how to apply these surcharges...is it even possible to do so?
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

@ JoiNNN,PolarFox

You are both right, thank you ;)

@afoster

Quote

Is that related to the problem I had as noted in my previous post?

Yes it´s the same, you have more places where it would need to be updated for that change in functions.php

Quote

PayPal surcharge

The surcharge for payments are flatrate, One fixed sum.
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

OK, I changed the references in functions.php as suggested in your previous post and it seems to have corrected the error msg. I am now trying to figure out how to set up the PayPal charge in such a way to have a flat rate as noted in your response.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Just change the surcharge on Payment settings > PayPal, ( Click the name in the list to edit current )
Any number you set goes, It´s fixed sum by selected currency.
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

I know how to change the surcharge itself, I need to figure out how to set it so that regardless of the purchase price, the surcharge will equal the amount that PayPal will charge or as close to it as I can.

Also, when checking out, it forces you to choose a shipping mode and in most cases I will not have shipping charges. How do I prevent the forced shipping method? Can I add a shipping method that has no feeand if so how do I do so?
0 replies
I
ibrahimtsn25
I
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Turkish Locale file And do you have

http://translate.google.com.tr/ translate :)
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

@afoster

You can just add a entry with 0 cost and a suitable name.
Or you can edit checkout.php and remove

if (!shipcheck) {
      alert('".$locale['ESHPCHK137']."');
      return false;
   }


For no check of them fields.


@ibrahimtsn25
No we do not have any translations yet.
Check the download and see if it updates if you can´t do it personally.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 266 posts
  • Votes 0 votes
  • Topic users 50 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet