Something PRO happened: RapidCart Pro is here!

You can already use Date type product options to somehow reserve a purchase for a specific date or time.

http://rw.4gnd.com/rapidcartpro/manual/#build-your-catalog/versions-and-options

but at the moment this can’t be bound to actual room availability.

Thanks for your feedback. We’ll consider adding it in a future update.

I have used RPC Pro for few months and it work so perfect. However, It happened few days ago. There was no email coming when customers placed orders through RPC Pro. I touched nothing on Settings. Actually, it’s about 2 hours before emails to show up. I am using Gmails and I think it’s because gmail blocked, so I create new gmail but no email/order as well. Does someone got this problem?

Stack 3, RPC Pro 1.3.5 (490)
Gmail Settings: smtp.gmail.com, Port 465 TLS or 587 SSL.

Please advise,
Thanks,
Miti

A delay in receiving emails may be due to greylisting.

iCloud email addresses use greylisting, but Gmail ones AFAIK don’t.

Anyway this is not RapidCart Pro specific.

RapidCart Pro 4.0.0 has just been released!

This HUGE update comes at absolutely NO COST for existing RapidCart Pro users.


New features
Stock management.
Coupon codes.
Taxes tiers (e.g. default, reduced, food).
New Product stack to build product pages with Stacks.
Downloads limit for Digital Download.
Order details stored in database.
Low availability badge in product and version boxes.
New multiplier setting for “Number” option.
Setting to hide product from Catalog.
Cost/discount based on items count.
IP and Email blacklist for entire shop.
Setting to make customer Company and VAT ID required.
Order details are now stored in database.
Position settings for payment methods.
HTTPS setting to force store to load on HTTPS protocol.
Content padding settings for Foundation and other blank themes.
Link in order receipt to see VAT details on VIES website.

Enhancements
Improved performances.
Improved payment handling.
New faster Checklist page.
Improved Order Receipt.
Improved Download page.
Improved Cookies Disclaimer.
Improved Amazon S3 support.
Product SKUs are now always displayed in seller’s receipt.
Improved handling of all buttons.
Localization for PayPal redirection page.
Step editor for shipping rules and costs/discount now allows decimal numbers input.
Cost section now better highlights rule result as either “cost” or “discount”.
Improved Email settings panel.
Execution time is now displayed at page bottom when Debug mode is enabled.
Removed useless JS/CSS component.
Major enhancements in CSS style and JS scripts code to improve compatibility with 3rd-party themes.

Bug Fixes
Fixes catalog toolbar layout on small devices.
Fixes PHP error when using “date” option without min/max date.
Fixes broken search functionality in Catalog page.
Fixes in manual sending of Digital Downloads.
Fixes empty cart when “Show default taxes” is enabled.
Fixes missing element margins on some themes.
Fixes broken Allowed Countries list for new projects.
Fixes crash removing optionSet option from Option Sets main panel.
Fixes sluggish double click to edit in step editor for shipping rules and cost/discount section.
Fixes productLongDescriptionHTML CSV import.
Fixes “Invalid integer” error when using Stripe payment under some circumstances.
Various small bug fixes.



1 Like

Amazing this update!

2 Likes

WOW - what an amazing update. This is a new level of RW shopping Carts.

2 Likes

thanks for the new version 4.0 of your plugin. I still have problems to integrate RapidCart to a Foundation Theme. If I use the @import((xxx)) in the header than the site width is not controlled by the Foundation setup and the shop site used the full page width. The only way to solve this for me was use a BlankTheme and set the responsive with to same size as it is used for the Foundation Theme. Any other idea?

Foundation is essentially a theme to be used with stacks.
Due to RW design, RapidCart Pro can’t behave like a Stacks page.
However you can use #rc-header, #rc-content and #rc-footer CSS selectors to style RapidCart Pro Header, Content (Catalog, Product, Cart) and Footer sections.

Paste the following in Customisation - Styles and change max-width to what is in Foundation Site Style:

#rc-content {
max-width: 1000px;
margin-left: auto ;
margin-right: auto ;
}ï»ż
1 Like

Thank you so much, that works


RapidCart Pro 4.0.1 has just been released!

New features
New setting to show short description in product page.
New setting to show Checkout button above or below items in Cart Review page.

Enhancements
Taxes are now passed to PayPal.

Bug Fixes
Fixes coupon codes not accepted when no usage limit is set and no DB is used.
Fixes problem with max number of items that can be added to cart when stock management is enabled.
Fixes problem with filter by categories or tags when containing spaces.


2 Likes

RapidCart Pro 4.0.3 has just been released!


New features
New Cart setting to redirect customer to home page after checkout.

Enhancements
PayPal error is now sligthly more verbose.
Improved back buttons.

Bug Fixes
Fixes problem with order sent without a valid PayPal transaction ID.
Fixes PHP error when DB is enabled and no coupon is used.
Fixes crash accessing country taxes on a new projects.
Fixes broken styles button for StyledText description, header and footer.
Fixes PHP error in Cart review page and order receipt when using coupon code.



1 Like

Is there a way to have a separate shipping rule for a special product group or can I add additional shipping costs to a product?

Sure. Use an additional cost for specific product (SKU), tags or categories.

See http://rw.4gnd.com/rapidcartpro/manual/#add-costs-and-discounts/costs for more info.

1 Like

thanks for your assistance