|
Community Stats
- Group Authorized Reseller
- Active Posts 546 ( per day)
- Profile Views 10921
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Contact Information
#180163 Banner Display -How Many Can There Be And How Can A New Display Be Created?
Posted by requincreative
on 25 March 2014 - 11:51 PM
Theoretically you could have more than one block on a page and use "Manual" fill but you have to instantiate a new object for each slider and that would involve modifying the code.
I would recommend using something like: http://forum.cs-cart...__fromsearch__1
You only need a single integration and you can upload multiple sliders with unique id's, so there is no conflict.
#177242 Want To Have Different Color For The Single Menu Item Of The Main Menu
Posted by requincreative
on 11 February 2014 - 06:24 PM
#175338 Social Share Buttons
Posted by requincreative
on 16 January 2014 - 05:09 PM
Version 3 like this:
http://demo.requincr...ew&product_id=4
Version 4 like this:
http://cscart4.requi...-series-tv.html
#174750 Welcome Username In Header
Posted by requincreative
on 08 January 2014 - 09:09 PM
In your Admin area navigate to Design -> Template Editor and then Templates -> Blocks -> Static Templates
Click "Create New" button and name it something memorable. I named mine "welcome_user.tpl" and then "Create"
Double Click on "welcome_user.tpl" and paste the following code:
{if $auth.user_id} {if $user_info.firstname || $user_info.lastname} Welcome, {$user_info.firstname} {$user_info.lastname}. (<a href="{"auth.logout?redirect_url=`$return_current_url`"|fn_url}" rel="nofollow" class="account">{__("sign_out")}</a>) {/if} {else} Welcome, Guest. (<a href="{"auth.login_form"|fn_url}">{__("sign_in")}</a>) {/if}
Then Save changes.
Then go to Design -> Layouts and click on the location and grid that you want to add it. I added it to the default location.
Click "Add Block" and choose tab for "Create new block" then choose the "Template" block. Name it whatever you want and then select "_welcome_user" from the Template dropdown. Then click the "Create" button.
You may have to clear your cache.
#171949 Please explain MultiVendor payout process
Posted by requincreative
on 19 November 2013 - 08:24 PM
My team and I are working with Stripe Connect to build a Multi-Vendor passthrough for Stripe that will accept the customer's payment info at checkout and process payments to the individual vendors accounts and pay a commission to the shop owner's Stripe account without the need for manual intervention.
#158984 Common Templates and Addons
Posted by requincreative
on 30 March 2013 - 05:10 AM
The hook base tool isn't as useful as CS-Cart would like developers to believe it is.
#157509 StyleME - UI Template CSS Builder v3.0 - (Updated 03/13)
Posted by requincreative
on 12 March 2013 - 03:16 AM
Download will be available until 03/23/13 on a donation basis.
If you find it to be helpful buy me a cup of coffee.
Paypal: jeremy@requincreative.com
Enjoy.
Attachment is now on the 1st post in this thread with updates
#157341 Iframe in description tab
Posted by requincreative
on 09 March 2013 - 05:52 PM
To use Product Code as it is displayed on the page try this
<iframe width="100%" height="100%" src="http://www.supsite.com/product_details4.asp?productid={$product.product_code}" frameborder="0" allowfullscreen></iframe>
Don't forget to clear your cache by executing admin.php?cc
#157265 Iframe in description tab
Posted by requincreative
on 08 March 2013 - 02:35 PM
I am uploading my products with a csv file daily. For the description field I want instead of text that I use now to use an iframe to an external url. That url is html and has the info I need for each product.
I have got 2 questions,
1- can I do that? I am thinking of changing the code of product page and make it take the url and show it in the description field. I mean upload as description text "http://test.com/product1.asp" and the product page will show in description the content of that url.
2- which is the file that loads the product page? I could not find it, new to cs-cart.
Thanks
Giorgos
You want this file: skins/basic/customer/blocks/product_tabs/description.tpl
Of course if you change this file directly you are running this risk of overwriting upon core files upgrade.
Find:
{$product.full_description|default:$product.short_description|unescape}
Below add something like the following:
<iframe width="420" height="315" src="http://www.youtube.com/embed/8fuMJ3b9zo8" frameborder="0" allowfullscreen></iframe>
That will give you an output like this:
http://demo.requincr...ew&product_id=6
This method does not check to see that the URL is valid before rendering so you have to make sure that all your URL's are setup properly with correct permissions on the files.
If you want something customized that will pull the sku for each product and auto-generate a, an iframe with the SKU specific URL I'll give you a quote.
#156548 Shopalize Product Sharing App Add-on
Posted by requincreative
on 27 February 2013 - 09:05 PM
I'm pleased to announce that we have completed and successfully tested the CS-Cart integration with Shopalize Product Sharing App (http://www.shopalize.com)
What is Shopalize: http://shopalize.com/content/what-is-shopalize
Compatible with:
CS-Cart Community v3.0+
CS-Cart Professional v3.0+
CS-Cart Ultimate v3.0+
CS-Cart Multivendor By Request
This addon will priced at $30 per licensed domain.
Devleopers, please PM me for development license and distribution information.
Attached Thumbnails
Attached Files
-
shopalize.jpg 130.63KB 144 downloads
#155436 My changes - Activated but not working
Posted by requincreative
on 15 February 2013 - 03:27 PM
#155424 My changes - Activated but not working
Posted by requincreative
on 15 February 2013 - 01:55 PM
you will need to create the my_changes directory under addons in your active skin directory and then add a hooks directory inside that and an index directory inside the hooks directory:
addons -> my_changes -> hooks -> index
Inside index add styles.post.tpl and add:
your custom styles or a <link> tag to the location of your custom styles.css
#154398 Grid Background and Body Background
Posted by requincreative
on 04 February 2013 - 12:24 AM
#154392 Grid Background and Body Background
Posted by requincreative
on 04 February 2013 - 12:01 AM
I used the following to set the class to product-main in the block custom css class for the following site:
http://shyne.myclien...38;product_id=1
.product_main {
background-color:#000;
}
#154219 Add Dwolla as a payment processor
Posted by requincreative
on 01 February 2013 - 03:56 PM
- CS-Cart Community Forums
- > Viewing Profile: Reputation: requincreative