ThemeForest

Sofa SuppaStore - WordPress Driven Webshop

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
jlatino Purchased

Hi Feeleep:

How can I change the automated response after someone purchases from my website? Here’s what I have now: Just to let you know that your order has been received. On a side note, shopping and payment details will be sent by PayPal.

Also how can I change what email send this automated response?

Thanks!

Justin

feeleep

If you are English spoken then all of the phrases used by this theme can be overwritten by creating “en_EN.mo” localization file.
Otherwise…
Open the file named “sofa_suppaStore/gateways/paypal_ipn.php” and go to line #154. That’s where you can change the message.

As for where to change sender’s email address, it’s the same file but different line number: #33.

Default-user
jlatino Purchased

Thanks Feeleep. I haven’t made any changes yet but I will take a look as you have suggested. Curiously, I just received the following error message from paypal. Any idea how to fix?

Hello Justin Latino,

Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL are failing:

http://www.mochilaswayuu.co/wp-content/themes/sofa_suppastore/gateways/paypal_ipn.php

If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.

Thank you for your prompt attention to this issue.

Thanks,

PayPal

feeleep
Well, try to enter the above URL into your Browser’s address bar, it’ll tell you what exactly is the problem:
Page not found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Login to your server via FTP client and check whether the file is found in given path (“sofa_suppastore/gateways/paypal_ipn.php”). If the file is not there someone has remove it for some reason and be sure to get it back.
However, if the file can be found in given location/path and “Page not found” message persist, contact your hosting provider because that’s literally impossible.
Default-user
jlatino Purchased

I re-downloaded the paypal_ipn.php that you provide with the theme and made the appropriate changes to the automatic email response. When I go to: http://www.mochilaswayuu.co/wp-content/themes/sofa_suppastore/gateways/paypal_ipn.php, I now see a “0”. Is that how it should be?

Kindly, Justin

feeleep

If there is no “page not found” server response then everything should be right. Switch your webshop to Sandbox mode and make a couple of test transactions to see whether everything works fine. If everything is OK in Sandbox switch back to “live” mode and you can be safe that people are able to buy stuff from your site.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hi Feeleep, Lovely theme! I am developing my site here: http://backshop.goradiate.com/product/rome and I have trouble with the related products: as you can see in the link they are cut in half and we cant see the full preview. Can you help please? Best wishes, Melissa

feeleep

It looks like someone has added new set of styles for “scrollable” DIV. And I can’t figure out where these new styles reside … I mean they can’t be found in any CSS file.
Please take a look at the image here: http://goo.gl/2dwGa
Remove 75px height for ”.scrollable” that can be found in “rome #3” (whatever it is) and everything will be fine.

Default-user

Thanks for your help! I discovered that it was a conflicting image slideshow plugin and now it works.

feeleep

OK, great to read that you’ve got it sorted out.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
jlatino Purchased

Hi Feeleep,

Can you please explain how to re-arrange the order the images appear in the NIVO slider?

Thank you,

Justin

feeleep
Nivo slides are sorted alphabetically. For instance, let’s say we have 3 slides whose titles are as follows…

Gamma slide
Alpha slide
Beta slide
they will be sorted as:

Alpha slide
Beta slide
Gamma slide
...but can easily be rearranged by adding some prefix to Nivo slide title, like so:

C_Alpha slide
A_Beta slide
B_Gamma slide
...which will re-sort slides on front-end:

A_Beta slide
B_Gamma slide
C_Alpha slide

Hopefully you’ve got the point!

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States

Can inventory items be uploaded with a comma delimited file, or an xls sheet? How can I import mass inventory items?

feeleep

It has been mentioned already many times before but I know it’s kinda pain in the a** to find required information in the sea of comments…
CSV import is possible via phpMyAdmin (database manager) but there’s one important fact to keep on mind: your CSV file has to be properly formatted. This theme is using custom post types, custom taxonomies and stores certain (mandatory!) product meta-data with each newly created product. So, you can’t just rely on what’s called a standard CSV file for WordPress.

  • Has been a member for 0-1 years

Hi there,

I’m curious as to whether it would be simple to implement a grid style layout for when the user clicks on a tag on a product. Right now it’s just a long column.

Thanks

feeleep

I guess that depends on how skilled someone is regarding CSS, HTML and PHP/WP because these three will definitely be included into each and every layout change.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Netherlands

Hi Support,

How can i setup newsletter Subscribe… i cant find this option in my widgets… thanks for this great template

Kind Regards, Peter

feeleep

This theme is using Epicwin plugin which should be activated first. So go to Plugins > Installed Plugins, find Epicwin on the list and activate. Beware: don’t update plugin even though it’ll find newer version. OK, once plugin is active get back to Appearance > Widgets and find “SOFA Newsletter (by Epicwin)” widget.

Default-user

thanks, that was the problem this plugin was updated. I’ll try to find older version? I still have one problem: I tried to translate the words in basket Order by email in mo and po it is translate also i did this in codestyling translation but nothing happend??

feeleep
Please take a look at the theme Manuals in order to find out how to localize your theme copy. If you want to “translate” certain phrases only (not the entire theme), you will have to find it theme files and rewrite. For example…
1. open “checkout.php” for edit and go to line #236
2. rewrite “Order by email” with your own phrase. Entire line of code looks like this:

<a id="co_em" title="<?php _e( "Order by email", "sofa_suppastore" ); ?>" href="#">
3. save “checkout.php”
Default-user

Hi Support, I did read all and have no problems with anything except this. Also changed now this php but the button is still called order by email?

feeleep

Do you use any page caching plugin. like W3 Total cache or SuperCache? Did you upload modified file to a proper location/path on the server? If you change something and the changes are not reflected then an old file must be used. It’s either cached or not overwritten.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
svordtail Purchased

Hi – I bought suppastore yesterday and since I had to change currency to ISK then Paypal probably doesn´t work. So My question is : How can I remove the paypal button ?

feeleep
It has been mentioned many times already…
Open “checkout.php” and delete line numbers #239, #240 and #241. Here’s how these lines of code look like:

<a id="co_pp" title="<?php _e( "Checkout with PayPal", "sofa_suppastore" ); ?>" href="#">
    <img src="<?php echo get_template_directory_uri(); ?>/images/co_paypal143x37.gif" alt="<?php _e( "Checkout with PayPal", "sofa_suppastore" ); ?>" />
</a>

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
electroasd Purchased

Hello There! Thank you very much for you great theme!

Suddenly a problem appear. When a client do a purchace a product the inventory stock doen’t dectuct the inventory number of the product.

Have you any idea why this happens?

feeleep

It doesn’t happen with e-mail orders because the payment doesn’t happen in real time. Product gets “reserved” for a buyer at the time of payment verified/accepted by the payment gateway (PayPal). If you are dealing with email orders only, you will have to manage the stock manually, via Stock Inventory Admin page.

Default-user

Thank you very much for your quick answer and thank you very much for your theme!

by
by
by
by
by