Bitcoin Forum
April 30, 2024, 12:19:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  Print  
Author Topic: BitShop - cryptocurrency shopping cart script [PHP/MYSQL] (v1.1.2)  (Read 74728 times)
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 01, 2015, 11:25:23 AM
 #421

http://bootswatch.com/slate/

Hey bitfreak, I keep trying to figure out how to add this theme to my store but I'm at a loss, can you help me figure it out please ?

I thought I had it but the menu bar was all jacked vertically or something.

Ty.

There's 6 diff files for that theme and only one found in the existing css folder so not sure where the others go.
BitShop is using Bootstrap 2.3.2 so you'll need to download your theme from here: http://bootswatch.com/2/slate/

All you should need is the bootstrap.min.css file (replace the existing one in the css folder).

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
1714479572
Hero Member
*
Offline Offline

Posts: 1714479572

View Profile Personal Message (Offline)

Ignore
1714479572
Reply with quote  #2

1714479572
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714479572
Hero Member
*
Offline Offline

Posts: 1714479572

View Profile Personal Message (Offline)

Ignore
1714479572
Reply with quote  #2

1714479572
Report to moderator
1714479572
Hero Member
*
Offline Offline

Posts: 1714479572

View Profile Personal Message (Offline)

Ignore
1714479572
Reply with quote  #2

1714479572
Report to moderator
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 01, 2015, 11:30:19 AM
 #422

Hey bitfreak, in addition to my last reply. I need a quick bit of help regarding goxgrab.

I'd like to use the btc price for something separate from the store. Can you tell me how I might otherwise get the below variable to work ?

Like what file do I need to include_once to get my variable to work ?
You will probably need the following includes:

require_once('goxgrab/market_stats.php');
require_once('lib/common.lib.php');
require_once('inc/config.inc.php');

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
January 02, 2015, 04:17:19 AM
 #423

http://bootswatch.com/slate/

Hey bitfreak, I keep trying to figure out how to add this theme to my store but I'm at a loss, can you help me figure it out please ?

I thought I had it but the menu bar was all jacked vertically or something.

Ty.

There's 6 diff files for that theme and only one found in the existing css folder so not sure where the others go.
BitShop is using Bootstrap 2.3.2 so you'll need to download your theme from here: http://bootswatch.com/2/slate/

All you should need is the bootstrap.min.css file (replace the existing one in the css folder).
http://spend-ur-bits.com/index.php

Everything looks good, except a weird thing with the Navigation box in admin and the category box seen every where else.

Check out the corners.

FWIW, I did the bootstrap.min and bootstrap files. Not sure what the .less files are for / do.

Hey bitfreak, in addition to my last reply. I need a quick bit of help regarding goxgrab.

I'd like to use the btc price for something separate from the store. Can you tell me how I might otherwise get the below variable to work ?

Like what file do I need to include_once to get my variable to work ?
You will probably need the following includes:

require_once('goxgrab/market_stats.php');
require_once('lib/common.lib.php');
require_once('inc/config.inc.php');
Will check on this and get back to you.

To be decided...
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 02, 2015, 04:43:54 AM
 #424

http://spend-ur-bits.com/index.php

Everything looks good, except a weird thing with the Navigation box in admin and the category box seen every where else.

Check out the corners.

FWIW, I did the bootstrap.min and bootstrap files. Not sure what the .less files are for / do.
You don't need to worry about the .less files.

You should be able to fix that issue by searching your bootstrap.min.css for this line:

