Jump to content

SpotPaper

Member
  • Posts

    8
  • Joined

  • Last visited

SpotPaper's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I have solved this issue one month ago, but I forgot to post how I fix this issue. What I did was that I checked database and changed one column "basket" in order_summary table. My hosting is "godaddy", and MySQL version is 4.1. After checking my the other online store( C.C version:5.2.1, MySQL:5.0, PHP:5.2.17) used for testing, I found that the type of basket is text ( MySQL version: 4.1), so I changed it back to blob. I also found that some columns were missing in "order_inventory table", for example, "hash", "options-identifier", I added them back. Actually, I am not quite sure that why this issue could be fixed was because I just changed columns and basket's type, but anyway, I didn't get this issue after I changed some columns.
  2. I solved my problem. I just did a change in js/common.html. In my original common.html, it uses google api 1.7 jquery library, but I replaced it to be src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js". It works fine now.
  3. Hi, I figured out my issue recently. If users has already put the items in cart, then click "back button" to go back to previous page, that is, "check out" stage, click check out again, items they purchased are duplicated.
  4. Hi, I also have this problem now. I am running CubeCart 5.2.1 version. Any one has this issue before? What I am doing is also like what JamesBlachford did, just to disable automatic redirect, I only left manual mode, which is "Proceed". But this is not good way to solve this issue. I am also wondering that what factors cause this issue. I am very appreciate if any one could share similar experience. Thank you very much
  5. I am also running the latest version 5.2.1
  6. Hi, guys, I think I figure out some problems. In Modules on my current live website, eachtime I save new settings in plugin, Affilliate Trackers, live help...etc, everything in Modules , it can be saved. However, next time, for example, I click "TradeDoubler" in Affiliate Trackers, it shows Module setting for TradeDoubler saved. Normally, this sentence should appear after I save my new setting, but when I click TradeDoubler and tried to set a new setting, all value has been set as default setting, then I have set again. I also do another test on localhost, it works fine without above problems any one could help? Thank you very much
  7. Hi, guys, I am using Paypal payment gateway for my website. I originally set paypal with live account, paypal payment email address with my business account, status is activated, everything is set, then save it. However, when I click "check" button after I place my orders, the payment process just shows transferring information, I have to click "proceed" button, the payment page is able to jump to paypal payment page. Also, when I click edit button for paypal payment gateway again, every filed is set as default setting, status is not activated, mode is sandbox, paypal payment email address is blank. I tried many times, the result is the same. The settings cannot be saved. I am trying to figure out, but I just want to know that any one has this issue before? Thank you very much.
  8. Hi guys, I just confronted an order summary issue and I cannot figure it out. My problem is that some customers order list are duplicated in order summary. For example, my customer ordered items as following: 4 x BRONC)X - RV65 ($6.00) $24.00 2 x Curcumin+Quercetin - RV30 ($19.50) $39.00 so subtotal should be $63.00 Total is $82.50, including shipping fee:$12.00 and GST $7.50 However, in order summary, the order list is 4 x BRONC)X - RV65 ($6.00) $24.00 4 x BRONC)X - RV65 ($6.00) $24.00 2 x Curcumin+Quercetin - RV30 ($19.50) $39.00 but the subtotal is still $63.00 Total is also $82.50, including shipping fee:$12.00 and GST $7.50 Trying to figure out, but no any clues. I have check orders.index.inc.php and orders.transaction.inc.php files in cubecart4 and cubecart4. They are completely the same since I did not have this problem in cubecart4 Any one has this issue as well? Please help
×
×
  • Create New...