Presenting Cs-Cart And Multi-Vendor 4.3.7

Update regarding PayPal Standard

Correct and only IPN url for 436 & 437 is

http://www.domain.com/index.php?dispatch=payment_notification.paypal_ipn
https://www.domain.com/index.php?dispatch=payment_notification.paypal_ipn

But I still got a problem. In backend order is received succesfull, status processed all info about payment from paypal. But uppon return from paypal, no matter auto return ir ON of OFF url set to

https://www.domain.com/index.php?dispatch=checkout.complete
or
https://www.domain.com/index.php?dispatch=payment_notification.return&payment=paypal

I am taking back not to

index.php?dispatch=checkout.complete

but again to

index.php?dispatch=checkout.checkout

with msg payment declined by payment processor, contact store administrator, this drives me crazy!!!

Why the heck it happens if order is processed in backend???

Hi, We are using 4.3.5. Multivendor.

But we have changed some small things in the code.

Will the upgrade to 4.3.7. remove that and do we have to start all over again?

Yes, the upgrade will rewrite the modified files. All these files are backed up during the upgrade. Once the upgrade is complete, compare the backup files with new files and reapply the modifications to the new files.

After 436 → 437 upgrade admin backend menu for

admin.php?dispatch=settings.manage§ion_id=Emails
WarningThe Section Emails is unavailable for this store.

admin.php?dispatch=settings.manage§ion_id=Stores
WarningThe Section Stores is unavailable for this store.

Can others upgraded confirm ?

After 436 -> 437 upgrade admin backend menu for

admin.php?dispatch=settings.manage§ion_id=Emails
WarningThe Section Emails is unavailable for this store.

admin.php?dispatch=settings.manage§ion_id=Stores
WarningThe Section Stores is unavailable for this store.

Can others upgraded confirm ?

have you changed the admin.php file to other name...

Yes. Magically links started to work as if sombody fixed it…

Don’t destroy the magic of the new awesome cs cart :wink:


Awesome work and fixes in 4.3.7 :slight_smile:

When will the cache addon come from beta to marketplace and how about the invoice editor? Will the addon be released as beta?



Regards

Dzemal

Found issue when upgrading. Thumbnail settings in 4.3.7 show up in source code as min-width and min-height and make it so the images do not work well with responsive theme. It makes them a fixed width. Here is the old code for scroller image in css. Note the element.style.

element.style {
  1. display: inline;
}
img {
  1. max-width: 100%;
  2. height: auto;
  3. vertical-align: middle;
  4. font-size: 0;
}

This is what it looks like now in the upgraded 4.3.7 source. Note the 4.3.6 version above just has (display: inline) and no min width defined.

element.style {
  1. display: inline;
  2. min-width: 376px;
  3. min-height: 282px;
}
img {
  1. max-width: 100%;
  2. height: auto;
  3. vertical-align: middle;
  4. font-size: 0;
}

Post to bugtracker

When will the cache addon come from beta to marketplace and how about the invoice editor? Will the addon be released as beta?


Regards
Dzemal

The full-page cache won't be included into CS-Cart package, because it requires technical skills to configure and maintain.

Invoice editor will be released in one of the next middle point versions. Not sure exactly in which because it's still in progress.

Thank you for clarification.

Update regarding PayPal Standard

Correct and only IPN url for 436 & 437 is

http://www.domain.com/index.php?dispatch=payment_notification.paypal_ipn
https://www.domain.com/index.php?dispatch=payment_notification.paypal_ipn

But I still got a problem. In backend order is received succesfull, status processed all info about payment from paypal. But uppon return from paypal, no matter auto return ir ON of OFF url set to

https://www.domain.com/index.php?dispatch=checkout.complete
or
https://www.domain.com/index.php?dispatch=payment_notification.return&payment=paypal

I am taking back not to

index.php?dispatch=checkout.complete

but again to

index.php?dispatch=checkout.checkout

with msg payment declined by payment processor, contact store administrator, this drives me crazy!!!

Why the heck it happens if order is processed in backend???

I guess magic got nothing to do with it, as I just upgraded from 4.36 to 4.37 and guess what?

PayPal IPN is !@#$ed up again. All paypal orders are set to "OPEN" mode.

I've been using below IPN link for sometime and it worked just fine.

https://mysite/index.php?dispatch=payment_notification.return&payment=paypal

Any suggestions to make IPN work again?

Thanks,

X

I tell you this, IPN worked on 422! even when not enabled on PayPal.

Goto

https://www.paypal.com/COUNTRY_TWO_LETTERS/cgi-bin/webscr?cmd=_display-ipns-history

Message ID

There you'll see

Notification URL: https://www.truebalticamber.com/index.php?dispatch=payment_notification.paypal_ipn

Correct data should be:

HTTP response code 200

Delivery status Sent

No. of retries 0

I think IPN should work even when disabled. If you set this url

https://mysite/index.php?dispatch=payment_notification.return&payment=paypal

in PayPal IPN settings, you give incorrect link to paypal, that is why you get Open orders, as correct link should be

https://mysite/index.php?dispatch=payment_notification.paypal_ipn


I've been using below IPN link for sometime and it worked just fine.

https://mysite/index.php?dispatch=payment_notification.return&payment=paypal

Any suggestions to make IPN work again?

Thanks,

X

Hi!

Yes, we'll update the Store Import add-on within 2 weeks so that it works with 4.3.7.

Hi

Is there any news with this? I'm waiting to do a fresh install and store import.

Regards

Barry

Hi

Is there still no progress, it was supposed to be within 2 weeks.

Really need this.

Thanks

Barry

Hi

Is there still no progress, it was supposed to be within 2 weeks.

Really need this.

Thanks

Barry

Yes, unfortunately no progress yet.

Why don't you Store Import to 4.3.6 and than upgrade using Upgrade Center?

Yes, unfortunately no progress yet.

Why don't you Store Import to 4.3.6 and than upgrade using Upgrade Center?

Hi Imac

Because I have already tried to do store import from our site 4.3.6 to the new store 4.3.6 and as a member of your staff pointed out, store import isn't designed to do this!

So I installed 4.3.7 on our new site but can't now do store import.

Regards

Barry

If you are on 4.3.6, why would you use the store import anyway?

If you are on 4.3.6, why would you use the store import anyway?

Hi

Because I am creating a new website (domain) and its the cleanest way (suits me)

Barry

Hi

Because I am creating a new website (domain) and its the cleanest way (suits me)

Barry

In my experience, the only "clean" way is a fresh install. Both the store import and upgrade have caused issues.

After each upgrade, I compare files and database structure to a clean install to make sure there are no conflicts.