Jump to content

bside2234

Members
  • Posts

    410
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Kennewick, WA
  • Interests
    Guitar, Skateboarding, Snowboarding, and my kids!
  • Activity
    User/Merchant

Recent Profile Visitors

6,131,463 profile views

bside2234's Achievements

  1. No. It's happening on completely new installs of PS and TB. I've sat there and disabled all the modules one-by-one and it still did it.
  2. Problem I'm having is any product with attributes gets the quantities all mixed up. I've done 3 fresh installs of PS 1.6.1.6 (because that is what my current store version is) and 1.6.1.24 now and I'm getting the same result every time. This last time I did it in a brand new subdomain and Prestashop folder. Am I doing something wrong? Here is the Demo/Test shop where I created this test product: http://shop.griffineffects.com/prestashop/index.php?id_product=8&controller=product#/28-test-value4 Pics don't seem to want to upload for me right now so I'll explain a bit more. I got pics to upload These are the quantities/stock set in the back office combinations: Value 1 has 1 quantity Value 2 has 2 quantity Value 3 has 3 quantity Value 4 has 4 quantity If you select Value one in the drop-down on the product page it shows there is 4 quantity Value 2 shows 1 quantity Value 3 shows 2 quantity and Value 4 shows 3 quantity It's like every quantity is shifted down one and the bottom one is shifted to the top. What I've tried to fix it: Installed fresh PS 1.6.1.6 and 1.6.1.24 versions multiple times with fresh databases each time in new folders and subdomains. I get the same result each time. Last install was from a App installer on my hosts Cpanel of version 1.6.1.24 and that still did it. Contacted my host provider and they say it's all a PS problem and has nothing to do with their servers. I did try to update PHP from 5.6 to 7.0 but my back office just goes white and won't load so I don't really know what to do there yet. Went back to 5.6 and it's working fine so I left it there. I even tried to install Thirty Bees (a PS 1.6 fork) and I get the same results. This all leads me to believe something isn't set right on my server/host or PHP or something in Cpanel. I'm at a loss.
  3. themes/default-bootstrap/css/modules/blocksearch/blocksearch.css and find #search_block_top { padding-top: 50px; Increase the padding to what you like. themes/default-bootstrap/css/modules/blockcart/blockcart.css and find #header .shopping_cart { position: relative; float: right; padding-top: 50px; } Increase padding-top pixels
  4. Try going into your back office under modules. Check out the CMS Block module. There should be a check box for Display "Powered by PrestaShop" in the footer.
  5. I'm trying to add "Add to Cart" buttons (with and without attributes) in a product description so a customer can add products to the cart to create a kit without having to search through my whole website for all the parts. I've tried: https://www.griffineffects.com/cart.php?qty=1&id_product=134&add=1 and https://www.griffineffects.com/cart.php?qty=1&id_product=171&id_product_attribute=134&add=1 and neither seem to work. This is the form code I'm using: <form method="post" action="https://griffineffects.com/cart.php?qty=1&id_product=134&add=1"> <input type="hidden" name="id" value="167411" /> <input type="hidden" name="lp" value="" /> <input type="text" name="q" value="1" size="3" maxlength="5" /> <input type="submit" name="buy" value="Buy It Now" /> </form> Here is the link to the product I'm trying to create the add to cart button for: http://www.griffineffects.com/resistors/171-metal-film-resistors.html#/134-resistor_values-100k Attached image is what I'm trying to accomplish.
  6. I had this problem with 1.6.1.4 and fixed it by adding this to invoice.tpl right above <!-- Hook --> {if isset($order_invoice->note) && $order_invoice->note} <div style="line-height: 1pt"> </div> <table style="width: 100%"> <tr> <td style="width: 15%"></td> <td style="width: 85%">{$order_invoice->note|nl2br}</td> </tr> </table> {/if}
  7. Same here: Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /home/www/griffineffects.com/store/classes/PrestaShopAutoload.php on line 121 Fatal error: Call to undefined method CompareController::getProduct() in /home/www/griffineffects.com/store/modules/socialsharing/socialsharing.php on line 161
  8. Are you replacing both Theme Configurator folders? The one in the Modules folder and the one in your theme/modules folder?
  9. Not sure I'd go so far as to say it's a bug unless multiple people are having this issue. I'm not saying they aren't though. You can always restore from you backup (assuming you made a backup). You can get both of these modules from Github and replace them using FTP to see if that fixes your issues.
  10. I'm having an issue with a customer placing an order that lives in Dubai, UAE. They don't use postal codes there. Just P.O. boxes. They usually get their mail sent to their place of business so the Address 2 field would be good to have also. He was trying to put the P.O. Box in the postal field but it was not working. Can someone tell me how to do this? I'm looking at the country localization for UAE and it says, "If you do not want PrestaShop to verify the postal code for this country, leave it blank." so it's blank but doesn't accept the P.O. Box. Here is the address format I need: First Last, Avenue Hotel Dubai Al Rigga Road P.O. Box 123456 Deira, Dubai UAE The attached is the fields I get when I select UAE using Guest Checkout. I'm using 1.6.0.9
  11. You will have to do the logo, search, and cart individually. Change your logo back to 15px or whatever you want in global.css header .row #header_logo { padding-top: 15px; } Go to themes/default-bootstrap/css/modules/blocksearch/blocksearch.css In blocksearch.css change this to the same px as your logo: #search_block_top { padding-top: 50px; } Then go to themes/default-bootstrap/css/modules/blockcart/blockcart.css and change the px for padding-top to the same as the logo px and the search px. #header .shopping_cart { float: right; padding-top: 50px; position: relative; }
×
×
  • Create New...