orillacart
Forum Replies Created
-
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Order comments in Admin notify emailHello,
Try:
<?php echo strings::htmlentities($this->order->order_comments); ?>Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] incorrect currencyHello,
Is the currency set to pounds in orillacart settings?
If you like mail me a screenshot where exactly the currency is changed to [email protected]Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Orillacart will not activateHello,
You need newer php version ( >= 5.3.0).
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] I need help with OrillaCartHello,
Try to pre-save your permalink structure.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Change Shipping to read DeliveryHello, you need to make new translation of Orilla Cart. Translate only the “Shipping Address” to “Delivery Address”.
The folder path is: orillacart\com_shop\languages Create new .mo file by using poedit or similar software. Finally name the file “com_shop-en_EN.mo”Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Button OverrideHello, the file you are looking for is located in orillacart\com_shop\assets\frontend-styles.css
It will be best if you copy the necessary css rules in new css file located inside your theme folder. Otherwise, if frontend-styles.css is edit directly, all changes will be lost in the next Orilla Cart update.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Order a product when out of stockThere is no option, which will work for your case.
Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Order a product when out of stockHi, you can set the stock availability to “In Stock”. This way your clients will always be able to buy and you will be able to manage the amount.
The same thing is possible with product variations.
The product variations are listed inside the main product in “Variations” tab, after they have been created.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Category PagesHi, it is not possible. I assume that
Shop our Catalog is the name of the shop page, so this inscription is given by WordPress and not from Orilla Cart.
Currently “breadcrumbs navigation” is not available.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] PayPal ProHello, PayPal Pro is available. You can take a look at our extension directory.
Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] UPS and USPS Shipping pluginHello, unfortunately these modules are not available yet.
However Pre-installed advanced shipping method is available.Best Regards
Hi again,
I understand now.
The problem is that these “Content Sections” are automatically generated templates by your theme. In other words, they are not WordPress Pages and the store can not be loaded into them.Best Regards
Hi,
the short code for Orilla Cart is [framework] .
To select page for Orilla Cart, go to My Shop > Configuration > Appearance tab > Shop Page and select the page you wish to use.Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Can't Open Product PagesHi, try to save your permalink structure. Go to Settings > Permalinks > and save.
For the future, please use our Orilla Cart support forum.
https://orillacart.com/forum/Best Regards
Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Page LayoutHi,
it is possible.
The files you need to edit are located in “orillacart\com_shop\front\views\product\templates”Basically what you should do is collect the required code from the files, and assemble it together as you wish to appear.
product_data.tpl – Buy button
attributes.tpl – Select Options
view_product_details.tpl – Description and tabsYou can make the necessary changes in this file “view_product_details.tpl ”
If you do your modifications in that file directly, they will be lost after updating, so you need to use template overrides.
Create “\com_shop_front\product” folder in your theme, and place there the edited files, and your changes will be saved.For the future, please use our Orilla Cart support forum.
https://orillacart.com/forum/Best Regards