.nav>li>a:hover{color:#fff;text-decoration:none;background-color:#3a3f44}

And then replace it with this line:

.nav>li>a:hover{color:#fff;text-decoration:none;background-color:transparent}

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
January 02, 2015, 06:11:56 AM
 #425

http://spend-ur-bits.com/index.php

Everything looks good, except a weird thing with the Navigation box in admin and the category box seen every where else.

Check out the corners.

FWIW, I did the bootstrap.min and bootstrap files. Not sure what the .less files are for / do.
You don't need to worry about the .less files.

You should be able to fix that issue by searching your bootstrap.min.css for this line:

.nav>li>a:hover{color:#fff;text-decoration:none;background-color:#3a3f44}

And then replace it with this line:

.nav>li>a:hover{color:#fff;text-decoration:none;background-color:transparent}
Didn't work.

To be decided...
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 02, 2015, 06:20:06 AM
 #426

The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.

EDIT: I just checked your bootstrap.min.css file and it doesn't look like you've applied the changes, unless you already changed it back.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
January 02, 2015, 06:21:16 AM
 #427

The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
Thats just it, I did, ctrl+f5 and nothing changed. No biggie I guess, guess I can live with it.

Did say yourself I should be able to fix it, not here this will do it ;-p

To be decided...
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 02, 2015, 06:29:52 AM
 #428

The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
Thats just it, I did, ctrl+f5 and nothing changed. No biggie I guess, guess I can live with it.

Did say yourself I should be able to fix it, not here this will do it ;-p
Are you sure you uploaded the modified css file? I just checked and it seems to be exactly the same (http://spend-ur-bits.com/css/bootstrap.min.css).

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
January 02, 2015, 06:37:35 AM
 #429

The changes may not show because the css file has probably been cached by your browser. You'll need to force it to reload or simply try a different web browser.
Thats just it, I did, ctrl+f5 and nothing changed. No biggie I guess, guess I can live with it.

Did say yourself I should be able to fix it, not here this will do it ;-p
Are you sure you uploaded the modified css file? I just checked and it seems to be exactly the same (http://spend-ur-bits.com/css/bootstrap.min.css).
I undid the change but I'll re UL it.

To be decided...
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 02, 2015, 08:19:17 AM
 #430

Yeah this fix wont be as simple as I thought it'd be. I'll probably need to edit the .less files and then generate a new .css file (now you know what the .less files are for). Although your fix seems to be a good enough solution for now.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
January 02, 2015, 08:23:15 AM
 #431

Yeah this fix wont be as simple as I thought it'd be. I'll probably need to edit the .less files and then generate a new .css file (now you know what the .less files are for). Although your fix seems to be a good enough solution for now.
My fix if your talkin about what I think you are just made the top corners better lol

But I did that for diff reasons.

To be decided...
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 02, 2015, 09:36:52 AM
 #432

Ok I think the best solution is the following.

Open /inc/themes/default/side.inc.php and replace this line:

          <ul class="nav nav-list" style="padding:8px 0;">

With this line:

          <ul class="nav nav-list">

In other words just remove that inline style, I shouldn't have done that.

Then open your /css/main.css file and replace this block of code:

#side_nav {
   padding:14px;
   padding-top:0px;
   padding-bottom:0px;
}

With this block of code:

#side_nav {
   padding:0px;
}

Also restore the original bootstrap.min.css file for the slate theme.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
MoreBloodWine
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001


View Profile
January 02, 2015, 09:50:37 AM
 #433

Ok I think the best solution is the following.

Open /inc/themes/default/side.inc.php and replace this line:

          <ul class="nav nav-list" style="padding:8px 0;">

With this line:

          <ul class="nav nav-list">

In other words just remove that inline style, I shouldn't have done that.

Then open your /css/main.css file and replace this block of code:

#side_nav {
   padding:14px;
   padding-top:0px;
   padding-bottom:0px;
}

With this block of code:

#side_nav {
   padding:0px;
}

Also restore the original bootstrap.min.css file for the slate theme.

Thx, will give it a shot... also, would you be interested in looking at something non shop related ? Can discuss a small fee if required. Will PM you details based on your answer.

Will also update this reply if your above idea needs tweaking or something.

To be decided...
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 02, 2015, 10:30:01 AM
 #434

Thx, will give it a shot... also, would you be interested in looking at something non shop related ? Can discuss a small fee if required.
Depends on how complicated the job is. Got a lot in the pipe right now.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
demidof
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 04, 2015, 02:21:00 AM
 #435

What is the best way to transfer btc in my website to my blockchain.info wallet and immediately use it?

1. Login to admin area
2. Got to Orders
3. Select MANAGE KEYS
4. Select EXPORT KEYS
5. Input private RSA key when prompted
6. Copy text from "Blockchain.info Format" box
7. Log into Blockchain.info wallet
8. Select "Import / Export" from top menu
9. Select "Import Wallet" from side menu
10. Paste text from step 6 into box and submit

4. Select EXPORT KEYS
Unexpected problem locating keys.

http://s017.radikal.ru/i414/1501/78/143337988c36.png

bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 04, 2015, 03:42:45 PM
 #436

You cannot export keys if you have no keys in your database (notice it says "there are no keys yet").

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
centauri
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 10, 2015, 01:46:48 PM
 #437

i have many problems in the script

i installed it on my website but when i'm trying to setup coinbase and check the url on coinbase settings it's keep say that

Server responded with: 500 Internal Server Error

any way i tried to put any product and want to test it when i'm trying to pay it keep say

All API's are unavailable. Please try again later.


please i sent an email to you throw your website but i didn't get any respond

sorry for my bad EN
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 10, 2015, 02:21:41 PM
 #438

i installed it on my website but when i'm trying to setup coinbase and check the url on coinbase settings it's keep say that

Server responded with: 500 Internal Server Error
A 500 error is what should happen when you test it in coinbase, because it's not providing any legit transaction data to the script.

any way i tried to put any product and want to test it when i'm trying to pay it keep say

All API's are unavailable. Please try again later.
That means your server is unable to make any remote connections, check that you have curl installed.

please i sent an email to you throw your website but i didn't get any respond
Sorry the contact form is currently not working due to a stupid filter put in place by my host.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
centauri
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 10, 2015, 02:37:56 PM
 #439

thank you i will try it
and thank you for fast respond ^_^
centauri
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 10, 2015, 06:59:08 PM
 #440

http://s1.postimg.org/c7hbv3cgv/image.png
i'm getting this error

what can i do ?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!