X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

PhilJ 01-20-2014 08:04 AM

Re: X-Cart - reBOOT - Responsive Template
 
GOOD NEWS! reBOOT is now available on GitHub for developer licence holders, which enables you to obtain the latest files anytime you wish.

Any changes to the template will be immediately synced to the repository.

Files are in a private repository, so if you wish to have access, send me your name, order ID, email address and GitHub user ID.

If you do not have the developers licence, you can upgrade by simply purchasing an additional licence.

xtech 01-21-2014 04:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi,
Thank you for sharing files.It will be better now.

I have a small question I have seen X cart Form builder in your site http://www.xcartmods.co.uk/x-cart-form-builder.html If I want to add it in our reboot template in 4.6.1?

It is very good if you release this type of addons in reboot.I want to use custom form in reboot.

Thank you very much.

PhilJ 01-23-2014 03:43 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

I have a small question I have seen X cart Form builder in your site http://www.xcartmods.co.uk/x-cart-form-builder.html If I want to add it in our reboot template in 4.6.1?

That's an old mod, but I may update it in the near future.

You can easily create complex forms for Bootstrap with this tool. Then I would use something like Forms to Go to create the PHP form script.

Or you could try Machform.

OpheliaPayne 01-23-2014 07:52 AM

Re: X-Cart - reBOOT - Responsive Template
 
I have a ticket submitted, but I think it may have gotten lost.

We are a 100% digital store. In our previous store, we had it set so that the quantity, by default, was one and you couldn't do anything with it. Is there a way to disable or not show quantity throughout the store?

You had replied back that we would need to edit skin/reboot/customer/main/product_details.tpl

<span class="product-one-quantity">1</span>
<input type="hidden" name="amount" value="1" />

{if $product.distribution ne ""}
{$lng.txt_product_downloadable}
{/if}

However, I tried deleting that code, and it doesn't change anything. We need every reference of quantity hidden. Product page, product list, related and also bought areas.

How do I remove the Buy Now button and "Set your own price!
The price for this product is not set. You can decide how much you want to pay." text?

I found this in xCart, but your templates are different.

http://forum.x-cart.com/showthread.php?t=68303&page=2& ... product+is

Will you be adding the option for the wish list button to show on the Related/Also bought areas? This was brought up in our customer validation as something they expected to be there.

Thank you.

PhilJ 01-23-2014 08:33 AM

Re: X-Cart - reBOOT - Responsive Template
 
1 Attachment(s)
If all your products are digital, then the quantities will always be 1 and it should hide the quantity dropdown/field, example.

If there's no prices, the 'set your own price!' label can be commented out from skin/reboot/customer/main/products_t.tpl

You can remove the 'buy now' buttons in general settings > appearance, or customise skin/reboot/customer/main/products_t.tpl - OR - skin/reboot/customer/main/buy_now.tpl

The 'add to wishlist' button has just been added for related/also bought tabs, see attached file (skin/reboot/customer/simple_products_list.tpl), example.

OpheliaPayne 01-23-2014 09:27 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
If all your products are digital, then the quantities will always be 1 and it should hide the quantity dropdown/field, example.


We are using the Altered Carts Download Expander however. I am assuming that is what is causing the difference? How do we work around it?

Thank you for all the other replies! I really appreciate it. You've been incredibly helpful through our installation and customization and I highly recommend your template and services.

xtech 01-24-2014 02:07 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
That's an old mod, but I may update it in the near future.

You can easily create complex forms for Bootstrap with this tool. Then I would use something like Forms to Go to create the PHP form script.

Or you could try Machform.


Thanks for your suggestions.But all are third party.I want to work in reboot and also want to make it responsive it will be better if you please release the addons for reboot version 2

Thanks again.

Arca 01-24-2014 09:50 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi,
I have added reboot template for my new store.

But I am facing a problem now-
In the home page manufacturer scroll images is running and category icon in category pages image is displaying but ajax loader is loading in background.

What is the issue here?

thank you.

PhilJ 01-25-2014 04:34 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

But I am facing a problem now-
In the home page manufacturer scroll images is running and category icon in category pages image is displaying but ajax loader is loading in background.
Please post a support ticket and I'll take a look.

PhilJ 01-25-2014 06:55 PM

Re: X-Cart - reBOOT - Responsive Template
 
Small fix for the Facebook social sharing button, so that the FB comments box is fully visible onclick... (reBOOT v2.x).

skin/reboot/css/reboot.css

After...
Code:

#social .pinterest-pinit { margin-top: 40px; }
Insert...
Code:

div.fb_edge_widget_with_comment { width: 450px!important; }
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] { min-width: 450px!important; }



All times are GMT -8. The time now is 12:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.