orillacart
Forum Replies Created
-
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] How To Set Inventory/Stock For Variations?Hi, go to Configuration and check “Check Stock” and save. Then go to Stockrooms create and publish a new stockroom. Go to your product variation inventory tab.
Stock Room – choose your newly created stockroom ( there is appearance bug there “no stockroom”) but your stockroom is selected.
Amounts – enter your amount.
Manage Stock – choose “Yes” (again the same appearance bug)
Stock Availability – it’s a little bit tricky
global – it turns ON the all of the stockrooms amount management options.
In Stock – always in stock. Always available for purchase. Тhe amount continues to be calculated (stockroom is ON).
Out of Stock – Stops everything all together. Product status “Out of Stock”To manage your amounts go to Manage Amounts. There is a product filter. Find your product and test how it works for you.
For the future use our support forum:
https://orillacart.com/forum/Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Attributes Not Showing upHello,
When all products in the cart are of type digital, then you should not see shipping options. Also we have just checked the paypal cancel button and we are not able to download the digital product withouth payment.
The download is enabled after IPN request is sent from paypal that validates the payment and the order status is moved to completed.We have tried the following steps to replicate the problem:
1. Add product to the cart.
2. Proceed to paypal by clicking the button in the shop.
3. Clicking the “Cancel and back to the merchant site” link.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Changing "Order Details" text on Checkout pageHello,
If you edit the template directly, you will lose the change on update.
You can override that template by creating the following directory structure in your theme directory:/com_shop_front/cart
and copying the file checkout.tpl.php there.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Attributes Not Showing upHello again,
Also please let me know if the attribute name is visible in the product admin, attributes tab. If the name is visible there be sure to click on the right corner, so that the attribute can be expanded.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Changing "Order Details" text on Checkout pageHello,
You need to generate new .mo file (language file) The file you need to edit is located in /wp-content/plugins/orillacart/com_shop/languages
“com_shop.pot” . Edit this file using Poedit or similar software and generate your own translation of Orilla Cart. Place the new com_shop-en_US.mo file in the same folder.New support forum available:
https://orillacart.com/forum/Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Attributes Not Showing upForum: Plugins
In reply to: [Orilla Cart - eCommerce] More Views and Description TabsHello,
You need to override the gallery template and remove the additional images from there.
Create the following folder in your theme forlder:
/com_shop_front/productCopy there the file below:
plugins/com_shop/front/views/product/templates/gallery.php
Open the copied file and modify the code below:
<?php if (!empty($this->row->images)) { ?>
to:
<?php if (!empty($this->row->images) && is_array($this->row->images) && count($this->row->images) > 1 ) { ?>
Best Regards
Forum: Reviews
In reply to: [Orilla Cart - eCommerce] Nice pluginHello,
We are unable to replicate the error on our development server, so it must be something specific to your hosting or configuration. If you send us access I will take a look and if there is a problem we will release an update.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Delivery method don't operateHi, please send us FTP and wp-admin access
here: [email protected]Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Select 4 out of 12 items?No sorry.
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Page titles missing/changed to URLHello again,
The problem is fixed on your site and an update was released to address that bug.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Page titles missing/changed to URLHi again, please send us wp admin access here: [email protected]
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Page titles missing/changed to URLHi, deactivate Orilla Cart. If that does not fix the pages title, it is very likely that Orilla Cart isn’t closing the problem.
Installing SEO plugin will most likely help.New support forum:
https://orillacart.com/forums/forum/general-support/Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] ShortcodesHi, for the moment categories shortcodes are not available.
For future support: https://orillacart.com/forum/
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Firms and companys ordersHello,
That is something, that will be added in the future versions of the plugin.
However it is possible now fields to be added trough the API of the plugin.Best Regards